743b66d1d76b3d2efe79bd55d899a1ad9a413a86
[ghc-hetmet.git] / docs / users_guide / 6.6-notes.xml
1 Compiler:
2 - SMP support
3 - GHC API
4 - better GC for IORef/IOArray and lots of threads
5 - loosen rules on instance decls
6 - impredicative types
7 - completion in GHCi
8 - UTF-8 source files
9 - bang patterns
10 - :main
11 - breakpoints
12 - -split-objs now works with --make and Cabal
13 - relaxed dependency analysis (with -fglasgow-exts)
14 - old syntax for FFI declarations is no longer accepted
15
16 Libraries:
17 - Data.ByteString
18 - hslibs removed
19
20 Internals/Source tree:
21 - NCG handles loops
22 - unknown calls take args in registers, if available
23 - x86_64: more argument regs
24 - refactored HscMain
25 - darcs
26 - source tree flattened