function FunctionBody(f) { var str = f.toString(); var firstBrace = str.indexOf('{'); var lastBrace = str.lastIndexOf('}'); return str.substr(firstBrace + 1, lastBrace - firstBrace - 1);
}
var F = (function (stdlib, n, heap) { var Int16ArrayView = new stdlib.Int16Array(heap); function f(i0, d1) {
i0 = i0 | 0
d1 = +d1 var d2 = 1. var i3 = 0
Int16ArrayView[0] = i0
d2 = (.0 / .0) switch ((i0 + i0) | 0) { case 0:
d2 = .0 break
};
(((i3 - (0 < 0)) >>> ((.0 < -0) + (.0 > .0))) / 0) >> (0 + (((0 + 0) ^
(9 > 0)) | 0))
} return f;
});
var compiled = asmCompile('stdlib', 'n', 'heap', USE_ASM + FunctionBody(F));
asmLink(compiled, this, null, new ArrayBuffer(BUF_MIN))();
var F = (function(stdlib, n, heap) { var Float64ArrayView = new stdlib.Float64Array(heap) function f() {
Float64ArrayView[0] = +(0xffffffff / 0xffffffff >> 0)
} return f;
});
var compiled = asmCompile('stdlib', 'n', 'heap', USE_ASM + FunctionBody(F));
asmLink(compiled, this, null, new ArrayBuffer(BUF_MIN))();
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.