🛠️ Steven Gong

Search

SearchSearch

Sep 06, 2024, 1 min read

Dynamic Recompilation

JIT Compilation

There is a computerphile video that recently came out about this!!

Java compilers are often called JIT compilers.

Compilation is done much later (p.72)

This video: https://www.youtube.com/watch?v=d7KHAVaX_Rs&ab_channel=Computerphile And they talk about passing this flag, Tail Call

They look at the runtime values, and does optimization. Is this the same as Tail Call?

Graph View

Backlinks

  • App Development
  • Compiler
  • Dynamic Recompilation
  • Tail Call

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub