- 09 May, 2012 3 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 08 May, 2012 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 07 May, 2012 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 05 May, 2012 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 04 May, 2012 2 commits
-
-
Ian Lynagh authored
-
Simon Marlow authored
-
- 03 May, 2012 6 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
Fixes ghcilink001 on Windows
-
Ian Lynagh authored
Windows has a smaller C stack than other OSes
-
- 01 May, 2012 14 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
sys.platform now always returns 'win32' for me.
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
It ignores the command line arguments, so we don't get a profile.
-
Simon Marlow authored
Fixes ghcilink001, ghcilink004 on Windows
-
Simon Marlow authored
-
Simon Marlow authored
This appears to be a bug in the gcc that we're currently using. Compiling this, with -O: const int i; int f(void) {return i;} results in this assembly: pushl %ebp movl %esp, %ebp movl $0, %eax <--- the $0 is wrong, should be _i leave ret Turning off -O makes it work. Maybe time to update our mingw gcc bundles?
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
pcapriotti authored
-
- 30 Apr, 2012 6 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
It depends too much on when GC takes place, and bounces around by 10% on this particular test.
-