Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/warp/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 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 in Prozent
C=91 H=80 G=85

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-25) ¤

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