Skip to content

Small optimization in the SRT algorithm

Ömer Sinan Ağacan requested to merge osa1/ghc:srt_opt into master

Noticed by @simonmar in !1362 (closed):

If the srtEntry is Nothing, then it should be safe to omit references to this SRT from other SRTs, even if it is a static function.

Merge request reports