Refactor the way global variables are accessed. Now, every access to
"lib.var" calls a generated C function to get "&var". This fixes issue #212 and also make it work in more cases, like __thread variables.
Please register or sign in to comment
"lib.var" calls a generated C function to get "&var". This fixes issue #212 and also make it work in more cases, like __thread variables.