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

貢獻者指南