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

Issue 608913002: Track references to allocation stubs via static_calls_table, instead of keeping two referencers ali… (Closed)

Created:
6 years, 2 months ago by koda
Modified:
6 years, 2 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Track references to allocation stubs via static_calls_table, instead of keeping two referencers alive. (Verbatim copy of srdjan's https://codereview.chromium.org/609893002/ ) TBR=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=40738

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -30 lines) Patch
M runtime/vm/code_generator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 chunk +13 lines, -4 lines 0 comments Download
M runtime/vm/compiler_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 3 chunks +2 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +19 lines, -14 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/weak_code.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
koda
6 years, 2 months ago (2014-09-26 20:15:58 UTC) #1
koda
6 years, 2 months ago (2014-09-26 20:18:09 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r40738 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698