350
edits
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 == | ||
edits