Tagged Questions
4
votes
3answers
772 views
Align native code on fixed size memory boundaries with GCC/G++/AS?
I have a C function that contains all the code that will implement the bytecodes of a bytecode interpreter.
I'm wondering if there is a way to align segments of the compiled code in memory on fixed ...