Quantcast
Channel: GHC: Ticket #888: Implement the static argument transformation
Browsing all 55 articles
Browse latest View live

Article 5

The SAT patch currently in the compiler does get "foldl'", but not "foo". I'm not sure what you were expecting to happen with "foo": only the function unstream is recursive, and it is not amenable to...

View Article


milestone changed

milestone changed from 6.8 branch to 6.10 branch Not for 6.8, but I'll keep it on the table for 6.10. A nice self-contained project for someone! Simon

View Article


cc set

ccBulat.Ziganshin@… added

View Article

Article 2

Here's another exampe, transferred from #1094 (Azmo): The current version of Data.List.foldl' is: foldl' :: (a -> b -> a) -> a -> [b] -> a foldl' f a [] = a foldl' f a (x:xs) = let a' =...

View Article

testcase, milestone set

testcase set to N/Amilestone set to 6.8

View Article


attachment set

attachment set to Stream.hs Stream example

View Article

milestone changed

milestone changed from 7.10.1 to 7.12.1 Moving to 7.12.1 milestone; if you feel this is an error and should be addressed sooner, please move it back to the 7.10.1 milestone.

View Article

Article 26

The current SAT pass has received no love for many years. Its heuristics have not been explored systematically. I opened this ticket to record a set of heuristics that might work better. But I don't...

View Article


Article 25

I think this issue tracks work on SAT for stream fusion / concatMap. Probably the more generic case as well, but I think I added myself to CC because of stream fusions concatMap.

View Article


Article 24

I’m confused. There is -fstatic-argument-transformation. Shouldn’t this be closed? There is also #9374 about the need to make SAT better...

View Article

milestone changed

milestone changed from 7.6.2 to 7.10.1 Moving to 7.10.1.

View Article

milestone changed

milestone changed from 7.12.1 to 8.0.1 Milestone renamed

View Article

cc changed

ccmaoe added

View Article


milestone deleted

milestone8.0.1 deleted

View Article

keywords set

keywordsStaticArgumentTransformation added

View Article

Browsing all 55 articles
Browse latest View live