reactorlabs/rir

Evaluate Performance Gains from Eagerness

开放

#914 创建于 2020年9月22日

 (0 条评论) (0 个反应) (0 位负责人)C++ (19 个派生)github user discovery
help wanted

仓库指标

星标
 (61 个星标)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 1 个 PR)

描述

We shold evaluate how much performance can be gained in the benchmarks, if we turn every function eager. To this end we could make the PIR optimizer assume every function to be eager (i.e. set the isEager flag on every ClosureVersion in PIR). If that does not give us a big speedup, we need to know early and plan for more optimizations that exploit the eagerness.

贡献者指南