[v8-dev] Re: Begin counting references to registers, both in the frame and out....

2008-11-24 Thread whesse
Figure out where the register allocator's increments and decrements happen when register elements are added to and dropped from the frame. We are currently thinking in the constructor and destructor of register elements, but this requires a back pointer in the elements. The frame copy code, push,

[v8-dev] Re: Begin counting references to registers, both in the frame and out....

2008-11-24 Thread iposva
First set of comments. I have not looked in detail yet at the allocator. I guess this still needs more work, correct? -Ivan http://codereview.chromium.org/11396/diff/1/6 File src/virtual-frame-ia32.cc (right): http://codereview.chromium.org/11396/diff/1/6#newcode165 Line 165: (count < min_c

[v8-dev] Re: Begin counting references to registers, both in the frame and out....

2008-11-26 Thread kmillikin
Thanks for the comments. New patch set uploaded. http://codereview.chromium.org/11396 --~--~-~--~~~---~--~~ v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev -~--~~~~--~~--~--~---