Understanding how Julia image and compilation works

Hey Julianners,
Is there a good description on how does

  • julia image → precompile image
  • code compilation: code → runnable code works (and maybe Revise and SnoopCompile interference)

Or is my question okay?

There’s a description of Revise internals here. The others are big topics, but pieces have been addressed in previous JuliaCon presentations.

2 Likes

Thank you @tim.holy ! Your work is crazy in this community!

I missed this part of the documentation till now indeed!

1 Like