Displaying 1 result from an estimated 1 matches for "c24ca0a0".
Did you mean:
c24c0000
2010 Jun 24
1
[LLVMdev] Hello World
Felix,
It really depends on what you are doing with the JIT.
In my case, I have a scripting language that has a limited set of base data types. I wanted to be able to trivially interface to new C++ methods and classes, so I'm interfacing to C++ classes by creating external definitions much like the way Kaleidoscope accesses external C functions. I only have to deal with a few types so I can