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

Quelle  bug1645835.js

  Sprache: JAVA
 

function Base() {
  // Creates MNewObject, which is recoverable. An instruction which has the
  // |RecoveredOnBailout| flag set mustn't have any live uses.
  return {};
}

class C extends Base {
  constructor() {
    // |super()| assigns to |this|. The |this| slot mustn't be optimised away
    // in case the debugger tries to read that slot.
    super();
  }
}

for (var i = 0; i < 100; i++) {
  // The returned object is not used, so it can be optimised away.
  new C();
}

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

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet am  2026-06-10) ¤

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