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

Quelle  compiler-frame-depth.js

  Sprache: JAVA
 

// Ensures that the postorder allows us to have very deep expression trees.

var expr = '(local.get 0)';

for (var i = 1000; i --> 0; ) {
    expr = `(f32.neg ${expr})`;
}

var code = `(module
 (func
  (param f32)
  (result f32)
  ${expr}
 )
 (export "run" (func 0))
)`;

try {
    wasmFullPass(code, Math.fround(13.37), {}, 13.37);
catch (e) {
    // Some configurations, like e.g. ASAN, will fail these tests because its
    // stack frames are much bigger than usual ones and the parser will bail
    // out during its recursive descent.
    // Ignore those errors specifically.
    assertEq(e.message.includes('out of memory'), true);
}

Messung V0.5 in Prozent
C=93 H=84 G=88

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© 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.