Displaying 4 results from an estimated 4 matches for "doalloc".
Did you mean:
noalloc
2007 Apr 17
3
[LLVMdev] Regalloc Refactoring
...a specific base class).
For example, if I'm writing a register allocator, one way to do what
you're saying without inheritance is to parameterize the allocator
with a traits class and call into that for the custom routines:
template<class RegallocTraits>
class GCRegAlloc {
void doAlloc() {
...
RegallocTraits::computeSpillCost(someValue);
...
};
};
An alternative to think about during these discussions.
-Dave
2007 Apr 16
0
[LLVMdev] Regalloc Refactoring
On Apr 12, 2007, at 2:37 PM, David Greene wrote:
> Chris Lattner wrote:
>> On Thu, 12 Apr 2007, David Greene wrote:
>>> As I work toward improving LLVM register allocation, I've
>>> come across the need to do some refactoring.
Yay!
>> Beyond that, one of the issues is the "r2rmap" and "rep"
>> function. As
>> you've
2007 Apr 12
8
[LLVMdev] Regalloc Refactoring
Chris Lattner wrote:
> On Thu, 12 Apr 2007, David Greene wrote:
>> As I work toward improving LLVM register allocation, I've
>> come across the need to do some refactoring.
>
> cool. :) One request: Evan is currently out on vacation until Monday.
> This is an area that he is very interested in and will want to chime in
> on. Please don't start anything
2015 Oct 02
0
Wine release 1.7.52
...able to match the Version: line.
Iv?n Matellanes (10):
msvcirt: Add stub of class strstreambuf.
msvcirt: Implement strstreambuf constructors and destructor.
msvcirt: Implement strstreambuf::freeze.
msvcirt: Implement strstreambuf::str.
msvcirt: Implement strstreambuf::doallocate.
msvcirt: Implement strstreambuf::setbuf.
msvcirt: Implement strstreambuf::sync.
msvcirt: Implement strstreambuf::underflow.
msvcirt: Implement strstreambuf::overflow.
msvcirt: Implement strstreambuf::seekoff.
Jacek Caban (5):
oleaut32: Clean up IPSFactoryBuf...