Analyzing and fixing invalidations in Julia

Analyzing and fixing invalidations in Julia

696 Lượt nghe
Analyzing and fixing invalidations in Julia
The Julia programming language combines interactive development, wonderful flexibility with types, and aggressive optimization of compiled code. This combination of strengths makes Julia vulnerable to *invalidation* of older code when new methods are defined. This video walks viewers through usage of new tools for detecting, analyzing, and fixing "unnecessary" forms of invalidation. Using these tools, developers can help reduce compiler latency to enhance the interactive experience.