Displaying 3 results from an estimated 3 matches for "phpllvm_execut".
Did you mean:
phpllvm_execute
2008 Aug 07
0
[LLVMdev] crash in JIT when running the inliner
Hi,
> Today I've been trying to debug a weird bug that makes JIT crash with
> certain code and when using the inliner. This may sound weird, but if I
> disable the inliner, it doesn't crash.
> I include an example gdb dump below. Does something looks wrong? Do you
> think it's a bug in JIT or it's just some other piece of code that is
> writing on the JIT
2008 Aug 09
1
[LLVMdev] crash in JIT when running the inliner
...-non-zts-20071006/phpllvm.so)
==11384== by 0x8F74D78: ???
==11384== by 0x55E15BF: llvm::JIT::runFunction(llvm::Function*,
std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> > const&)
(JIT.cpp:323)
==11384== by 0x544D9B6: phpllvm::execute(_zend_op_array*)
(phpllvm_execute.cpp:200)
==11384== by 0x8FA3365: ???
==11384== by 0x55E15BF: llvm::JIT::runFunction(llvm::Function*,
std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> > const&)
(JIT.cpp:323)
==11384== by 0x544D9B6: phpllvm::execute(_zend_op_array*)
(phpllvm_execute.cpp...
2008 Aug 06
2
[LLVMdev] crash in JIT when running the inliner
Hi,
Today I've been trying to debug a weird bug that makes JIT crash with
certain code and when using the inliner. This may sound weird, but if I
disable the inliner, it doesn't crash.
I include an example gdb dump below. Does something looks wrong? Do you
think it's a bug in JIT or it's just some other piece of code that is
writing on the JIT memory?.. I don't really know