Comment #4 on issue 2261 by [email protected]: Materialization of arguments object during deopt in strict mode yields wrong values
http://code.google.com/p/v8/issues/detail?id=2261

In response to comment 3: I strongly doubt that the failure in object-define-property.js is an instance of this issue. There is no arguments object materialized in that test case. You can easily verify that by running the thing with --trace-deopt and looking for a line that starts with "Materializing arguments object" in the output.

@yangguo: Could you verify that there is indeed no arguments object materialization going on and open a separate issue for what you observed?

As for comment 2: That is most certainly an instance of this issue. I'll enable the test case again together with my fix (once I can come up with a fix).

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to