Skip to content

SpiderMonkey related tasks

jdm edited this page Sep 11, 2014 · 1 revision
  • Upgrade SpiderMonkey
  • Automate as much as possible (make dist; unpack and overwrite; generate bindings; fix build errors)
  • Fused DOM objects
  • see experimental branch
  • Use JSString pointers in the DOM
  • avoid copying; share memory as much as possible
  • what does this mean for the HTML parser? for layout? especially w.r.t threading concerns.
Clone this wiki locally