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

Issue 92009: When merging a frame to an expected on at block entry, the static type... (Closed)

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

Description

When merging a frame to an expected on at block entry, the static type of elements is set to a safe lower bound. Move the setting of the static type out of VirtualFrame::MergeTo (which is not necessarily run for all frames) and into VirtualFrame::PrepareMergeTo (which is). Committed: http://code.google.com/p/v8/source/detail?r=1767

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -1 line) Patch
M src/virtual-frame.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/virtual-frame-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
A test/mjsunit/regress/regress-318.js View 1 chunk +35 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Chromium)
11 years, 8 months ago (2009-04-22 12:59:02 UTC) #1
Mads Ager (chromium)
Add a simple regression test?
11 years, 8 months ago (2009-04-22 13:03:02 UTC) #2
Lasse Reichstein
LGTM
11 years, 8 months ago (2009-04-22 13:04:55 UTC) #3
Dean McNamee
11 years, 8 months ago (2009-04-22 13:27:40 UTC) #4
http://codereview.chromium.org/92009/diff/1009/1012
File test/mjsunit/regress/regress-318.js (right):

http://codereview.chromium.org/92009/diff/1009/1012#newcode35
Line 35: assertDoesNotThrow(test(0));
Did you mean 'test(0)' ?

Powered by Google App Engine
This is Rietveld 408576698