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

Issue 73076: Fix crash bug when loading const variable in the presence of eval.... (Closed)

Created:
11 years, 8 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix crash bug when loading const variable in the presence of eval. The problem was a missing 'uninitialized' check. Committed: http://code.google.com/p/v8/source/detail?r=1713

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -0 lines) Patch
M src/codegen-arm.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +5 lines, -0 lines 1 comment Download
A test/mjsunit/const-declaration.js View 1 chunk +172 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (chromium)
11 years, 8 months ago (2009-04-15 08:45:21 UTC) #1
Kevin Millikin (Chromium)
LGTM. http://codereview.chromium.org/73076/diff/1/4 File src/codegen-ia32.cc (right): http://codereview.chromium.org/73076/diff/1/4#newcode3294 Line 3294: // There is always control flow to ...
11 years, 8 months ago (2009-04-15 10:42:54 UTC) #2
Mads Ager (chromium)
11 years, 8 months ago (2009-04-15 10:53:31 UTC) #3
On 2009/04/15 10:42:54, Kevin Millikin wrote:
> LGTM.
> 
> http://codereview.chromium.org/73076/diff/1/4
> File src/codegen-ia32.cc (right):
> 
> http://codereview.chromium.org/73076/diff/1/4#newcode3294
> Line 3294: // There is always control flow to slow from
> This comment isn't explicit enough.  Could you add "so we have to jump around
> it." here and in the ARM version?

Done.

Powered by Google App Engine
This is Rietveld 408576698