summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-07-06 15:44:18 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2016-07-12 13:27:34 +0200
commit45d8f4eb2bf2fcb103517d064e7ba1e491a66f4c (patch)
treea8bcd92fa9487a76db46383a0d978001c19ebf39 /compiler/codeGen
parent372dbc4e78abfb6b5d72c0fea27a1c858c5cd797 (diff)
downloadhaskell-45d8f4eb2bf2fcb103517d064e7ba1e491a66f4c.tar.gz
Demand analyser: Implement LetUp rule (#12370)
This makes the implementation match the description in the paper more closely: There, a let binding that is not a function has first its body analised, and then the binding’s RHS. This way, the demand on the bound variable by the body can be fed into the RHS, yielding more precise results. Performance measurements do unfortunately not show significant improvements or regessions. Differential Revision: https://phabricator.haskell.org/D2395
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions