BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//pretalx//pretalx.com//juliacon-2022//speaker//CVAUHS
BEGIN:VEVENT
SUMMARY:Unlocking Julia's LLVM JIT Compiler - Prem Chintalapudi
DTSTART:20220728T163000Z
DTEND:20220728T164000Z
DTSTAMP:20260811T235720Z
UID:pretalx-juliacon-2022-NEKFDC@pretalx.com
DESCRIPTION:Julia's compiler spends almost all of its time generating\, op
 timizing\, and compiling LLVM IR. Currently\, much of this work is done un
 der one giant lock\, which is also held during type inference\, reducing c
 ompiler throughput in a multithreaded environment. By using finer-grained 
 locking and handling LLVM IR in a threadsafe manner\, we can reduce conten
 tion of compilation resources. This work also leads into future JIT optimi
 zations such as lazy\, parallel\, and speculative compilation of Julia cod
 e.
LOCATION:Purple
URL:https://pretalx.com/juliacon-2022/talk/NEKFDC/
END:VEVENT
END:VCALENDAR
