jit.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [jit]
www.codever.land/bookmarks/t/jit
A crash course in just-in-time (JIT) compilers - Mozilla Hacks - the Web developer blog
https://hacks.mozilla.org/2017/02/a-crash-course-in-just-in-time-jit-compilers/
JavaScript started out slow, but then got faster thanks to something called the JIT. But how does the JIT work?
- :calendar: published on: 2017-02-28
- tags: jit, compiler, javascript