Compilation process
Overview
Teaching: 30 min
Exercises: 0 minQuestions
What stages are in julia compilation involved?
Objectives
Learn the use of
dump,@code_lowered,@code_llvmand@code_native.Understand the implications of type in-/stability.
Key Points
type inference can be checked via
@code_warntypetype stable code is significantly faster