Comment #1 on issue 2873 by svenpa...@chromium.org: Compiled Lua VM slowness
http://code.google.com/p/v8/issues/detail?id=2873

I took a quick look at this: There are a few deopts we should look into, but they don't seem to be the root cause. Furthermore, no relevant "disabled optimization for..." happens, and --hydrogen-stats look reasonable. The problem seems to be _luaV_execute, --prof tells us that 56.3% of the runtime are spent there, but it is only marked for optimization, but not optimized:

[marking 0x2df3d131 <JS Function _luaV_execute (SharedFunctionInfo 0x4ed33059)> for recompilation, reason: not much type info but very hot, ICs with typeinfo: 937/3781 (24%)]


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to