Status: Accepted
Owner: christian.plesner.hansen
Labels: Type-FeatureRequest Priority-Medium

New issue 423 by christian.plesner.hansen: Add api interface for  
context-independent script compilation
http://code.google.com/p/v8/issues/detail?id=423

The Script::Compile function currently creates a context-specific script.
Using that interface a script has to be compiled for every context where it
is used.  Internally we already have context-independent scripts and
exposing them through the api in some form would reduce overhead in cases
where the same script is used in several contexts.  The compilation cache
already addresses this but only to a limited extent.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to