cfallin commented on issue #1120:
VCodeConstants properly handle alignment now; closing issue.
cfallin closed issue #1120:
cranelift-simplejit
andfaerie
already align functions to 16 bytes. Adding enough padding before the constant pool of a function would make the constant pool aligned to 16 bytes too. That would make it possible to usemovaps
instead ofmovups
forvconst
.
Last updated: Nov 22 2024 at 17:03 UTC