Clone
1
SpiderMonkey related tasks
jdm edited this page 2014-09-11 13:31:51 -07:00
  • 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.