reactorlabs/rir

Evaluate Performance Gains from Eagerness

オープン

#914 opened on 2020/09/22

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (19 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (61 個のスター)
PR merge metrics
 (平均マージ 1m) (30d で 1 merged 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.

コントリビューターガイド