search for: bytecode2llvm

Displaying 2 results from an estimated 2 matches for "bytecode2llvm".

2010 Apr 17
2
[LLVMdev] Parsing (and compiling) on demand.
lost wrote: > So you mean that is not the way. But what is InstallLazyFunctionCreator for? You can use it to return a function pointer when asked for a function by name. It can replace dlsym() style lookups. I would've expected that given its name it could be used to lazily create functions too, but apparently not. Nick > > 2010/4/17 Kenneth Uildriks<kennethuil at
2010 Apr 17
0
[LLVMdev] Parsing (and compiling) on demand.
Just to do my own try. How can I use it to replace dlsym style lookups? Any example? > You can use it to return a function pointer when asked for a function by > name. It can replace dlsym() style lookups. > > I would've expected that given its name it could be used to lazily create > functions too, but apparently not. > > Nick