Jeff Bezanson

Results 55 issues of Jeff Bezanson

Hi there, nice project! I've been having a lot of fun with these benchmarks. This change removes more references to procedures that might not be defined in the `scheme` benchmark,...

I hereby apologize for the `readall` function. I think GZip should implement `readbytes` instead, and inherit `readall(::IO)` that just wraps the result of `readbytes` in a string.

This adds the option to pass a filename of configuration settings when building the Core/compiler system image (from `base/compiler/compiler.jl`). This makes it easier to build different flavors of images, for...

domain:building

In julia 1.4 the method `ldiv!(x, A::Tridiagonal, b)` in this package is ambiguous with a new method in LinearAlgebra. Adding `x::AbstractArray` and `b::AbstractArray` should fix it, but it might make...

fix #52141, fix #52986

docsystem
backport 1.11

The way `@check_allocs` currently works is unintuitive, since it is a static analysis but requires you to actually call the function. Of course we need that to pick up actual...

In most cases this used to return the whole stack buffer; instead look at the context or thread state to get the actual SP.

domain:multithreading
GC

This fixes the helpful example from https://github.com/JuliaLang/julia/issues/52385#issuecomment-1969949448. More examples would be great. This changes the "core" intersection algorithm to return e.g. `Tuple{Union{}}` for disjoint tuple elements; however there are wrappers...

domain:types and dispatch
needs tests

This adds a command line option `--trim` that builds images where code is only included if it is statically reachable from methods marked using the new function `entrypoint`. Compile-time errors...

Not totally sure this will work in 100% of cases, but I like to keep this working as much as possible.

backport 1.12