Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  bug2001279.js

  Sprache: JAVA
 

// |jit-test| --no-threads
with ({}) {}


function foo() {
  target();
}

// A function that can be inlined
function good() {}

// A function that can't be inlined (because of the asm.js lambda)
function bad() {
  if (!bad) {
    function inner() {
      "use asm";
      function f() {}
      return f;
    }
  }
}

// Compile a version of foo that calls good without inlining it.
for (var i = 0; i < 1000; i++) {
  try { foo(); } catch {}
}
target = good;
for (var i = 0; i < 500; i++) {
  foo();
}

// Bail out of the ion-compiled version of foo.
// Attach an IC that calls bad.
target = bad;
for (var i = 0; i < 1500; i++) {
  foo();
}

Messung V0.5 in Prozent
C=83 H=80 G=81

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002