Displaying 2 results from an estimated 2 matches for "6145cead".
2009 Jul 16
0
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
...why you're unwilling to make the CodeEmitter be a
>> virtual base class instead of a template!
>>
>> -Chris
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090716/6145cead/attachment.html>
2009 Jul 16
3
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
On Jul 16, 2009, at 12:53 AM, Aaron Gray wrote:
> Chris,
>
> The basic idea of using templates inconjunction with inlining is for
> efficiency.
>
> 6,500 virtual calls outputting bytes out of 10000 calls, and the
> rest 1,750 being words to output 10,000 of code does not entice me
> to use virtual calls.
I understand that you say that, but I can't bring myself