Changes between Initial Version and Version 1 of Ticket #6166, comment 7
- Timestamp:
- Oct 14, 2015 12:50:39 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6166, comment 7
initial v1 1 Bug is still present in 7.6.3. I've made a reduced test case with stripped-down standard inlined. Note t aht adding or removing return in main loop have no effect. Something interesting is going on with blocks. Replacing f with constant or removing cons all makes bug go away. Simplifying go function changes runtime drastically.1 Bug is still present in 7.6.3. I've made a reduced test case with stripped-down standard inlined. Note that adding or removing return in main loop have no effect. Something interesting is going on with blocks. Replacing f with constant or removing cons all makes bug go away. Simplifying go function changes runtime drastically. 2 2 3 3 4 {{{ 4 {{{#!hs 5 5 {-# LANGUAGE BangPatterns #-} 6 6