----- Original Message -----
> From: "Jim Blandy" <[email protected]>
> To: [email protected]
> Sent: Wednesday, January 22, 2014 11:33:21 AM
> Subject: Re: [JS-internals] Non-static, length 1, ASCII strings?
> 
> 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?

I think Nick was specifically asking about *static* inline strings. They'll 
never move because they're created and destroyed along with the runtime.

-Bill
_______________________________________________
dev-tech-js-engine-internals mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to