On Wed, Jan 22, 2014 at 8:33 PM, Jim Blandy <[email protected]> wrote:
> On 01/22/2014 12:12 AM, Nicholas Nethercote wrote: > >> I don't know much about JSStableString, but I imagine that a static >> inline string would be acceptable -- the chars certainly won't move -- >> assuming the types can be made to co-operate. >> > > > Don't the characters of an inline string move if the string gets tenured? > > At least right now strings are never nursery allocated. _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

