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

Quelle  new-8.js

  Sprache: JAVA
 

// Handle bailing from a constructor that's called from the interpreter.

function yesokhellothankyou() {
 return 5;
}

function BailFromConstructor() {
 this.x = "cats";
 this.y = 5;
 var z = yesokhellothankyou();

 // Causes a bailout for purposes of inlining at the LRecompileCheck.
 // Yep, this is great.
 for (var i = 0; i < 10500; i++) {
  x = 4;
 }

 return 4;
}

var x = new BailFromConstructor();

Messung V0.5 in Prozent
C=86 H=82 G=83

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-08) ¤

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