Changes between Version 1 and Version 2 of Notes
- Timestamp:
- 11/25/08 01:48:55 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notes
v1 v2 3 3 = Development notes = 4 4 5 == Simplifier O(n^2 ) ==5 == Simplifier O(n^2^) == 6 6 7 7 Deriving Show for System.Local.!TimeLocal fails with a stack overflow. … … 9 9 We hit a performance bug when deriving Show. With one field it takes three seconds, with two it takes seven seconds, and with three it blows the stack after more than a minute. 10 10 11 It appears that function composition requires O(n^2 ) compilation time.11 It appears that function composition requires O(n^2^) compilation time. 12 12 13 13 JHC was too eager at renaming idents after inlining. It also never dropped unused ids. This resulting in the book-keeping of several tens of thousands of ids.
![(please configure the [header_logo] section in trac.ini)](/lhc/chrome/site/your_project_logo.png)