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

Issue 10879005: Split BinaryOp into BinarySmiOp and BinaryMintOp. (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

Split BinaryOp into BinarySmiOp and BinaryMintOp. This refactoring is a preparation for inserting explicit class checks for arithmetic operations. Committed: https://code.google.com/p/dart/source/detail?r=11132

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -220 lines) Patch
M runtime/vm/code_generator.h View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 5 chunks +24 lines, -15 lines 0 comments Download
M runtime/vm/il_printer.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 5 chunks +49 lines, -24 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +18 lines, -16 lines 1 comment Download
M runtime/vm/intermediate_language_ia32.cc View 12 chunks +61 lines, -81 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 12 chunks +59 lines, -79 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 4 months ago (2012-08-22 09:09:36 UTC) #1
Vyacheslav Egorov (Google)
8 years, 4 months ago (2012-08-22 11:15:23 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10879005/diff/1/runtime/vm/intermediat...
File runtime/vm/intermediate_language.cc (right):

https://chromiumcodereview.appspot.com/10879005/diff/1/runtime/vm/intermediat...
runtime/vm/intermediate_language.cc:994: return (op_kind() == Token::kSHL)
I would prefer if-statement when ?: does not fit on one line.

Powered by Google App Engine
This is Rietveld 408576698