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

Issue 11791047: Delay canonicalization of 1.0 * N until after representation selection. (Closed)

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

Description

Delay canonicalization of 1.0 * N until after representation selection. This allows to avoid Unbox(Box(N)) pair if N is an unboxed double phi: var N = 0.0; while (X) N += 1.0 * N; BUG= Committed: https://code.google.com/p/dart/source/detail?r=16799

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -35 lines) Patch
M runtime/vm/intermediate_language.cc View 9 chunks +20 lines, -35 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Google)
Please take a look.
7 years, 11 months ago (2013-01-08 13:57:34 UTC) #1
Florian Schneider
7 years, 11 months ago (2013-01-08 14:26:29 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698