JuliaLang/julia
Code warntype should show print the unstable SSA values in red/yellow
クローズ
#54,028 opened on 2024/04/10
display and printinggood first issue
Repository metrics
- Stars
- (48,709 個のスター)
- PR merge metrics
- (平均マージ 20d 6h) (30d で 157 merged PRs)
説明
If you have some code like
julia> function foo(x)
y = x[1]
sin(y)
end
foo (generic function with 1 method)
julia> code_warntype(foo, (Vector{Any},), optimize=true)
It would be useful if %17 was printed in red