reactorlabs/rir

Evaluate Performance Gains from Eagerness

Aperta

#914 aperta il 22 set 2020

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (19 fork)github user discovery
help wanted

Metriche repository

Star
 (61 stelle)
Metriche merge PR
 (Merge medio 1m) (1 PR mergiata in 30 g)

Descrizione

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.

Guida contributor