JavaScript:ActionMonkey problems
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.