Changes between Version 13 and Version 14 of Status/SLPJ-Tickets
- Timestamp:
- 11/28/08 06:59:22 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/SLPJ-Tickets
v13 v14 22 22 * #1434: Slow conversion Double to Int 23 23 * #2439: Strict dictionaries 24 * #2002: Very slow compilation. (There is linear stack growth with depth of linear list literal, which we think is ok, but it still should not be so slow.) Needs profiling25 24 * #2132: Optimise nested comparisons: if you know x>0 then you know x>=1 etc. Maybe a special pass that knows about arithmetic? 26 25 * #783: SRTs getting big 27 * #1969: quadratic behaviour in the specialiser28 26 * #1216: array indexing, inlining/arity bug 29 27 * #149: float-out/CSE … … 32 30 * #2255, #2643: Improve '''`SpecConstr`''' for free variables, and for join points. 33 31 * #2374: SAT and `MutableByteArray` Max? 32 33 === Compiler performance === 34 * #2002: Very slow compilation. (There is linear stack growth with depth of linear list literal, which we think is ok, but it still should not be so slow.) Needs profiling 35 * #1969: quadratic behaviour in the specialiser 36 * #2346: desugaring let-bindings 34 37 35 38 ------------------------
