http://codereview.chromium.org/10532066/diff/1/src/ia32/deoptimizer-ia32.cc File src/ia32/deoptimizer-ia32.cc (right):
http://codereview.chromium.org/10532066/diff/1/src/ia32/deoptimizer-ia32.cc#newcode418 src/ia32/deoptimizer-ia32.cc:418: // All OSR stack frames are dynamically aligned to an 8-byte boundary. On 2012/06/11 10:03:32, Massi wrote:
Why don't we need to (eventually) move the incoming arguments like we
do in the
prologue in the non-OSR case?
Incomming arguments are part of the frame translation so they will get moved automatically by the translation itself. See line 376 above. http://codereview.chromium.org/10532066/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
