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

Issue 10440082: Fix a bug in ia32 shift left , implemented more inlined binary operations in x64. (Closed)

Created:
8 years, 6 months ago by srdjan
Modified:
8 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix a bug in ia32 shift left , implemented more inlined binary operations in x64. Committed: https://code.google.com/p/dart/source/detail?r=8119

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -22 lines) Patch
M runtime/vm/constants_ia32.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/constants_x64.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 2 chunks +1 line, -12 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 chunks +138 lines, -10 lines 0 comments Download
M runtime/vm/locations.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/opt_code_generator_ia32.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/token.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/token.cc View 1 2 2 chunks +31 lines, -0 lines 0 comments Download
M tests/language/bit_operations_test.dart View 1 2 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
8 years, 6 months ago (2012-05-30 00:25:24 UTC) #1
Florian Schneider
LGTM. https://chromiumcodereview.appspot.com/10440082/diff/8001/runtime/vm/intermediate_language_x64.cc File runtime/vm/intermediate_language_x64.cc (right): https://chromiumcodereview.appspot.com/10440082/diff/8001/runtime/vm/intermediate_language_x64.cc#newcode990 runtime/vm/intermediate_language_x64.cc:990: case Token::kBIT_OR: { Maybe also add the same ...
8 years, 6 months ago (2012-05-30 14:21:12 UTC) #2
srdjan
8 years, 6 months ago (2012-05-30 17:03:10 UTC) #3
https://chromiumcodereview.appspot.com/10440082/diff/8001/runtime/vm/intermed...
File runtime/vm/intermediate_language_x64.cc (right):

https://chromiumcodereview.appspot.com/10440082/diff/8001/runtime/vm/intermed...
runtime/vm/intermediate_language_x64.cc:990: case Token::kBIT_OR: {
On 2012/05/30 14:21:12, Florian Schneider wrote:
> Maybe also add the same comment as in the BIT_AND and XOR case, or leave them
> all out.

Added it.

Powered by Google App Engine
This is Rietveld 408576698