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

Issue 10850014: Separate double binary operation into a separate instruction class. (Closed)

Created:
8 years, 4 months ago by Florian Schneider
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Separate double binary operation into a separate instruction class. Double operation are currently implemented as calls, so they need arguments pushed on the stack. Smi and Mint operations are not calls, so they are handled with the same instruction as before. Committed: https://code.google.com/p/dart/source/detail?r=10178

Patch Set 1 #

Patch Set 2 : added ia32 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -80 lines) Patch
M vm/flow_graph_optimizer.cc View 1 chunk +17 lines, -11 lines 0 comments Download
M vm/il_printer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M vm/intermediate_language.h View 7 chunks +31 lines, -5 lines 0 comments Download
M vm/intermediate_language.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M vm/intermediate_language_ia32.cc View 1 5 chunks +31 lines, -32 lines 0 comments Download
M vm/intermediate_language_x64.cc View 5 chunks +31 lines, -32 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 4 months ago (2012-08-02 13:07:09 UTC) #1
Kevin Millikin (Google)
8 years, 4 months ago (2012-08-02 15:57:29 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698