[LLVMdev] Pool Allocation and DSA

Torvald Riegel torvald at se.inf.tu-dresden.de
Fri Jun 19 08:14:27 PDT 2009


On Thursday 11 June 2009 18:14:08 John Criswell wrote:
> If your use of pool allocation requires that you can always get the pool
> handle for a pointer, you need to make sure that pool allocation is
> configured so that it doesn't generate the above scenario.  I think
> there is an option to make all pools be global pools.

Some time ago, I used AnalysisUsage's addRequired<PoolAllocatePassAllPools>()  
to get this behavior. It didn't make all pools global.

Torvald



More information about the llvm-dev mailing list