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 21539: Simplify non-smi bit operation optimization. The explicit range... (Closed)

Created:
11 years, 10 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Simplify non-smi bit operation optimization. The explicit range checks are not needed. If we fail to store the float as a 64-bit integer, we just go to the runtime system. The only extra case in which we enter the runtime system is for NaN which should not matter. Committed: http://code.google.com/p/v8/source/detail?r=1331

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -40 lines) Patch
M src/codegen-ia32.cc View 2 chunks +6 lines, -40 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Mads Ager (chromium)
11 years, 10 months ago (2009-02-20 14:21:36 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698