Given that you'd still need to use the COM-based Scripting Engine API
(like IActiveScriptParse), I'm not sure how much you'd gain. But for
running with cscript.exe, the difference would be appreciable,
depending on how much DOM access you are doing.

Reference: http://msdn.microsoft.com/en-us/library/xawadt95(VS.85).aspx

M-A

On Tue, Jun 16, 2009 at 1:01 PM, Fernando<fernac...@gmail.com> wrote:
>
> Is this project (or some other Google project) considering to provide
> a browser extension for other browsers (like Internet Explorer), which
> would allow existing JavaScript pages to run faster (and provide
> Chrome behavior) on such browsers?
>
> For example, a site that requires v8 performance or v8 compliance
> could just switch:
>
>   <script type="text/javascript>
>     ... // my old script here.
>   </script>
>
> with
>
>   <script type="text/javascript_v8"> ...
>     ... // my old script here.
>   </script>
>
> or maybe using Flash-like style:
>
>   <object classid="..." codebase="http://download.google.com/
> v8engine">
>     ... // my old script here.
>   </object>
>
> Is somebody considering this?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to