World Age in Julia: Optimizing Method Dispatch in the Presence of Eval (Extended Version)

arxiv(2020)

引用 4|浏览14
暂无评分
摘要
Dynamic programming languages face semantic and performance challenges in the presence of features, such as eval, that can inject new code into a running program. The Julia programming language introduces the novel concept of world age to insulate optimized code from one of the most disruptive side-effects of eval: changes to the definition of an existing function. This paper provides the first formal semantics of world age in a core calculus named Juliette, and shows how world age enables compiler optimizations, such as inlining, in the presence of eval. While Julia also provides programmers with the means to bypass world age, we found that this mechanism is not used extensively: a static analysis of over 4,000 registered Julia packages shows that only 4-7% of packages bypass world age. This suggests that Julia's semantics aligns with programmer expectations.
更多
查看译文
关键词
compilation,dynamic languages,eval,method dispatch
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要