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

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

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

Description

Track references to allocation stubs via static_calls_table, instead of keeping two referencers alive.

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 (1 generated)
srdjan
6 years, 2 months ago (2014-09-26 17:26:32 UTC) #2
This CL is ready to submit.

Powered by Google App Engine
This is Rietveld 408576698