search for: storevaluetomemory

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

2009 Oct 06
0
[LLVMdev] 2.6/trunk Execution Engine question
...a known issue and plowed ahead with the upgrade. -------------- next part -------------- #0 0xb7d4cc1c in memcpy () from /lib/i686/cmov/libc.so.6 #1 0x08851ead in StoreIntToMemory (IntVal=@0xbfe685b0, Dst=0x0, StoreBytes=4) at ExecutionEngine.cpp:783 #2 0x08851f7d in llvm::ExecutionEngine::StoreValueToMemory (this=0x97596f8, Val=@0xbfe685a8, Ptr=0x0, Ty=0x970e5f4) at ExecutionEngine.cpp:809 #3 0x88542a8 in llvm::ExecutionEngine::InitializeMemory (this=0x97596f8, Init=0x9732d70, Addr=0x0) at ExecutionEngine.cpp:931 #4 0x0885471c in llvm::ExecutionEngine::EmitGlobalVariable (this=0x97596f8,...
2009 Oct 06
4
[LLVMdev] 2.6/trunk Execution Engine question
> 6. When ExecutionEngine::create was called with parameter > "GVsWithCode" set to its default value of true, I got a segfault when > trying to get a pointer to one of my globals.  JIT::getMemoryForGV was > returning NULL in that case.  Explicitly passing false for > "GVsWithCode" cleared it up. That's no good. Could you send me a stack trace and explain