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

Quelle  outofline.js   Sprache: JAVA

 
// Breaks with --ion -n. See bug 718122.

function Foo()
{ }

Foo.prototype.bar = function(){
 print("yes hello");
 return 5;
}

var x = new Foo();

function f(x) {
 // Enter Ion.
 for (var i=0; i < 41; i++);

 // At this point we have no type information for the GetPropertyCache below.
 // This causes the cache to be typed as Value.
 x.bar();
}

f(x);

Messung V0.5
C=94 H=84 G=88

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