You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In stdlib/REPL/src/precompile.jl, the line ? reinterpret is added as part of REPL's precompilation script.
Unfortunately, I still see some latency when running precisely that line - perhaps due to the use of the new styled string, or syntax highlighting standard libraries.
The two GIFs below illustrate the difference between 1.11.0 and current master.