We have a UI prototyping tool for Android that uses V8 under the hood. 
Recently we upgraded from V8 3.27.34.4 to V8 5.2 (so we could get es2015 
support) but now the frame rate when dragging a single object on the screen 
has dropped from 60 fps to 20 fps (running the exact same JavaScript code). 
The JavaScript code that is being executed is in a touch handler that runs 
through several nested for loops. This ran smooth in V8 3.27 (but we 
obviously want to move on so we can use es2015). Does V8 5.2 have any known 
performance issues (especially in executing for loops)? Perhaps upgrading 
to a newer version will resolve the issue?

-- 
-- 
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.

Reply via email to