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

Issue 6453004: Fix a possible duplicate AST ID for deoptimization. (Closed)

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

Description

Fix a possible duplicate AST ID for deoptimization. For redeclarations of variables that alias the parameters in functions using arguments, we need to avoid re-visiting the shared variable rewrite. BUG=v8:1104 Committed: http://code.google.com/p/v8/source/detail?r=6679

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -8 lines) Patch
M src/ia32/full-codegen-ia32.cc View 1 chunk +15 lines, -8 lines 0 comments Download
A test/mjsunit/regress/regress-1104.js View 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-08 12:39:56 UTC) #1
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-08 12:44:09 UTC) #2
LGTM

Use TEST=v8:1104 in description to link the the V8 bug.

Powered by Google App Engine
This is Rietveld 408576698