Displaying 1 result from an estimated 1 matches for "b068949f".
Did you mean:
1068949
2009 Jul 25
1
[LLVMdev] RFC: Constant Creation API
On Jul 25, 2009, at 5:44 AM, Maurice Gittens wrote:
> Assuming that I have a threaded JIT server which has an llvmContext
> object
> on the stack of every JITting thread in the server.
>
> When using the 2.5. API like:
> C = llvm::ConstantInt::get(llvm::Type::Int32Ty, 0);
>
> I need to assume that there exists some global llvmContext object
> which holds
> the