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

Issue 7039013: Add code to ia32 TypeRecordingBinaryOpStub to handle SHR Smi overflow. (Closed)

Created:
9 years, 7 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Add code to ia32 TypeRecordingBinaryOpStub to handle SHR Smi overflow. BUG=v8:1395 TEST= Committed: http://code.google.com/p/v8/source/detail?r=7937

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -14 lines) Patch
M src/ia32/code-stubs-ia32.cc View 2 chunks +21 lines, -12 lines 1 comment Download
M src/ic.cc View 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
9 years, 7 months ago (2011-05-17 15:53:27 UTC) #1
fschneider
9 years, 7 months ago (2011-05-18 13:47:18 UTC) #2
LGTM.

http://codereview.chromium.org/7039013/diff/1/src/ia32/code-stubs-ia32.cc
File src/ia32/code-stubs-ia32.cc (right):

http://codereview.chromium.org/7039013/diff/1/src/ia32/code-stubs-ia32.cc#new...
src/ia32/code-stubs-ia32.cc:1203: __ AllocateHeapNumber(eax, ecx, ebx, slow);
We should have a slow case for allocation failures, that does not enter the
patching routine.

I'd like to have that fixed as a separate change.

Powered by Google App Engine
This is Rietveld 408576698