On Fri, Jan 24, 2014 at 08:29:31AM -0800, Chris Brannon wrote: > Adam Thompson <[email protected]> writes: > > > Out of interest, what's your machine spec? > > It's an AMD64 with 4 gigs of RAM, running Gentoo. Spidermonkey is built > with -O2 -g -ggdb in CFLAGS.
Ok, I guess one thing could be that you're not triggering gc as regularly as my machine, or other library differences. I used the SpiderMonkey provided configure script with --disable-optimize and --enable-debug options (disabled optimisation so I could actually get sane gdb output when the Spidermonkey lib blows up). I've also just (hopefully) pushed commits rewriting most of our js native functions to use the new CallArgs api. I'm not sure if this has squashed any of the problems we've been finding but we need to do it anyway. Cheers, Adam. _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
