Ian Atol
Ian Atol
Rebase of #44656 to solve some inference regressions in #44803 As Keno predicted, there are some regressions in this PR as well, including quite a few test suite failures that...
WIP PR while I work on #44660
While attempting to replay trace julia-3 in https://julialang-dumps.s3.amazonaws.com/linux64/3824/rr-run_3824-gitsha_da727d3563-2021-09-26_10_41_36.tar.zst, encountered a crash in rr at global_time 27: ``` [FATAL /workspace/srcdir/rr/src/ReplaySession.cc:491:cont_syscall_boundary()] (task 21565 (rec:12113) at time 27) -> Assertion `false' failed to...
The example below fails ~ 1 in every 10 times on Julia master, with the following error: ```julia using StableRNGs using Random using Test using Evolutionary rng = StableRNG(42) N...
This updates Cthulhu with https://github.com/JuliaLang/julia/pull/45378
Just some cleanup and partial addressing of review on https://github.com/JuliaLang/julia/pull/45062
A debug build of fresh master (`1.9.0-DEV.1402`) running https://github.com/JuliaCI/GCBenchmarks/blob/main/benches/multithreaded/flux/flux_multithreaded_training.jl gives `Expr not allowed in value position`. I don't think this has to do with anything special that the benchmark itself...
It would be nice if we could do `] add SomePackage#4800` and have that pick up the branch corresponding to PR #4800 in that repo
Discussing our approach here with Keno and he mentioned the following problem with using info based on ipo analysis of optimized IR: Keno: > There's also the challenge that information...