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

Issue 92008: Small changes to improve test coverage in codegen-ia32.cc. (Closed)

Created:
11 years, 8 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Small changes to improve test coverage in codegen-ia32.cc. Committed: http://code.google.com/p/v8/source/detail?r=1769

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -31 lines) Patch
M src/codegen-ia32.cc View 5 chunks +31 lines, -31 lines 2 comments Download
M test/mjsunit/constant-folding.js View 1 chunk +36 lines, -0 lines 0 comments Download
M test/mjsunit/keyed-ic.js View 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
11 years, 8 months ago (2009-04-22 12:48:04 UTC) #1
Kevin Millikin (Chromium)
LGTM.
11 years, 8 months ago (2009-04-22 13:31:19 UTC) #2
iposva
Drive by comment. -ip http://codereview.chromium.org/92008/diff/1/4 File src/codegen-ia32.cc (right): http://codereview.chromium.org/92008/diff/1/4#newcode1381 Line 1381: __ sar(answer.reg(), kSmiTagSize); Somehow ...
11 years, 8 months ago (2009-04-28 16:52:24 UTC) #3
Erik Corry
11 years, 8 months ago (2009-04-28 18:05:49 UTC) #4
http://codereview.chromium.org/92008/diff/1/4
File src/codegen-ia32.cc (right):

http://codereview.chromium.org/92008/diff/1/4#newcode1381
Line 1381: __ sar(answer.reg(), kSmiTagSize);
On 2009/04/28 16:52:24, iposva wrote:
> Somehow I feel this will never be reached, and I am not sure that you can
safely
> skip it.


Presumably you mean "and I am sure that".  It has been removed in a later
change.

Powered by Google App Engine
This is Rietveld 408576698