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

Issue 10416025: Add a location summary to LoadLocal, StoreLocal and ConstantVal. (Closed)

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

Description

Add a location summary to LoadLocal, StoreLocal and ConstantVal. This CL makes those three code generation patterns location-based. Committed: https://code.google.com/p/dart/source/detail?r=7878

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -8 lines) Patch
M vm/flow_graph_compiler_x64.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M vm/intermediate_language.h View 1 6 chunks +39 lines, -3 lines 0 comments Download
M vm/intermediate_language_ia32.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M vm/intermediate_language_x64.cc View 1 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Florian Schneider
My last CL for today. Will start with changing more instructions tomorrow.
8 years, 7 months ago (2012-05-22 02:25:35 UTC) #1
Vyacheslav Egorov (Google)
lgtm https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_language.h File vm/intermediate_language.h (right): https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_language.h#newcode274 vm/intermediate_language.h:274: virtual LocationSummary* locs() const { we starting to ...
8 years, 7 months ago (2012-05-22 02:47:59 UTC) #2
Vyacheslav Egorov (Google)
https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_language_x64.cc File vm/intermediate_language_x64.cc (right): https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_language_x64.cc#newcode161 vm/intermediate_language_x64.cc:161: ASSERT(result == value); on an unrelated note: are we ...
8 years, 7 months ago (2012-05-22 02:49:20 UTC) #3
Florian Schneider
https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_language.h File vm/intermediate_language.h (right): https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_language.h#newcode274 vm/intermediate_language.h:274: virtual LocationSummary* locs() const { On 2012/05/22 02:47:59, Vyacheslav ...
8 years, 7 months ago (2012-05-22 06:33:08 UTC) #4
srdjan
LGTM https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_language.h File vm/intermediate_language.h (right): https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_language.h#newcode274 vm/intermediate_language.h:274: virtual LocationSummary* locs() const { On 2012/05/22 06:33:08, ...
8 years, 7 months ago (2012-05-22 16:50:32 UTC) #5
Florian Schneider
8 years, 7 months ago (2012-05-22 18:28:34 UTC) #6
I'll figure something out in a separate CL to avoid the code duplication.

https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_langua...
File vm/intermediate_language_x64.cc (right):

https://chromiumcodereview.appspot.com/10416025/diff/1/vm/intermediate_langua...
vm/intermediate_language_x64.cc:161: ASSERT(result == value);
On 2012/05/22 16:50:32, srdjan wrote:
> On 2012/05/22 06:33:08, Florian Schneider wrote:
> > On 2012/05/22 02:49:20, Vyacheslav Egorov (Google) wrote:
> > > on an unrelated note: are we planning to break-down such dependencies?
> > 
> > This is just to assert the register allocation does the right thing.
> 
> Add comment?

Done.

Powered by Google App Engine
This is Rietveld 408576698