JavaScript:ActionMonkey problems

From MozillaWiki
Revision as of 00:47, 21 June 2007 by Jorend (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Things that need to be figured out before ActionMonkey is finished include:

  • How will we use MMgc? There are at least 2 modes: incremental and non-incremental. Incremental is smoother. Non-incremental has the advantage that you don't have to go through all your source code and add DWB() everywhere.
  • What objects will be in managed memory? At least all JavaScript objects and scopes and the DOM objects.