Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Issue 6349050: More of the fix for V8 issue 1079. (Closed)

Created:
9 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

More of the fix for V8 issue 1079. The arguments property of functions, if we find an optimized frame for the function, is always a freshly allocated object. We never try to find an existing arguments object. Committed: http://code.google.com/p/v8/source/detail?r=6581

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -48 lines) Patch
M src/accessors.cc View 3 chunks +36 lines, -47 lines 0 comments Download
M test/mjsunit/regress/regress-1079.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-02 14:55:15 UTC) #1
fschneider
9 years, 10 months ago (2011-02-02 15:02:41 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698