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

Quelle  bug1633740.js   Sprache: JAVA

 
// Test for bug 1633740, an intermittent GC-related crash caused by
// the bigint/i64 conversion in inlined Ion to Wasm calls.

// Used to help ensure this will trigger the Ion inlined call path.
var threshold = 2 * getJitCompilerOptions()["ion.warmup.trigger"] + 10;
function testWithJit(f) {
  for (var i = 0; i < threshold; i++) {
    f();
  }
}

function test() {
  var exports = wasmEvalText(`(module
    (func (export "f") (param i64) (result i64)
      (local.get 0)
    ))`).exports;
  var f = exports.f;

  testWithJit(() => {
    assertEq(f("5"), 5n);
  });
}

gczeal(7, 1); // Collect nursery on every allocation.
test();

Messung V0.5
C=90 H=99 G=94

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