Y
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
josevalim
1951 days ago
Correct! Consider when you call "defn" for the first time to be the entry-point. Everything inside that is fused.
link