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

Issue 6453005: Check for overflow when bumping new space's top in inlined allocation.... (Closed)

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

Description

Check for overflow when bumping new space's top in inlined allocation. BUG=v8:1109 TEST=test/mjsunit/regress/regress-1109.js Committed: http://code.google.com/p/v8/source/detail?r=6684

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -10 lines) Patch
M src/arm/macro-assembler-arm.cc View 2 chunks +2 lines, -0 lines 2 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +11 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +11 lines, -5 lines 0 comments Download
A test/mjsunit/regress/regress-1109.js View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 10 months ago (2011-02-08 15:14:50 UTC) #1
Mads Ager (chromium)
LGTM
9 years, 10 months ago (2011-02-08 16:17:43 UTC) #2
Rodolph Perfetta
9 years, 10 months ago (2011-02-08 16:53:16 UTC) #3
drive by comments

http://codereview.chromium.org/6453005/diff/1/src/arm/macro-assembler-arm.cc
File src/arm/macro-assembler-arm.cc (right):

http://codereview.chromium.org/6453005/diff/1/src/arm/macro-assembler-arm.cc#...
src/arm/macro-assembler-arm.cc:1154: b(cs, gc_required);
You need to set the flags in the add instruction above (SetCC parameter).

http://codereview.chromium.org/6453005/diff/1/src/arm/macro-assembler-arm.cc#...
src/arm/macro-assembler-arm.cc:1237: b(cs, gc_required);
ditto.

Powered by Google App Engine
This is Rietveld 408576698