iOS:如何禁用 webkit 对 Javascript 的及时优化?
我有一些 Javascript 第一次运行得很快,但随后每次都以正常速度运行。
有没有办法告诉Webkit不优化Javascript,因为JIT似乎占用了太多时间,导致代码匆忙执行。
请注意,我正在使用 setInterval(function..., 20) ,而正是这个每 20 毫秒的部分(动画)正在加速。
谢谢。
I have some Javascript that runs fast the first time, but the at normal speed every subsequent time.
Is there a way to tell Webkit to not optimize the Javascript, because it appears that the JIT is taking up too much time, resulting in a rushed execution of the code.
Note, I am using setInterval(function..., 20) and it is this every-20ms part (an animation) that is getting sped up.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论