Locate a given global within the built machine code. It must have been created using GCC_JIT_GLOBAL_EXPORTED. This is a ptr to the global, so e.g. for an int this is an int *.
See Implementation
Locate a given global within the built machine code. It must have been created using GCC_JIT_GLOBAL_EXPORTED. This is a ptr to the global, so e.g. for an int this is an int *.