search for: lpoolalloc

Displaying 5 results from an estimated 5 matches for "lpoolalloc".

Did you mean: poolalloc
2005 Apr 02
2
[LLVMdev] Running Pool Allocated programs
...*** 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 the bump ptr optimization, and I suppose that the right heuristic for that is AllNodes? But if I want to use it, what is the right heuristic? Also, if I want to use the...
2005 Apr 02
0
[LLVMdev] Running Pool Allocated programs
...ink 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 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. You should only need -lpoolalloc_rt. For the record, I usually do (effectively) this to test the pool allocator: llvm-gcc *.c -o program # compile&link whole prog with LLVM opt -load ... -pool...
2005 Apr 03
2
[LLVMdev] Running Pool Allocated programs
...n 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 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. > > You should only need -lpoolalloc_rt. > > For the record, I usually do (effectively) this to test the pool > allocator: > > llvm-gcc *.c -o program # compile&link...
2005 Apr 03
0
[LLVMdev] Running Pool Allocated programs
...t; 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 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. >> >> You should only need -lpoolalloc_rt. >> >> For the record, I usually do (effectively) this to test the pool >> allocator: >> >> llvm-gcc *.c -o program...
2005 Apr 03
1
[LLVMdev] Running Pool Allocated programs
...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 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. > >> > >> You should only need -lpoolalloc_rt. > >> > >> For the record, I usually do (effectively) this to test the pool > >> allocator: > >&gt...