Reviewers: Michael Starzinger,

Description:
Fix materialization of accessor frames with captured receivers

I have fixed skipping of the receiver object to materialize captured
objects. This is done with a new DoTranslateSkip method.

We should consider unifying DoTranslateSkip, DoTranslateObject and
DoTranslateCommand as they do the almost the same thing - they only
differ in where they store the result.

The change also turns bunch of ASSERTs into CHECKs.

R=mstarzin...@chromium.org
BUG=359441
TEST=test/mjsunit/regress/regress-359441.js
LOG=N

Please review this at https://codereview.chromium.org/225283006/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+162, -82 lines):
  M src/deoptimizer.h
  M src/deoptimizer.cc
  A + test/mjsunit/regress/regress-359441.js


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to