Re: [IndexedDB] Closing on bug 9903 (collations)

On 5/6/2011 7:07 AM, timeless wrote:
> I think that a stored procedure could be considered as a compiled
> version of a serialized function. i.e. something which loses its scope
> chain, and which loses access to its parent object. If it loses access
> to its scope chain which includes the interesting globals, it will no
> longer have access to fun things like DOM objects, roughly like
> DOMWorkers but with even less exciting objects available. I'd hope
> that a jit should be able to do a fairly reasonable job of optimizing
> such a function given these constraints.
This may be what we go with, but not in version 1.

Cheers,

Shawn

Received on Monday, 9 May 2011 16:57:02 UTC