Re: [JS-internals] MDN Doc Sprint and SpiderMonkey

2012-09-21 Thread Norbert Lindenberg
To expand on Dave's first priority: as a newbie working on SpiderMonkey code, I find garbage collection to be the area where the documentation that I could find is least helpful. That includes the documents: https://developer.mozilla.org/en-US/docs/SpiderMonkey/JSAPI_User_Guide#Garbage_collection

Re: [JS-internals] MDN Doc Sprint and SpiderMonkey

2012-09-20 Thread Dave Mandelin
On Friday, September 14, 2012 4:05:53 AM UTC-7, Till Schneidereit wrote: > My question to the list is, then, what you all think I should work on > with the highest priority. Obviously, there are still a lot of areas > of the project that I don't know too well, so I'll have to see what > even makes

Re: [JS-internals] MDN Doc Sprint and SpiderMonkey

2012-09-17 Thread Jeff Walden
On 09/14/2012 04:05 AM, Till Schneidereit wrote: > My question to the list is, then, what you all think I should work on > with the highest priority. > > Also, I'm not sure that updating the embedding API even makes sense > currently, what with the ongoing work on implementing a C++ API and > all.