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

Issue 11549010: Dynamically Allocate the predefined handles structure in Symbols (Closed)

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

Description

Dynamically Allocate the predefined handles structure in Symbols so that an "exit" will not result in static destructors being run and zapping the handles area while some other isolates are still running. Committed: https://code.google.com/p/dart/source/detail?r=16015

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -7 lines) Patch
M vm/symbols.h View 1 chunk +21 lines, -4 lines 0 comments Download
M vm/symbols.cc View 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
siva
8 years ago (2012-12-12 02:28:59 UTC) #1
Ivan Posva
8 years ago (2012-12-12 02:38:56 UTC) #2
LGTM, but we will need to come up with a strategy to cleanly shutdown the
process.

-Ivan

Powered by Google App Engine
This is Rietveld 408576698