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

milestone changed

milestone changed from 7.6.1 to 7.6.2

View Article


priority, milestone changed

priority changed from low to normalmilestone changed from 7.4.1 to 7.6.1

View Article


cc changed

ccdterei added

View Article

cc changed

ccchoener@… added

View Article

milestone changed

milestone changed from 7.2.1 to 7.4.1

View Article


cc changed

ccJake.McArthur@… added

View Article

cc changed

ccreiner.pope@… added

View Article

milestone changed

milestone changed from 7.0.2 to 7.2.1

View Article


milestone changed

milestone changed from 7.0.1 to 7.0.2

View Article


cc changed

cchackage.haskell.org@… added

View Article

cc changed; failure set

ccjohan.tibell@… added failure set to None/Unknown

View Article

priority, milestone changed

priority changed from normal to lowmilestone changed from 6.12.3 to 6.14.1

View Article

milestone changed

milestone changed from 6.12 branch to 6.12.3

View Article


milestone changed

milestone changed from 6.10 branch to 6.12 branch

View Article

os changed

os changed from Unknown to Unknown/Multiple

View Article


architecture changed

architecture changed from Unknown to Unknown/Multiple

View Article

Article 6

I'm currently investigating using the SAT to get stream fusion working properly, as per the ICFP07 paper. This probably just requires moving the SAT pass to a late stage in the pipeline...

View Article


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 latest articles
Browse All 55 View Live