JuliaLang/julia

Code warntype should show print the unstable SSA values in red/yellow

已关闭

#54,028 创建于 2024年4月10日

 (9 条评论) (0 个反应) (0 位负责人)Julia (5,773 个派生)batch import
display and printinggood first issue

仓库指标

星标
 (48,709 个星标)
PR 合并指标
 (平均合并 20天 6小时) (30 天内合并 157 个 PR)

描述

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

贡献者指南