Mozilla 2/StatusMeetings/2008-01-30: Difference between revisions
< Mozilla 2 | StatusMeetings
Jump to navigation
Jump to search
m (Undo revision by Lolth -> Vandalism) |
|||
| Line 9: | Line 9: | ||
__TOC__ | __TOC__ | ||
== Discussion == | |||
* ActionMonkey stage 4 - unifying the Spidermonkey and tamarin object models | |||
** Tamarin uses UTF8, which could make existing APIs such as JS_GetStringChars difficult | |||
** jimb and jorendorff madly documenting the JSAPI | |||
* 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? | |||
== Action Items == | == Action Items == | ||
Latest revision as of 09:45, 14 January 2010
« 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
- ActionMonkey stage 4 - unifying the Spidermonkey and tamarin object models
- Tamarin uses UTF8, which could make existing APIs such as JS_GetStringChars difficult
- jimb and jorendorff madly documenting the JSAPI
- 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?
Action Items
bsmedberg to find owners for large work items and hound people for a description of work
Work List
Moved to Mozilla 2/Work List