Patrick Alexander Simmons
2010-Mar-01 21:29 UTC
[LLVMdev] LLVM and Pool Allocation with PARSEC?
Has anyone ever used pool allocation on PARSEC? If not, has anyone ever compiled PARSEC to whole-program LLVM bytecode executables? If you have done either of these things, would you please email me your .bldconf files? Thanks, --Patrick
Patrick Alexander Simmons wrote:> Has anyone ever used pool allocation on PARSEC? If not, has anyone ever > compiled PARSEC to whole-program LLVM bytecode executables? >An alternative to compiling PARSEC into LLVM bitcode is to create a version of libLTO that runs the automatic pool allocation transform right before creating a final executable. This makes running APA on whole programs much easier. For an example, look at libLTO in the SAFECode project (safecode/tools/LTO directory). You can model your libLTO after it. -- John T.> If you have done either of these things, would you please email me your > .bldconf files? > > Thanks, > --Patrick > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >