New Ways to Compile Julia

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • This session will introduce advancements in ahead-of-time (AOT) compilation for Julia programs. We will showcase two significant developments that make it easier to deploy Julia code:
    Introducing 'juliac' : Learn how the new compiler driver, 'juliac' provides a more traditional, gcc-like command-line interface for compiling Julia programs.
    Trimming: Binaries can now be "trimmed" to remove unused code, greatly reducing deployment footprint.
    Find out how these innovations can improve your Julia development experience and produce more efficient binaries.
    Got questions or feedback? We'd love to hear from you! Fill out the contact form below, and our team will get back to you as soon as possible.
    share.hsforms....

КОМЕНТАРІ • 2

  • @halneufmille
    @halneufmille День тому +1

    Awesome! Next item on the agenda: Invite Jeremy Howard to JuliaCon 2025 and ask him what feature he wants next.

  • @TheRealHassan789
    @TheRealHassan789 День тому +2

    Amazing.. where can I read more about this?