Files
wasmtime/cranelift/codegen
Anton Kirilov a986cf2438 Increase the default code section alignment to 64 KB for AArch64 targets (#3424)
Some platforms such as AArch64 Linux support different memory page
sizes, so we need to be conservative when choosing the code section
alignment (which is equal to the page size) by using the maximum.

Copyright (c) 2021, Arm Limited.
2021-10-07 12:49:40 -05:00
..
2021-09-29 16:13:46 +02:00
2021-09-29 16:23:57 +02:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.