Displaying 2 results from an estimated 2 matches for "liveblock".
2012 May 15
0
LAMP (Perl) Consultant.
Hello all,
I am looking for a LAMP (perl) consultant. Preference given to
one who is located in Canada.
If you are interested, please contact me by email off list.
Thanks.
Milton Calnek / Manager of Operations / LiveBlock Auctions International
P. 306.584.1383 / C. 306.526.8408
Service Desk: 1.877.694.6100 / 306.694.6100
2007 Dec 12
0
[LLVMdev] opt does not load poolalloc
...Node*, Value*> GlobalNodes;
-
+ protected:
+ PoolAllocate(intptr_t id, bool passAllArguments)
+ : ModulePass (id), PassAllArguments (passAllArguments) {}
public:
static char ID;
#ifdef SAFECODE
@@ -276,14 +278,14 @@
void CalculateLivePoolFreeBlocks(std::set<BasicBlock*>
&LiveBlocks,Value *PD);
};
-
/// PoolAllocatePassAllPools - This class is the same as the pool allocator,
/// except that it passes pool descriptors into functions that do not do
/// allocations or deallocations. This is needed by the pointer compression
/// pass, which requires a pool descriptor to be...