Displaying 3 results from an estimated 3 matches for "pluggable_coalescer".
2007 Sep 05
2
[LLVMdev] Updated Pluggable Coalescers Patch
I incorporated Evan's suggested changes and testing seems to go well. Ok
to commit?
-Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pluggable_coalescer.patch
Type: text/x-diff
Size: 14338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070905/acc1cfea/attachment.patch>
2007 Aug 20
4
[LLVMdev] [patch] Pluggable Coalescers
...9;s Iterated Coalescing. It's proven to
be sufficiently flexible for these cases.
Take a look and send feedback. Thanks for helping to make this better!
-Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pluggable_coalescer.patch
Type: text/x-diff
Size: 15367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070820/132a31d8/attachment.patch>
2007 Aug 27
0
[LLVMdev] [patch] Pluggable Coalescers
...;
Please rename it to something like performCoalescing. Also, is this
defined anywhere?
7. About class LinearScanInterferenceData. Since it's just an
example, perhaps it should go into comments or a README file instead.
Evan
On Aug 20, 2007, at 1:58 PM, David A. Greene wrote:
> <pluggable_coalescer.patch>