if javascript interpreter does “JIT compilation”, does it cache results of it for use on the same script next time I load the website?

后端 未结 1 1123
北恋
北恋 2021-02-05 19:35

to make it more specific, I mostly care about SpiderMonkey interpreter in Firefox.

So suppose I want to speed up the loading of a particular website in my browser or els

相关标签:
1条回答
  • 2021-02-05 20:14

    This is not an optimization Gecko does yet, but it's one we're looking into doing for sure. There are some complications to doing it, unfortunately.

    0 讨论(0)
提交回复
热议问题