products/Sources/formale Sprachen/JAVA/Netbeans/profiler/profiler/   (Netbeans IDE Version 28©)  Datei vom 3.10.2025 mit Größe 906 B image not shown  

Quelle  bug1602675.js   Sprache: unbekannt

 
// |jit-test| skip-if: !isAsmJSCompilationAvailable()
//
// Confusion between TA constructor and TA view led to invalid wasm code
// generation and a subsequent failure in the wasm verifier.  This code should
// not validate; we should fall back to JS execution.

function f(stdlib, foreign, buffer) {
    "use asm";
    var i32 =stdlib.Int32Array
    function g(i) {
        i=i|0;
        var j=0;
        for (; (j>>>0) < 100000; j=(j+1)|0)
            i32[i>>2] = j;
    }
    return g
}
var g = f(thisnullnew ArrayBuffer(1<<16));
g(1<<16);

Messung V0.5 in Prozent
C=74 H=80 G=76

[zur Elbe Produktseite wechseln0.14QuellennavigatorsAnalyse erneut starten2026-06-10]