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

Issue 19745: Fix for off-by-one when initializing a constant or function... (Closed)

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

Description

Fix for off-by-one when initializing a constant or function declaration that was not a slot. Committed: http://code.google.com/p/v8/source/detail?r=1203

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -18 lines) Patch
M src/codegen-arm.cc View 1 chunk +7 lines, -9 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +7 lines, -9 lines 0 comments Download
A test/mjsunit/regress/regress-220.js View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Chromium)
This is a fix for issue 220. Discarding the value of SetValue on a reference ...
11 years, 10 months ago (2009-02-01 08:53:24 UTC) #1
iposva
http://codereview.chromium.org/19745/diff/1/2 File src/codegen-arm.cc (right): http://codereview.chromium.org/19745/diff/1/2#newcode1154 Line 1154: frame_->Pop(); What is it that we are popping ...
11 years, 10 months ago (2009-02-02 07:12:53 UTC) #2
Kevin Millikin (Chromium)
Added regression test. Take a quick look, please.
11 years, 10 months ago (2009-02-02 10:12:40 UTC) #3
iposva
11 years, 10 months ago (2009-02-02 17:11:10 UTC) #4
LGTM as well, especially once a clarifying comment is put in.

-Ivan

Powered by Google App Engine
This is Rietveld 408576698