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

Issue 6974008: Add missing SMI checks to fix reliability bots (Closed)

Created:
9 years, 7 months ago by danno
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add missing SMI checks to fix reliability bots R=ager@chromium.org BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=7989

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M src/arm/stub-cache-arm.cc View 4 chunks +8 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +8 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 4 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
danno
9 years, 7 months ago (2011-05-23 11:32:19 UTC) #1
Mads Ager (chromium)
9 years, 7 months ago (2011-05-23 11:34:12 UTC) #2
LGTM, thanks!

http://codereview.chromium.org/6974008/diff/1/src/ia32/stub-cache-ia32.cc
File src/ia32/stub-cache-ia32.cc (right):

http://codereview.chromium.org/6974008/diff/1/src/ia32/stub-cache-ia32.cc#new...
src/ia32/stub-cache-ia32.cc:2675: __ JumpIfSmi(edx, &miss);
Label::kNear?

http://codereview.chromium.org/6974008/diff/1/src/ia32/stub-cache-ia32.cc#new...
src/ia32/stub-cache-ia32.cc:3141: __ JumpIfSmi(edx, &miss);
Label::kNear?

http://codereview.chromium.org/6974008/diff/1/src/x64/stub-cache-x64.cc
File src/x64/stub-cache-x64.cc (right):

http://codereview.chromium.org/6974008/diff/1/src/x64/stub-cache-x64.cc#newco...
src/x64/stub-cache-x64.cc:2505: __ JumpIfSmi(rdx, &miss);
Near jump? And below as well?

Powered by Google App Engine
This is Rietveld 408576698