Cthulhu.jl icon indicating copy to clipboard operation
Cthulhu.jl copied to clipboard

The slow descent into madness

Results 115 Cthulhu.jl issues
Sort by recently updated
recently updated
newest added

Simple change needed when using other interpreters.

Right now Cthulhu will show the inlining costs of all instructions called, but it would be nice if at the top, it had the sum of costs for all calls...

enhancement
help wanted
good first issue

https://github.com/JuliaGPU/GPUCompiler.jl/pull/353#issuecomment-1211852423 Assuming Cthulhu itself respects colors, this should be sufficient.

I was curious whether it would be possible to use JuliaInterpreter in order to not only get an abstract interpretation of a program, but also a concrete interpretation with the...

speculative

This updates Cthulhu with https://github.com/JuliaLang/julia/pull/45378

x-ref https://github.com/JuliaGPU/GPUCompiler.jl/pull/323

Goes with https://github.com/JuliaLang/julia/pull/44660

This shows how Cthulhu can be updated based on https://github.com/JuliaLang/julia/pull/43994.

I tried the Infiltrator example in README, but got `ERROR: LoadError: UndefVarError: @descend not defined`. ```julia using Infiltrator: @infiltrate using Cthulhu: @descend using Base: @noinline # already exported, but be...

This might not be the cleanest implementation, but on this branch Cthulhu should work with https://github.com/JuliaLang/julia/pull/42596. I opened this PR as a draft for those who may want to work...