Note that the 'manual dispatch' is optimized out in a very early stage:
julia> @code_typed foo(1) CodeInfo( 1 ─ return 2 ) => Int64
Note that the 'manual dispatch' is optimized out in a very early stage:
So, no need to look at assembly here.