-
rswindell authored
JS_BranchCallback behavior in regards to infinite-loop detection, periodic garbage collection, and periodic time-slice yields. Eliminated global reset_loop() method, ill side-effects. Use branch.limit=0 instead to defeat infinite-loop detection mechanism (e.g. for static services).
rswindell authoredJS_BranchCallback behavior in regards to infinite-loop detection, periodic garbage collection, and periodic time-slice yields. Eliminated global reset_loop() method, ill side-effects. Use branch.limit=0 instead to defeat infinite-loop detection mechanism (e.g. for static services).