Stream: git-cranelift

Topic: cranelift / Issue #994 Add padding between code and const...


view this post on Zulip GitHub (Feb 28 2020 at 23:26):

alexcrichton transferred Issue #994:

cranelift-simplejit and faerie 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 use movaps instead of movups for vconst.

https://github.com/CraneStation/cranelift/blob/624d5675a485e74dc73d75f21707f1343621d2b9/cranelift-codegen/meta/src/isa/x86/encodings.rs#L1831-L1835


Last updated: Oct 23 2024 at 20:03 UTC