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 670 B image not shown  

Quelle  bug-1852063.js   Sprache: JAVA

 
// |jit-test| --fast-warmup

gczeal(0);

// Create a gray function.
grayRoot()[0] = (obj) => obj.x;

function foo(obj, skip) {
  if (!skip)
    return grayRoot()[0](obj);
}

with ({}) {}

// Set up `foo` to inline the gray function when we hit the threshold.
for (var i = 0; i < 6; i++) {
  foo({x:1}, false);
  foo({y:1, x:2}, false);
}

// Start a gc, yielding after marking gray roots.
gczeal(25);
startgc(1);

// Trigger inlining, being careful not to call and mark the gray function.
// This adds the gray function to cellsToAssertNotGray.
for (var i = 0; i < 10; i++) {
  foo({x:1}, true);
}

// Finish the gc and process the delayed gray checks list.
finishgc();

Messung V0.5
C=92 H=94 G=92

¤ Dauer der Verarbeitung: 0.11 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.