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

Quelle  bug1716231.js   Sprache: JAVA

 
// |jit-test| --fast-warmup; --ion-offthread-compile=off

const too_big_for_float32 = 67109020;

function call_with_no_ic_data() {}

function foo() {
    call_with_no_ic_data();

    let x = too_big_for_float32;
    let result;

    // We OSR in this loop.
    for (let i = 0; i < 100; i++) {
        const float32 = Math.fround(0);

 // Create a phi with one float32-typed input
 // and one OSRValue input.
        result = float32 || x;
    }

    return result;
}

assertEq(foo(), too_big_for_float32);

Messung V0.5
C=92 H=79 G=85

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