[llvm-commits] [llvm] r89356 - /llvm/trunk/lib/CodeGen/RegAllocLinearScan.cpp

David Greene dag at cray.com
Fri Nov 20 06:50:14 PST 2009


On Thursday 19 November 2009 15:51, Evan Cheng wrote:

> deque is slow. Why not just a fixed sized array and rotate the head and
> tail pointers?

Ok, good idea.

                             -Dave



More information about the llvm-commits mailing list