Changes between Version 42 and Version 43 of WikiStart
- Timestamp:
- 03/13/10 01:36:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v42 v43 13 13 * As part of that, I'm redoing the code that manages interface files. The previous setup was very hacky, and compiling a module meant totally loading all interface files for all imported modules, even in only a tiny proportion of the information was used. The new module code should be significantly cleaner and faster. 14 14 15 ==== Erik de Castro Lopo (m3ga) -- updated 28th Feb2010 ====15 ==== Erik de Castro Lopo (m3ga) -- updated 13th Mar 2010 ==== 16 16 * Above all, I'm doing bug fixing. However there are still large chunks of the compiler I don't understand. These bits need Ben's attention. 17 17 * The top of my list are bugs (in numeric order) [http://trac.haskell.org/ddc/ticket/7 #7] (waiting on #168), [http://trac.haskell.org/ddc/ticket/102 #102] and anything marked with a [http://trac.haskell.org/ddc/query?status=new&status=assigned&status=reopened&milestone=0.1.3&order=priority milestone of 0.1.3]. These bugs are all deeper than the ones I've worked on previously and I'm not sure if I can make progress on these or not. 18 * Also working on finding examples of of code which compiles with GHC but fails with DDC. We'd like to make DDC as Haskell compatible as possible. 18 19 19 20 == [wiki:Language] ==
