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

Issue 10873027: Use the location summary to represent safepoint information. (Closed)

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

Description

Use the location summary to represent safepoint information. Pass a LocationSummary everywhere instead of a BitmapBuilder. The LocationSummary contains information about live registers. R=vegorov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=11219

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -262 lines) Patch
M runtime/vm/code_descriptors.h View 2 chunks +2 lines, -5 lines 0 comments Download
M runtime/vm/code_descriptors.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/code_descriptors_test.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 9 chunks +21 lines, -32 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.h View 7 chunks +25 lines, -18 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 13 chunks +62 lines, -49 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.h View 7 chunks +25 lines, -18 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 11 chunks +56 lines, -43 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 35 chunks +41 lines, -43 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 34 chunks +40 lines, -42 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Google)
Mechanical change in preparation for using registers at some safepoints.
8 years, 4 months ago (2012-08-23 09:19:24 UTC) #1
Vyacheslav Egorov (Google)
8 years, 4 months ago (2012-08-23 09:31:44 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698