JuliaDebug/Cthulhu.jl

I Need A Reason!

Aberta

#29 aberto em 22 de mar. de 2019

 (5 comentários) (2 reações) (1 responsável)Julia (46 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (709 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador