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

Issue 8218008: Merge r9540 and r9562 to the 3.4 branch. (Closed)

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

Description

Merge r9540 and r9562 to the 3.4 branch. r9540: Don't count duplicate assignments to the same property as distinct ones. In the ThisNamedPropertyAssignmentFinder, duplicate assignments to the same property were counted as distinct assignments. As a simple fix, subsequent ones overwrite the previously recorded assignment. This will reorder the assignments, but it is safe since they are restricted to have only constants and parameters on the right-hand side (and there are no assignments to the parameters). r9562: Add a regression test for an already fixed issue. Add a regression test for Chromium issue 99167. R=vegorov@chromium.org BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9565

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -37 lines) Patch
M src/parser.cc View 5 chunks +53 lines, -36 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/regress/regress-99167.js View 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 2 months ago (2011-10-10 11:13:51 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 2 months ago (2011-10-10 11:14:57 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698