Displaying 2 results from an estimated 2 matches for "convenion".
Did you mean:
convention
2011 Mar 16
0
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
...ed4edf9e...jfonseca%2F20110316
(Excuse me I could not input accent)
...Takumi
On Wed, Mar 16, 2011 at 8:15 AM, <jfonseca at vmware.com> wrote:
> This series of patches address several issues causing memory usage to grow
> indefinetely on a long lived process.
>
> These are not convenional leaks -- memory would have been freed when the LLVM
> context or/and JIT engine is destroyed -- but for as long as they aren't the
> memory is usage effectively ubounded.
>
> The issues were found using valgrind with '--show-reachable=yes' option:
> 1. Compile a bunch o...
2011 Mar 15
10
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
This series of patches address several issues causing memory usage to grow
indefinetely on a long lived process.
These are not convenional leaks -- memory would have been freed when the LLVM
context or/and JIT engine is destroyed -- but for as long as they aren't the
memory is usage effectively ubounded.
The issues were found using valgrind with '--show-reachable=yes' option:
1. Compile a bunch of functions with JIT on...