Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/quote/tests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 166 B image not shown  

Quelle  bug-1590176.js   Sprache: unbekannt

 
// Create function clones in a separate Zone so that the GC can relazify them.
let g = newGlobal({newCompartment: true});
g.evaluate(`
    function factory() {
        return function() { };
    }
`);

// Delazify, Relazify, Delazify
g.factory()();
finishgc();
startgc(0, 'shrinking');
g.factory()();

Messung V0.5
C=95 H=81 G=88

[ zur Elbe Produktseite wechseln0.14Quellennavigators  Analyse erneut starten  ]