New Ways to Compile Julia | Bezanson, Baraldi | JuliaCon 2024
ฝัง
- เผยแพร่เมื่อ 8 ก.พ. 2025
- New Ways to Compile Julia by Jeff Bezanson, Gabriel Baraldi
PreTalx: pretalx.com/ju...
Slides: pretalx.com/me...
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.