One more note on this approach. It is actually faster then keeping a cache of the script objects. This is because I both compile and run the script at the time that the cache miss occurs. The fast path just creates a fresh 'Request' object and calls the function.
-- Bryan White -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
