- 30 Nov, 2010 5 commits
-
-
benl authored
-
pho@cielonegro.org authored
Don't use mmap on powerpc-apple-darwin as mmap doesn't support reallocating but we need to allocate jump islands just after each object images. Otherwise relative branches to jump islands can fail due to 24-bits displacement overflow.
-
pho@cielonegro.org authored
This routine should be aware of Mach-O misalignment of malloc'ed memory regions.
-
pho@cielonegro.org authored
Use fseek(3) instead of rewind(3) to move the file position indicator back to the initial position. Otherwise we can't use this function in loadArchive().
-
pho@cielonegro.org authored
I found this function causes a segfault when ocAllocateSymbolExtras() has allocated a separate memory region for jump islands.
-
- 01 Dec, 2010 3 commits
-
-
Ian Lynagh authored
The extension was rejected by Haskell', and deprecated in 7.0.
-
Simon Marlow authored
-
Simon Marlow authored
-
- 30 Nov, 2010 1 commit
-
-
keller@cse.unsw.edu.au authored
-
- 29 Nov, 2010 1 commit
-
-
keller@cse.unsw.edu.au authored
-
- 15 Nov, 2010 1 commit
-
-
keller@cse.unsw.edu.au authored
-
- 26 Nov, 2010 1 commit
-
-
Simon Marlow authored
-
- 27 Nov, 2010 8 commits
-
-
Ian Lynagh authored
GHCi libs are no longer necessary, as we can use the .a or .so versions instead.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
If the GHCi .o lib doesn't exist, load the .a instead
-
rl@cse.unsw.edu.au authored
This makes sure that join points are fully specialised in loops which are marked as ForceSpecConstr.
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
Now, -ddump-rule-firings only shows the names of the rules that fired (it would show "before" and "after" with -dverbose-core2core previously) and -ddump-rule-rewrites always shows the "before" and "after" bits, even without -dverbose-core2core.
-
- 26 Nov, 2010 2 commits
-
-
simonpj@microsoft.com authored
This patch removes the Lint test, and comments why
-
simonpj@microsoft.com authored
See Note [WildCard binders] in SimplEnv. Spotted by Roman.
-
- 25 Nov, 2010 3 commits
-
-
simonpj@microsoft.com authored
This was causing Trac #4524, by optimising (e |> co) to e on the LHS of a rule. Result, the template variable 'co' wasn't bound any more. Now that substition doesn't optimise, it seems sensible to call simpleOptExpr rather than substExpr when substituting in the RHS of rules. Not a big deal either way.
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
- 01 Nov, 2010 1 commit
-
-
simonpj@microsoft.com authored
-
- 25 Nov, 2010 1 commit
-
-
Simon Marlow authored
-
- 15 Nov, 2010 1 commit
-
-
Simon Marlow authored
-
- 26 Nov, 2010 3 commits
- 25 Nov, 2010 3 commits
- 14 Sep, 2010 1 commit
-
-
benl@ouroborus.net authored
-
- 25 Nov, 2010 1 commit
-
-
benl authored
-
- 14 Sep, 2010 1 commit
-
-
benl@ouroborus.net authored
-
- 09 Sep, 2010 1 commit
-
-
benl@ouroborus.net authored
-
- 24 Nov, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-