Shuhei Kadowaki

Results 359 comments of Shuhei Kadowaki

FWIW "deoptimized" no longer exists for the current Cthulhu version (which is only compatible with v1.7 and higher). In recent Cthulhu, you will see "uncached" or "limited" callsites instead. So...

Now it seems hard to reproduce this error with https://github.com/CliMA/ClimaCore.jl/pull/195.

It's easy to start descending with const arguments with something like: ```julia descend((T,)) do typearg foo(constarg, typearg) end ``` Could you elaborate what we want a bit more ?

No, we don't show them in our UI in anyway right now. Maybe we want to show them aside of callsites that failed to constprop ?

Looks great, thanks sooo much for implementing the post-domination analysis, that is very exciting itself. I think there seems to be a problem in finalizer insertion point though, MRE would...

@Keno is it okay for now to merge this as is, and try to improve the accuracy of this `nothrow` analysis in a follow up PR (it seems a bit...

This performance regression got introduced by https://github.com/JuliaLang/julia/pull/45924. /cc @jakobnissen

A MRE would be: ```julia julia> using BenchmarkTools julia> str = String('A':'Z') ^ 100; julia> a = SubString(str); julia> b = reverse(str); julia> invokecmp(a, b) = @invoke a::AbstractString == b::AbstractString...

Feels like duplicate of https://github.com/julia-vscode/LanguageServer.jl/issues/630 ?

I confirmed some process leaks have happened on my machine as well: ``` ❯ ps aux | grep julia aviatesk 50792 0.0 0.4 5217524 71804 ?? S Mon08PM 0:24.18 /usr/local/bin/julia...