Displaying 5 results from an estimated 5 matches for "allpool".
Did you mean:
allpools
2005 Apr 02
2
[LLVMdev] Running Pool Allocated programs
...eiving this error:
====================
libpoolalloc.so: undefined symbol: _ZTIN4llvm16EquivClassGraphsE -load request ignored.
*** 4 DYNAMIC POOLS INITIALIZED ***
*** 4 DYNAMIC POOLS ALLOCATED FROM ***
MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using
Heuristic=AllPools and no bumpptr/realloc!
====================
I have tried to link the program with the Analysis and with Datastructure libs:
llvm-gcc -o test test.opt.bc -lpoolalloc -lpoolalloc_rt -lLLVMDataStructure -lLLVMAnalysis
But I am still receiving the error.
Another question, I do not want to use th...
2005 Apr 02
0
[LLVMdev] Running Pool Allocated programs
...optimized with the Pool Allocation, but I am receiving this error:
>
> ====================
>
> *** 4 DYNAMIC POOLS INITIALIZED ***
>
> *** 4 DYNAMIC POOLS ALLOCATED FROM ***
>
> MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using
> Heuristic=AllPools and no bumpptr/realloc!
> ====================
This output is what happens when you link with the debug version of the
runtime library. If you rebuild the FL2Allocator with 'make
ENABLE_OPTIMIZED=1' and link with the result, you shouldn't get this.
> I have tried to link the...
2005 Apr 03
2
[LLVMdev] Running Pool Allocated programs
...ving this
> error:
> >
> > ====================
> >
> > *** 4 DYNAMIC POOLS INITIALIZED ***
> >
> > *** 4 DYNAMIC POOLS ALLOCATED FROM ***
> >
> > MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using
> > Heuristic=AllPools and no bumpptr/realloc!
> > ====================
>
> This output is what happens when you link with the debug version of the
> runtime library. If you rebuild the FL2Allocator with 'make
> ENABLE_OPTIMIZED=1' and link with the result, you shouldn't get this.
>...
2005 Apr 03
0
[LLVMdev] Running Pool Allocated programs
...gt;>
>>> ====================
>>>
>>> *** 4 DYNAMIC POOLS INITIALIZED ***
>>>
>>> *** 4 DYNAMIC POOLS ALLOCATED FROM ***
>>>
>>> MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using
>>> Heuristic=AllPools and no bumpptr/realloc!
>>> ====================
>>
>> This output is what happens when you link with the debug version of the
>> runtime library. If you rebuild the FL2Allocator with 'make
>> ENABLE_OPTIMIZED=1' and link with the result, you shouldn't...
2005 Apr 03
1
[LLVMdev] Running Pool Allocated programs
...======
> >>>
> >>> *** 4 DYNAMIC POOLS INITIALIZED ***
> >>>
> >>> *** 4 DYNAMIC POOLS ALLOCATED FROM ***
> >>>
> >>> MaxHeapSize = 0.062500KB HeapSizeAtExit = 0.062500KB NOTE: only valid if using
> >>> Heuristic=AllPools and no bumpptr/realloc!
> >>> ====================
> >>
> >> This output is what happens when you link with the debug version of the
> >> runtime library. If you rebuild the FL2Allocator with 'make
> >> ENABLE_OPTIMIZED=1' and link with the...