Displaying 3 results from an estimated 3 matches for "functionlocalness".
2011 Feb 20
2
[LLVMdev] How do I free the metadata?
...o with valgrind shows:
==24373== 36,311,472 bytes in 71,717 blocks are possibly lost in loss
record 1,192 of 1,192
==24373== at 0x4C2815C: malloc (vg_replace_malloc.c:236)
==24373== by 0x6CD42C4: llvm::MDNode::getMDNode(llvm::LLVMContext&,
llvm::Value* const*, unsigned int, llvm::MDNode::FunctionLocalness,
bool) (Metadata.cpp:226)
The file itself is 4.5MB, so 36MB from just this allocation spot is a
lot. Having 71,717 blocks also suggests that we should be using some pool.
For now I would be more then happy if I was just able to free that.
lto_module_dispose is being called and the llvm module is...
2011 Feb 21
0
[LLVMdev] How do I free the metadata?
...gt; ==24373== 36,311,472 bytes in 71,717 blocks are possibly lost in loss
> record 1,192 of 1,192
> ==24373== at 0x4C2815C: malloc (vg_replace_malloc.c:236)
> ==24373== by 0x6CD42C4: llvm::MDNode::getMDNode(llvm::LLVMContext&,
> llvm::Value* const*, unsigned int, llvm::MDNode::FunctionLocalness,
> bool) (Metadata.cpp:226)
>
> The file itself is 4.5MB, so 36MB from just this allocation spot is a
> lot. Having 71,717 blocks also suggests that we should be using some pool.
>
> For now I would be more then happy if I was just able to free that.
> lto_module_dispose is bei...
2015 Mar 30
3
[LLVMdev] Invalid or unaligned stack
Hi,
I am encountering a problem that I do not know how to debug. I would
greatly appreciate any guidance on this issue.
On Windows when I run Lua test cases from JITed code I am getting
following error:
Unhandled exception at 0x00007FFCEEEAC500 (ntdll.dll) in lua.exe:
0xC0000028: An invalid or unaligned stack was encountered during an
unwind operation.
This is happening when the Lua code is