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

Issue 197963002: Remove the ability to allow multiple gc prologue and gc epilogue callbacks (Closed)

Created:
6 years, 9 months ago by siva
Modified:
6 years, 9 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Remove the ability to allow multiple gc prologue and gc epilogue callbacks to be registered at any given time. Dartium seems to use only one. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=33622

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -260 lines) Patch
M runtime/include/dart_api.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 4 chunks +57 lines, -18 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 5 chunks +58 lines, -114 lines 0 comments Download
D runtime/vm/gc_callbacks.h View 1 1 chunk +0 lines, -111 lines 0 comments Download
M runtime/vm/gc_marker.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/isolate.h View 1 3 chunks +14 lines, -7 lines 0 comments Download
M runtime/vm/isolate.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
6 years, 9 months ago (2014-03-12 19:05:53 UTC) #1
Ivan Posva
LGTM -ip https://codereview.chromium.org/197963002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/197963002/diff/1/runtime/vm/dart_api_impl.cc#newcode767 runtime/vm/dart_api_impl.cc:767: DART_EXPORT Dart_Handle Dart_AddGcPrologueCallback( We might want to ...
6 years, 9 months ago (2014-03-12 21:06:41 UTC) #2
siva
https://codereview.chromium.org/197963002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/197963002/diff/1/runtime/vm/dart_api_impl.cc#newcode767 runtime/vm/dart_api_impl.cc:767: DART_EXPORT Dart_Handle Dart_AddGcPrologueCallback( Done, Added Dart_SetGcCallbacks(prologue, epilogue); The old ...
6 years, 9 months ago (2014-03-12 22:38:53 UTC) #3
siva
6 years, 9 months ago (2014-03-12 22:39:20 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r33622 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698