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

Issue 10876072: Use type propagation to eliminate store barriers. (Closed)

Created:
8 years, 4 months ago by srdjan
Modified:
8 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use type propagation to eliminate store barriers. Committed: https://code.google.com/p/dart/source/detail?r=11357

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -34 lines) Patch
M runtime/vm/intermediate_language.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 2 chunks +16 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 4 chunks +16 lines, -16 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 4 chunks +16 lines, -16 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
8 years, 4 months ago (2012-08-25 00:12:00 UTC) #1
Ivan Posva
LGTM -ip https://chromiumcodereview.appspot.com/10876072/diff/1/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://chromiumcodereview.appspot.com/10876072/diff/1/runtime/vm/intermediate_language.cc#newcode300 runtime/vm/intermediate_language.cc:300: if (BindsToConstant()) return false; return !BindsToConstant(); https://chromiumcodereview.appspot.com/10876072/diff/1/runtime/vm/intermediate_language.cc#newcode304 ...
8 years, 4 months ago (2012-08-25 00:20:51 UTC) #2
srdjan
8 years, 4 months ago (2012-08-25 00:25:52 UTC) #3
Also added a check for StoreVMFieldComp

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

https://chromiumcodereview.appspot.com/10876072/diff/1/runtime/vm/intermediat...
runtime/vm/intermediate_language.cc:300: if (BindsToConstant()) return false;
On 2012/08/25 00:20:51, Ivan Posva wrote:
> return !BindsToConstant();

Done.

https://chromiumcodereview.appspot.com/10876072/diff/1/runtime/vm/intermediat...
runtime/vm/intermediate_language.cc:304: 
On 2012/08/25 00:20:51, Ivan Posva wrote:
> Extra line.

Done.

Powered by Google App Engine
This is Rietveld 408576698