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

Quelle  bug909997.js   Sprache: JAVA

 
// getJitCompilerOptions will always return array with zeros when JIT is
// disabled. Therefore we quit now.
if (inJit() == 'Baseline is disabled.') {
    print("JIT is disabled.");
    quit();
}

var wait = 100;

var method_A = function() {
    for (var t = 0; t < wait; ++t) {}
}

var method_B = function() {
    for (var t = 0; t < wait; ++t) {}
}

var method_C = function() {
    for (var t = 0; t < wait; ++t) {}
}

var method_D = function() {
    for (var t = 0; t < wait; ++t) {}
}

var func = [method_A, method_B, method_C, method_D]

for (var n = 0; n < 4; ++n) {
    try {
 setJitCompilerOption("baseline.enable", n & 1);
 setJitCompilerOption("ion.enable", n & 2 ? 1: 0);
    } catch(e) {
 if (e.toString().includes("on the stack"))
     continue;
 throw e;
    }
    var opt = getJitCompilerOptions();
    assertEq(opt["baseline.enable"], n & 1);
    assertEq(opt["ion.enable"], n & 2 ? 1 : 0);
    for (var i = 0; i < 1001; ++i)
        func[n]();
}

Messung V0.5
C=96 H=59 G=79

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