Displaying 1 result from an estimated 1 matches for "reservebytes".
Did you mean:
reserved_bytes
2009 Jul 02
0
[LLVMdev] JITCodeEmitter plans
...the MachineCodeEmitter being
submitted, when it is replaced by the ObjectCodeEmitter. Anyway I have
attached the code for you to look at. It is also a endian speedup patch for
included. The ObjectCodeEmitter patch should hopefully go in this weekend.
There are inline raw*emit mehods, these and the reserveBytes method are
intended on being used by the cpu *CodeEmitters so they just reserve the
maximum instruction length and then use the raw methods to do writing. These
and the endian speedup should help to make the raw mechanics of JIT code
generation a bit faster.
Aaron
2009/7/1 Aaron Gray <aaronn...