iOS:如何禁用 webkit 对 Javascript 的及时优化?

发布于 2024-12-12 17:32:08 字数 200 浏览 0 评论 0原文

我有一些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文