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

Issue 14031035: Cleanup implementation of SmiToDouble to use unboxed double result. (Closed)

Created:
7 years, 8 months ago by Vyacheslav Egorov (Google)
Modified:
7 years, 8 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Cleanup implementation of SmiToDouble to use unboxed double result. Allow CSE to eliminate redundant SmiToDouble, DoubleToDouble, InvokeMathCFunction instructions. R=srdjan@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=22078

Patch Set 1 #

Patch Set 2 : fix register constraints #

Patch Set 3 : emit SmiToDouble only at monomorphic sites #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -68 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 2 2 chunks +10 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.h View 3 chunks +20 lines, -7 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 chunks +10 lines, -28 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +10 lines, -27 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Vyacheslav Egorov (Google)
7 years, 8 months ago (2013-04-26 17:17:08 UTC) #1
srdjan
LGTM
7 years, 8 months ago (2013-04-26 17:26:36 UTC) #2
Vyacheslav Egorov (Google)
Please take another look. There was a bug: SmiToDouble was generated at polymorphic call sites ...
7 years, 8 months ago (2013-04-26 18:03:38 UTC) #3
srdjan
Still LGTM
7 years, 8 months ago (2013-04-26 18:10:15 UTC) #4
Vyacheslav Egorov (Google)
7 years, 8 months ago (2013-04-26 18:11:10 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r22078 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698