Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  spreadnew-optimization.js

  Sprache: JAVA
 

// Test case adapted from "apply-optimization.js" to test SpreadNew instead of FunApply.

// Uses fewer iterations than "apply-optimization.js" to keep the overall runtime reasonable.
const iterations = 40;

function make(k) {
    var a = new Array(k);
    for ( let i=0 ; i < k ; i++ )
        a[i] = {}
    return a;
}

function g() {
    // Ensure |new.target| and |this| are correct.
    assertEq(new.target, g);
    assertEq(typeof this"object");
    assertEq(Object.getPrototypeOf(this), g.prototype);

    // Returns a Number object, because constructor calls need to return an object!
    return new Number(arguments.length);
}

function f(a) {
    var sum = 0;
    for ( let i=0 ; i < iterations ; i++ )
        sum += new g(...a);
    return sum;
}

function time(k, t) {
    var then = Date.now();
    assertEq(t(), iterations*k);
    var now = Date.now();
    return now - then;
}

function p(v) {
    // Uncomment to see timings
    // print(v);
}

f(make(200));

// There is currently a cutoff after 375 where we bailout in order to avoid
// handling very large stack frames.  This slows the operation down by a factor
// of 100 or so.

p(time(374, () => f(make(374))));
p(time(375, () => f(make(375))));
p(time(376, () => f(make(376))));
p(time(377, () => f(make(377))));

Messung V0.5 in Prozent
C=94 H=92 G=92

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet am  2026-06-05) ¤

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

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik