Hacker News new | ask | show | jobs
by dnautics 1951 days ago
I believe that your understanding is correct: defn marks potential boundaries between "jit compiled" or even AOT compiled, and if you call a defn in a defn it will be fused.
1 comments

Correct! Consider when you call "defn" for the first time to be the entry-point. Everything inside that is fused.