Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
mNo edit summary |
(Analysis passes for strings) |
||
Line 15: | Line 15: | ||
** Tamarin uses UTF8, which could make existing APIs such as JS_GetStringChars difficult | ** Tamarin uses UTF8, which could make existing APIs such as JS_GetStringChars difficult | ||
** jimb and jorendorff madly documenting the JSAPI | ** 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? | |||
== Work List == | == Work List == | ||
Moved to [[Mozilla 2/Work List]] | Moved to [[Mozilla 2/Work List]] |