Hi folks, v8 noob here.

I'm planning to migrate my widgets backend (currently built on top of
Rhino) to V8. Given that I keep the source of each widget in the db, I
believe that I need to cache compiled version of each script for
maximum efficiency. [1]

Is this as straight-forward as it sounds in V8? Compile each script ->
cache the results locally -> run any of them per user request (e.g.
via http layer).

Thanks in advance.

[1] is this a correct hypothesis? Is it a no-brainer that V8 is
significantly faster than Rhino in interpreted mode?

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

Reply via email to