/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// A set of Ion scripts that will be invalidated simultaneously. // // When using this class, make sure the traceWeak method is called by the GC to // sweep dead scripts. class DependentIonScriptSet {
IonScriptKeyVector ionScripts_;
// To avoid keeping a lot of stale entries for invalidated IonScripts between // GCs, we compact the vector when it grows too large.
size_t lengthAfterLastCompaction_ = 0;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.