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

Quelle  single-cpu.js   Sprache: JAVA

 
// |jit-test| --test-wasm-await-tier2; --cpu-count=1

// Test that compilation works when there's only one core available.

// This is fac-opt from fac.wast in the official testsuite, changed to use
// i32 instead of i64.
assertEq(wasmEvalText(`(module
  (func $fac-opt (param i32) (result i32)
    (local i32)
    (local.set 1 (i32.const 1))
    (block
      (br_if 0 (i32.lt_s (local.get 0) (i32.const 2)))
      (loop
        (local.set 1 (i32.mul (local.get 1) (local.get 0)))
        (local.set 0 (i32.add (local.get 0) (i32.const -1)))
        (br_if 0 (i32.gt_s (local.get 0) (i32.const 1)))
      )
    )
    (local.get 1)
  )

  (export "" (func 0))
)`).exports[""](10), 3628800);

Messung V0.5
C=83 H=100 G=91

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