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

Issue 10592028: Improve inlining of bit_and operation for Mint and Smi in new compilers. (Closed)

Created:
8 years, 6 months ago by regis
Modified:
8 years, 6 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Improve inlining of bit_and operation for Mint and Smi in new compilers. Committed: https://code.google.com/p/dart/source/detail?r=8998

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -60 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 4 chunks +46 lines, -24 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 4 chunks +75 lines, -17 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 3 chunks +76 lines, -19 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
regis
8 years, 6 months ago (2012-06-20 23:32:36 UTC) #1
srdjan
LGTM with comments/questions https://chromiumcodereview.appspot.com/10592028/diff/4002/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://chromiumcodereview.appspot.com/10592028/diff/4002/runtime/vm/flow_graph_optimizer.cc#newcode137 runtime/vm/flow_graph_optimizer.cc:137: if (num_checks == 1) { What ...
8 years, 6 months ago (2012-06-21 16:02:37 UTC) #2
regis
Thanks. Not quite working yet, though. https://chromiumcodereview.appspot.com/10592028/diff/4002/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://chromiumcodereview.appspot.com/10592028/diff/4002/runtime/vm/flow_graph_optimizer.cc#newcode137 runtime/vm/flow_graph_optimizer.cc:137: if (num_checks == ...
8 years, 6 months ago (2012-06-21 18:26:42 UTC) #3
regis
All tests pass now. Please, have another look. Thanks, Regis
8 years, 6 months ago (2012-06-21 19:10:30 UTC) #4
srdjan
LGTM with one comment https://chromiumcodereview.appspot.com/10592028/diff/9008/runtime/vm/intermediate_language_x64.cc File runtime/vm/intermediate_language_x64.cc (right): https://chromiumcodereview.appspot.com/10592028/diff/9008/runtime/vm/intermediate_language_x64.cc#newcode1667 runtime/vm/intermediate_language_x64.cc:1667: } ASSERT result == EAX
8 years, 6 months ago (2012-06-21 19:27:12 UTC) #5
regis
8 years, 6 months ago (2012-06-21 19:34:40 UTC) #6
Thanks!

https://chromiumcodereview.appspot.com/10592028/diff/9008/runtime/vm/intermed...
File runtime/vm/intermediate_language_x64.cc (right):

https://chromiumcodereview.appspot.com/10592028/diff/9008/runtime/vm/intermed...
runtime/vm/intermediate_language_x64.cc:1667: }
On 2012/06/21 19:27:12, srdjan wrote:
> ASSERT result == EAX

Done.

Powered by Google App Engine
This is Rietveld 408576698