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

Issue 10915053: Specialize binary operations with mixed Smi-Double feedback as Double ones. (Closed)

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

Description

Specialize binary operations with mixed Smi-Double feedback as Double ones. Fix specialization of DIV operation (missing break). Don't specialize double MOD operation: we have no fast path code to handle it in the codegen. R=fschneider@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=11757

Patch Set 1 #

Patch Set 2 : don't specialize kMOD. We actually have no fast path for it. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -7 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 3 chunks +24 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Google)
8 years, 3 months ago (2012-09-03 11:01:05 UTC) #1
Florian Schneider
8 years, 3 months ago (2012-09-03 11:21:57 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698