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

Issue 849003: Fix treatment of const variables in assigned variable analysis.... (Closed)

Created:
10 years, 9 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix treatment of const variables in assigned variable analysis. Const variables are not considered as trivial sub-expressions since we have the check for the hole value as a side-effect. Committed: http://code.google.com/p/v8/source/detail?r=4112

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
M src/data-flow.cc View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/regress/regress-641.js View 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
10 years, 9 months ago (2010-03-12 09:56:59 UTC) #1
Søren Thygesen Gjesse
10 years, 9 months ago (2010-03-12 09:59:37 UTC) #2
LGTM, but I think you should add regression test somewhere, maybe just create a
bug to get a number for it.

Powered by Google App Engine
This is Rietveld 408576698