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

Quelle  bug860838-4.js

  Sprache: JAVA
 

function DiagModule(stdlib, foreign) {
    "use asm";

    var sqrt = stdlib.Math.sqrt;
    var test = foreign.test;
    var foo = foreign.foo;

    function square(x) {
        x = x|0;
        return ((x|0)+(x|0))|0;
    }

    function diag() {
        var x = 0.0;
        while(1) {
          test(1, x);
          x = x+1.0
          if (x > 15.0)
            return 0;
        }
        return 0;
    }

    function diag_1() {
        foo();
        return 0;
    }


    return { diag: diag, diag_1:diag_1 };
}

var foreign = {
  test:function(a,b) {
    print(a+":"+b)
    var c = [0.0];
    if (b > 10)
        return c[1];
    return c[0];
  },
  foo:function() {
    with({}) {};
    gc();
  }
}

// make sure foreign is compiled

var fast = DiagModule(this, foreign);     // produces AOT-compiled version
print(fast.diag_1());      // 5
gc()
print(fast.diag());      // 5



Messung V0.5 in Prozent
C=93 H=92 G=92

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-08) ¤

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