http://codereview.chromium.org/56106/diff/1/2 File src/codegen-ia32.cc (right):
http://codereview.chromium.org/56106/diff/1/2#newcode4807 Line 4807: Result old_value = allocator_->Allocate(); As we discussed, it might be better to be less eager about moving value into a register. If it is a constant in the postfix case, there is no need to use up another register to put it back in the frame. http://codereview.chromium.org/56106 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
