Jeff Bezanson
Jeff is a co-creator of the Julia language and co-founder of JuliaHub, Inc.
Session
07-11
16:00
30min
New Ways to Compile Julia
Jeff Bezanson, Gabriel Baraldi
We will explain new options for ahead-of-time compilation of julia programs that we have been developing. First, there is a new compiler driver juliac
that provides a more traditional gcc-like command-line interface. Next, we are adding new compiler modes that allow generation of smaller binaries by opting-in to assumptions that hold for some important classes of programs.
Julia Internals and Tooling
REPL (2, main stage)