JuliaDebug/Cthulhu.jl

I Need A Reason!

開放

#29 建立於 2019年3月22日

 (5 則留言) (2 個反應) (1 位負責人)Julia (46 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (709 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

This is a feature request for reasoning to be given when functions fail to inline. It would probably require a little bit of hacking to base, but something like the vectorization summaries that llvm provides about "This function didn't inline and why" would be really helpful. For example, "this function hit the recursion limiter," "this function has an unassigned type parameter", or "this function contains an error" would all be great things to know about why a function didn't inline, so that I can go and fix it.

貢獻者指南