Reviewers: Kevin Millikin, Kasper Lund, Description: Clean up the Result class. Reduce the size of Result from four words to one by keeping a stack of active code generators and by using indirection to handles.
Mainly a cleanup. No visible performance impact. Please review this at http://codereview.chromium.org/113455 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/codegen.h M src/codegen.cc M src/compiler.h M src/ia32/codegen-ia32.cc M src/ia32/register-allocator-ia32.cc M src/ia32/virtual-frame-ia32.h M src/ia32/virtual-frame-ia32.cc M src/register-allocator-inl.h M src/register-allocator.h M src/register-allocator.cc M src/virtual-frame.cc M test/cctest/test-log-ia32.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
