Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/gc/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  weakmap-nursery-value.js   Sprache: JAVA

 
// Bug 1715471

// This test relies on triggering GC at precise points. GC zeal modes
// interfere with this.
gczeal(0);

// This test requires enqueueMark, which is only available in a debugging
// build.
if (!this.enqueueMark) quit(0);

var wm = new WeakMap();

// Force materialization of the map struct. Otherwise it would be allocated
// black during the incremental GC when we do wm.set.
wm.set({}, {});

var tenuredKey = Object.create(null);
gc(); // Tenure the WeakMap and key.

// Enter the GC, since otherwise the minor GC at the beginning would tenure our
// value before it had a chance to be entered into the ephemeron edge list.
startgc(1);
while (gcstate() === "Prepare") gcslice(1);

// Create a WeakMap entry with a value in the nursery.
var nurseryValue = Object.create(null);
wm.set(tenuredKey, nurseryValue);

// We want to mark the weakmap first, before the key or value are marked, so
// that the tenuredKey -> nurseryValue edge will be added to the ephemeron edge
// table.
enqueueMark(wm);

gcslice(1000);
minorgc();

Messung V0.5
C=82 H=88 G=84

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.