Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/xpconnect/tests/chrome/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 917 B image not shown  

Quelle  test_bug732665_meta.js

  Sprache: JAVA
 

/* globals stackPointerInfo */

var stackBottom = stackPointerInfo();
var stackTop = stackBottom;

function nearNativeStackLimit() {
  function inner() {
    try {
      stackTop = stackPointerInfo();
      // eslint-disable-next-line no-eval
      var stepsFromLimit = eval("inner()"); // Use eval to force a number of native stackframes to be created.
      return stepsFromLimit + 1;
    } catch (e) {
      // It would be nice to check here that the exception is actually an
      // over-recursion here. But doing so would require toString()ing the
      // exception, which we may not have the stack space to do.
      return 1;
    }
  }
  return inner();
}

var nbFrames = nearNativeStackLimit();
var frameSize = stackBottom - stackTop;
print(
  "Max stack size:",
  frameSize,
  "bytes",
  "\nMaximum number of frames:",
  nbFrames,
  "\nAverage frame size:",
  Math.ceil(frameSize / nbFrames),
  "bytes"
);

Messung V0.5 in Prozent
C=69 H=96 G=83

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-08-25) ¤

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