Making your JITted Code known: Let me count the ways

AOT Compilers

It has been normal and expected for a long long time that any machine code they spit out would come with a bunch of metadata that is meant to be used by different pieces of the target system.

There is of course symbol names for functions, which allow

Read in full here: