Mozilla 2/StatusMeetings/2008-02-06: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(agenda)
 
(initial summary)
Line 18: Line 18:
== Action Items ==
== Action Items ==


* String analysis
* String analysis - dmandelin is being volunteered
** Dynamic analysis: dump the string data size in UTF16/UTF8
** Dynamic analysis: dump the string data size in UTF16/UTF8
** Dynamic analysis: count the number of conversions between short and wide
** Dynamic analysis: count the number of conversions between short and wide
Line 27: Line 27:
* OOM handling
* OOM handling
** Need to document our decision more carefully -- are we changing anything for 1.9, or focusing only on moz2?
** Need to document our decision more carefully -- are we changing anything for 1.9, or focusing only on moz2?
** This is mainly for moz2
** If mobile needs some better memory-pressure notifications, we might be able to do that for 1.9, but not overarching changes


== Work List ==
== Work List ==

Revision as of 19:17, 6 February 2008

« previous week | index | next week »

Mozilla 2 Meeting Details

  • Wednesdays - 11:00am Pacific, 2:00pm Eastern, 19:00 UTC
  • Mozilla Building S - <script> conference room
  • 650-903-0800 or 650-215-1282 x91 Conf# 217 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 217 (US)
  • irc.mozilla.org #mmgc for backchannel

Discussion

  • Followup from Tamarin summit
    • Interpreter performance
    • ActionMonkey stage 4 - unifying the Spidermonkey and tamarin object models

Action Items

  • String analysis - dmandelin is being volunteered
    • Dynamic analysis: dump the string data size in UTF16/UTF8
    • Dynamic analysis: count the number of conversions between short and wide
    • Dynamic analysis: autostring buffer-copy counts (are autostrings worthwhile)?
    • How many strings exist *only* for conversion?
    • Static analysis: if "AString" were immutable, where would we fail?
  • OOM handling
    • Need to document our decision more carefully -- are we changing anything for 1.9, or focusing only on moz2?
    • This is mainly for moz2
    • If mobile needs some better memory-pressure notifications, we might be able to do that for 1.9, but not overarching changes

Work List

bsmedberg has hounded the owners of the major work items

Moved to Mozilla 2/Work List