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

Quellcode-Bibliothek 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=95 H=93 G=93

¤ 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.0.16Bemerkung:  (vorverarbeitet am  2026-08-25) ¤

*Bot Zugriff






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.