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

Issue 15162002: Avoid convertion to double when it is not needed. (Closed)

Created:
7 years, 7 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 7 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Avoid convertion to double when it is not needed. R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14664

Patch Set 1 : #

Total comments: 1

Patch Set 2 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -3 lines) Patch
M src/factory.h View 1 2 chunks +15 lines, -1 line 0 comments Download
M src/runtime.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Dmitry Lomov (no reviews)
This turned out to be about 10% of initialization
7 years, 7 months ago (2013-05-14 11:58:48 UTC) #1
rossberg
https://codereview.chromium.org/15162002/diff/3/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/15162002/diff/3/src/runtime.cc#newcode860 src/runtime.cc:860: if (Smi::IsValid(static_cast<intptr_t>(length))) { I think this should be refactored ...
7 years, 7 months ago (2013-05-14 14:00:45 UTC) #2
Dmitry Lomov (no reviews)
Please take another look
7 years, 7 months ago (2013-05-14 14:33:20 UTC) #3
rossberg
lgtm
7 years, 7 months ago (2013-05-14 15:01:21 UTC) #4
Dmitry Lomov (no reviews)
7 years, 7 months ago (2013-05-14 15:03:33 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r14664 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698