Results 27 issues of Zentrik

I'm just creating this as a reference. There are various problems with this package from a performance standpoint, largely relating to dynamic dispatches and heap allocations. I investigated this a...

The error message could be improved to say that `:` was missing: ```julia julia> (x ? 4) ERROR: ParseError: # Error @ REPL[1]:1:7 (x ? 4) # └ ── space...

error messages

It seems `MessagePack` was the old name.

I just picked some big files that seemed related to Julia or LLVM. The results are not shown in the report currently, I don't expect these sizes to change much...

Unfortunately this was never updated in #280 to be the correct default, and so has been wrong ever since that pr. #263 suggest significant improvements, I don't see as big...

This enables common subexpression elimination, fixes #50887. This is based on the NewGVN pass in LLVM. A possible avenue for increasing the number of eliminations would be to implement code...

compiler:codegen
compiler:optimizer

Address #17, adds `--use-manifest` to `benchpkg`.