search for: possibiliteis

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

Did you mean: possibbilities
2010 Nov 21
0
[LLVMdev] Ahoy JIT Users
...ne asks why try and do something that so rubs against llvm's design, it's basically a trade-off. Writing a special code generation program would make the scheduling easier, but would also require me to figure out the best way to lower C constructions like "a[i++]" on from the many possibiliteis on x86 and ARM. It looks like it's marginally less work to do nasty things to the LLVM codebase than learn and code that up myself.) Regards, David Tweed
2010 Nov 13
8
[LLVMdev] Ahoy JIT Users
Hi, I am starting to poke at the LLVM JIT, which seems to be in need of some TLC. If you are a "sophisticated" JIT user and are using either internal APIs (either by integrating with LLVM, or by other C++ tricks), or are using obscure or poorly documented public APIs (e.g., why is runJITOnFunction exposed?) please make me aware of it! I reserve the right to break anything which