In my usage of V8 to run something repetitively, I had it run once and execute a callback within the script to create a concrete object in the engine that would be executed every update loop cycle, and that object kept handles to callbacks into script-land to handle that sort of thing.
The gist is, don't constantly run it over and over and over again. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
