I also made a backend change that limits the total number of branches
to 1 million. This is to prevent some wisecracker from writing
while(true){} and locking up the webserver. I think this number
should be high enough for all practical purposes (it can do an entire
500-step round of CodeWriter), but if you find that it is not, let me
know.
In the spirit of open testing, I have also created a
server-side-sandbox at http://ecmanomic.org/test.html . This has a
backend identical to the real thing, except that it runs in sandbox
mode (so that the "debug" function works). Feel free to use this to
test out server-side JS bugs (and report your findings on the group
page devoted to that topic). Don't abuse it too much (e.g. trying to
crash the webserver) or I'll have to remove it.
Cheers,
--abliss