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

Issue 9961019: Implement context cloning in new compiler. (Closed)

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

Description

Implement context cloning in new compiler. Committed: https://code.google.com/p/dart/source/detail?r=6206

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -1 line) Patch
M runtime/vm/flow_graph_builder.cc View 1 2 2 chunks +13 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 2 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
8 years, 8 months ago (2012-04-04 22:01:48 UTC) #1
regis
LGTM https://chromiumcodereview.appspot.com/9961019/diff/3002/runtime/vm/flow_graph_compiler_x64.cc File runtime/vm/flow_graph_compiler_x64.cc (right): https://chromiumcodereview.appspot.com/9961019/diff/3002/runtime/vm/flow_graph_compiler_x64.cc#newcode824 runtime/vm/flow_graph_compiler_x64.cc:824: __ popq(RAX); // Get result (cloned context).nn .nn?
8 years, 8 months ago (2012-04-04 22:37:19 UTC) #2
srdjan
8 years, 8 months ago (2012-04-04 23:10:22 UTC) #3
https://chromiumcodereview.appspot.com/9961019/diff/3002/runtime/vm/flow_grap...
File runtime/vm/flow_graph_compiler_x64.cc (right):

https://chromiumcodereview.appspot.com/9961019/diff/3002/runtime/vm/flow_grap...
runtime/vm/flow_graph_compiler_x64.cc:824: __ popq(RAX);  // Get result (cloned
context).nn
On 2012/04/04 22:37:19, regis wrote:
> .nn?

An I wondered why the review did not jump to next change, even though I pressed
n .. repeatedly .. removed

Powered by Google App Engine
This is Rietveld 408576698