[llvm-commits] [llvm] r108823 - in /llvm/trunk/lib/CodeGen: RenderMachineFunction.cpp RenderMachineFunction.h
Chris Lattner
clattner at apple.com
Tue Jul 20 08:33:01 PDT 2010
On Jul 20, 2010, at 3:18 AM, Lang Hames wrote:
> Author: lhames
> Date: Tue Jul 20 05:18:54 2010
> New Revision: 108823
>
> URL: http://llvm.org/viewvc/llvm-project?rev=108823&view=rev
> Log:
> Use run-length encoding to represent identical adjacent cells in the pressure
> and interval table. Reduces output HTML file sizes by ~80% in my test cases.
>
> Also fix access of private member type by << operator.
Hi Lang,
I haven't had a chance to look at the bigger patch, but why all the templates on OStream? They code looks like it is only instantiated on one type to me.
-Chris
More information about the llvm-commits
mailing list