Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/gc/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 519 B image not shown  

Quelle  bug-2044361.js

  Sprache: JAVA
 

// Exercise post minor collection GC hash table checks with nursery pointers,
// in this cases a prototype that survives collection but stays allocated in
// the nursery.

gczeal(0);
gcparam("semispaceNurseryEnabled"1);
gc();
gczeal(7);
gczeal(13);

var keep = [];
for (var i = 0; i < 500; i++) {
  var proto = {};
  proto.a = i;
  // Object.create installs |proto| (a nursery object) into the new object's
  // BaseShape, adding an entry to the per-zone baseShapes table.
  keep.push(Object.create(proto), proto);
}

Messung V0.5 in Prozent
C=80 H=69 G=74

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.