Hi,
 
I store the context and compiled source in a persistent handle.
Later i try to retrive the persistent handle and in the stored context try 
the run the script.
 
like->
 
context->Enter();
script->Run();
context->Exit();
 
I see a huge performance hit here. It takes about 500 ms to just execute 
the above three statements. is there any solution to this?

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to