- Feb 01, 2006
-
-
rswindell authored
-
- Dec 13, 2005
-
-
rswindell authored
(rather than _DEBUG) - improving performance and memory usage in the 99% of debug builds that don't need the JSDOC stuff.
-
- Oct 14, 2005
- Oct 12, 2005
-
-
rswindell authored
-
- Aug 12, 2005
-
-
rswindell authored
-
- Aug 06, 2005
- May 09, 2005
-
-
rswindell authored
initialized as such by the caller).
-
- Dec 30, 2004
-
-
rswindell authored
-
- Dec 02, 2004
- Nov 10, 2004
-
-
rswindell authored
Created js_GenericBranchCallback (used by the load background thread).
-
- Nov 26, 2003
-
-
rswindell authored
-
- Nov 20, 2003
-
-
rswindell authored
automatically terminated upon external termination request (defaults to true).
-
- Oct 19, 2003
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- Oct 16, 2003
- Oct 15, 2003
-
-
rswindell authored
they want to).
-
- Oct 12, 2003
- Oct 10, 2003
-
-
rswindell authored
string in its own context with no access to any Synchronet objects (secure).
-
- Oct 03, 2003
-
-
rswindell authored
-
- Sep 10, 2003
-
-
rswindell authored
js.max_bytes is now writeable during run-time (why not?).
-
rswindell authored
(pointer to server/service/host-process termination requested flag) so js.terminated should be used in place of server.terminated for universal scripts.
-
rswindell authored
-
rswindell authored
but with different names (e.g. branch.counter is now js.branch_counter). This object will now be used for other internal JS monitoring/control functions (e.g. garbage collection). js_internal.c/o/obj now replaces js_branch.*.
-
rswindell authored
compatibility). Created branch.gc_bytes/last_bytes/max_bytes/counter for garbage collection performance metrics, advanced debugging. This modification requires a "cvs update" to the include directory for js.msg.
-
- Jul 08, 2003
-
-
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).
-