search for: pointercompress

Displaying 10 results from an estimated 10 matches for "pointercompress".

2008 Nov 19
2
[LLVMdev] poolallocation error
Hi, I am trying to use the poolallocator. More specific, I am trying to play around with the pointer compression pass. Though, I get assertion failures for the pass dependencies. This is when it in PointerCompress::getAnalysisUsage tries to register the the BU pass as required. I.e. when AU.addRequired<CompleteBUDataStructures>(); is called. $ opt -f -load ~/Projects/llvmstuff/opt/poolalloc/lib/ libpoolalloc.dylib -raiseallocs -poolalloc-passing-all-pools - pointercompress llist-noopt.bc -o lli...
2005 Apr 02
2
[LLVMdev] Running Pool Allocated programs
...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 Pointer Compression, I suppose that I have to use the -pointercompress switch with opt or what? Thanks
2009 Jan 16
1
[LLVMdev] poolallocation error
...19, 2008 at 8:59 AM, Mattias Holm <holm at liacs.nl> wrote: > Hi, > > I am trying to use the poolallocator. More specific, I am trying to > play around with the pointer compression pass. Though, I get assertion > failures for the pass dependencies. > > This is when it in PointerCompress::getAnalysisUsage tries to register > the the BU pass as required. I.e. when > AU.addRequired<CompleteBUDataStructures>(); is called. > > > $ opt -f -load ~/Projects/llvmstuff/opt/poolalloc/lib/ > libpoolalloc.dylib -raiseallocs -poolalloc-passing-all-pools - > pointercom...
2005 Apr 02
0
[LLVMdev] Running Pool Allocated programs
...istic? The AllNodes heuristic is the only one that is substantially tested. I would recommend it, none of the others have any significant performance benefit anyway. The bump pointer and other opts are a seperate option -pooloptimize, which can be run after -poolalloc. It does not work with -pointercompress though. > Also, if I want to use the Pointer Compression, I suppose that I have to > use the -pointercompress switch with opt or what? Yes, if you use it, don't specify -poolalloc manually. -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
2005 Apr 03
2
[LLVMdev] Running Pool Allocated programs
...istic is the only one that is substantially tested. I > would recommend it, none of the others have any significant performance > benefit anyway. > > The bump pointer and other opts are a seperate option -pooloptimize, which > can be run after -poolalloc. It does not work with -pointercompress > though. > > > Also, if I want to use the Pointer Compression, I suppose that I have to > > use the -pointercompress switch with opt or what? > > Yes, if you use it, don't specify -poolalloc manually. > > -Chris > > -- > http://nondot.org/sabre/ &g...
2009 Jan 19
0
[LLVMdev] poolallocation error
...19, 2008 at 8:59 AM, Mattias Holm <holm at liacs.nl> wrote: > Hi, > > I am trying to use the poolallocator. More specific, I am trying to > play around with the pointer compression pass. Though, I get assertion > failures for the pass dependencies. > > This is when it in PointerCompress::getAnalysisUsage tries to register > the the BU pass as required. I.e. when > AU.addRequired<CompleteBUDataStructures>(); is called. > > > $ opt -f -load ~/Projects/llvmstuff/opt/poolalloc/lib/ > libpoolalloc.dylib -raiseallocs -poolalloc-passing-all-pools - > pointercom...
2009 Jan 21
1
[LLVMdev] poolallocation error
...lt;holm at liacs.nl> wrote: > >> Hi, >> >> I am trying to use the poolallocator. More specific, I am trying to >> play around with the pointer compression pass. Though, I get assertion >> failures for the pass dependencies. >> >> This is when it in PointerCompress::getAnalysisUsage tries to register >> the the BU pass as required. I.e. when >> AU.addRequired<CompleteBUDataStructures>(); is called. >> >> >> $ opt -f -load ~/Projects/llvmstuff/opt/poolalloc/lib/ >> libpoolalloc.dylib -raiseallocs -poolalloc-passing-all...
2005 Apr 03
0
[LLVMdev] Running Pool Allocated programs
...y one that is substantially tested. I >> would recommend it, none of the others have any significant performance >> benefit anyway. >> >> The bump pointer and other opts are a seperate option -pooloptimize, which >> can be run after -poolalloc. It does not work with -pointercompress >> though. >> >>> Also, if I want to use the Pointer Compression, I suppose that I have to >>> use the -pointercompress switch with opt or what? >> >> Yes, if you use it, don't specify -poolalloc manually. >> >> -Chris >> >> -- &...
2005 Apr 03
1
[LLVMdev] Running Pool Allocated programs
...ly tested. I > >> would recommend it, none of the others have any significant performance > >> benefit anyway. > >> > >> The bump pointer and other opts are a seperate option -pooloptimize, which > >> can be run after -poolalloc. It does not work with -pointercompress > >> though. > >> > >>> Also, if I want to use the Pointer Compression, I suppose that I have to > >>> use the -pointercompress switch with opt or what? > >> > >> Yes, if you use it, don't specify -poolalloc manually. > >> &gt...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...for Release+Asserts build llvm[4]: Compiling AllNodesHeuristic.cpp for Release+Asserts build llvm[4]: Compiling Heuristic.cpp for Release+Asserts build llvm[4]: Compiling PAMultipleGlobalPool.cpp for Release+Asserts build llvm[4]: Compiling PASimple.cpp for Release+Asserts build llvm[4]: Compiling PointerCompress.cpp for Release+Asserts build llvm[4]: Compiling PoolAllocate.cpp for Release+Asserts build llvm[4]: Compiling PoolOptimize.cpp for Release+Asserts build llvm[4]: Compiling RunTimeAssociate.cpp for Release+Asserts build /home/NIKHILREDDY/WORK/LLVM_SRC/Makefile.rules:1521: recipe for target '/ho...