diff options
author | Jamie Liu <jamieliu@google.com> | 2021-09-01 14:04:50 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-09-01 14:07:57 -0700 |
commit | b4de26d6b1bbb0e75187690da6d3fe120f53656b (patch) | |
tree | f34266f08c7ea44369231969b48aacc733910399 /pkg/cpuid | |
parent | 702fe7d60da4d38344f00200187fe1f0766bef8d (diff) |
Don't use reflection in fpu.alignedBytes.
reflect.ValueOf takes an interface{}, so when passed a slice the compiler emits
a call to runtime.convTslice to heap-allocate a copy of the slice header.
PiperOrigin-RevId: 394310052
Diffstat (limited to 'pkg/cpuid')
0 files changed, 0 insertions, 0 deletions