On 2015/06/17 15:04:29, Yang wrote:
On 2015/06/17 14:07:07, Yang wrote:
> Michael, please take a look.
>
> Hannes and Toon: this CL increases the size of a vanilla isolate from ~722k
to
> ~765k, but does not affect the context size. However, preventing duplicate
> shared function info may save some memory when optimizing or debugging.

I need to fix this CL: it could happen that an inner function escapes, but the outer functions including their shared function infos died. Recompiling the
outer functions will create duplicate shared function infos. I think I can
solve
this by having each shared function info pointing to its outer shared function
info. That way the escaped inner function keeps the whole chain alive.

Updated with discussed implementation.

https://codereview.chromium.org/1183733006/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to