Subj : Re: SpiderMonkey - Building with JS_ARENAMETER To : "S. Raza" From : Brendan Eich Date : Tue Mar 16 2004 11:10 pm S. Raza wrote: > I wanted to check out the arena metering facilities in SpiderMonkey. > Following the directions, I compiled using -DJS_ARENAMETER. > Unfortunately, line 756 of jsinterpret.c refused to compile: the > symbol 'pool' isn't defined for the function call > JS_ArenaCountAllocation(). I switched it to &(cx->stackPool), worked > fine then. > > Building on Linux 2.4/x86/GCC3.2.3 using JS1.5-rc6. Oops -- thanks for pointing this out. It'll get fixed in the cvs trunk early during mozilla1.8a. /be .