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

Issue 15470013: Remove the IC data array from the isolate. (Closed)

Created:
7 years, 7 months ago by Kevin Millikin (Google)
Modified:
7 years, 7 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove the IC data array from the isolate. Thread it as an argument rather than storing it in a global variable. This means the programmer does not have to implement a shadow stack to save and restore the data array, and there is no special handling needed for GC. R=fschneider@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=22982

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -61 lines) Patch
M runtime/vm/compiler.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_builder.h View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 14 chunks +33 lines, -14 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 5 chunks +3 lines, -8 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 4 chunks +11 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/isolate.h View 2 chunks +0 lines, -5 lines 0 comments Download
M runtime/vm/isolate.cc View 3 chunks +0 lines, -19 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
7 years, 7 months ago (2013-05-21 12:38:33 UTC) #1
Florian Schneider
LGTM!
7 years, 7 months ago (2013-05-21 12:59:08 UTC) #2
Kevin Millikin (Google)
7 years, 7 months ago (2013-05-22 06:22:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22982 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698