cfallin commented on issue #1124:
@abrown can you check whether this is still an issue in the new backends? We should have better alignment at least of stack slots now, so any remaining
MOVUPS
can probably becomeMOVAPS
, but we should audit...
abrown commented on issue #1124:
So I saw you mention earlier that the constant pool is now aligned--can you point me to that?
abrown edited a comment on issue #1124:
So I saw you mention earlier that the constant pool is now aligned--can you point me to that? [edit: let me tag @cfallin so that it doesn't get lost in all the notification churn]
cfallin commented on issue #1124:
@abrown that happens due to the
alignment
method here I think: link. Then we pass that alignment to theMachBuffer
here.
Last updated: Nov 22 2024 at 16:03 UTC