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

Issue 10877011: Do not clear the spill slots in optimized code. (Closed)

Created:
8 years, 4 months ago by Kevin Millikin (Google)
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Do not clear the spill slots in optimized code. Also, change all calls in the prologue to have a stackmap. R=vegorov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=11215

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -40 lines) Patch
M runtime/vm/flow_graph_compiler_ia32.cc View 7 chunks +27 lines, -20 lines 1 comment Download
M runtime/vm/flow_graph_compiler_x64.cc View 7 chunks +27 lines, -20 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Google)
8 years, 4 months ago (2012-08-22 13:08:20 UTC) #1
Vyacheslav Egorov (Google)
8 years, 4 months ago (2012-08-22 13:22:08 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10877011/diff/1/runtime/vm/flow_graph_...
File runtime/vm/flow_graph_compiler_ia32.cc (right):

https://chromiumcodereview.appspot.com/10877011/diff/1/runtime/vm/flow_graph_...
runtime/vm/flow_graph_compiler_ia32.cc:954: __ Comment("Initialize spill
slots");
"Initialize locals"

https://chromiumcodereview.appspot.com/10877011/diff/1/runtime/vm/flow_graph_...
File runtime/vm/flow_graph_compiler_x64.cc (right):

https://chromiumcodereview.appspot.com/10877011/diff/1/runtime/vm/flow_graph_...
runtime/vm/flow_graph_compiler_x64.cc:961: __ Comment("Initialize spill slots");
Initialize locals

Powered by Google App Engine
This is Rietveld 408576698