diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-09-16 15:04:57 +0100 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-09-18 14:48:10 +0100 |
commit | 53948f915140396acd1b80c6a7a252b2d1e12635 (patch) | |
tree | 0bc106c0e288ad76fb4835aa15d0f8e34b62055b /libraries | |
parent | 6eec7bc5b1e541705911a617f82501fe59319996 (diff) | |
download | haskell-53948f915140396acd1b80c6a7a252b2d1e12635.tar.gz |
Restore old names of comparison primops
In 6579a6c we removed existing comparison primops and introduced new ones
returning Int# instead of Bool. This commit (and associated commits in
array, base, dph, ghc-prim, integer-gmp, integer-simple, primitive, testsuite and
template-haskell) restores old names of primops. This allows us to keep
our API cleaner at the price of not having backwards compatibility.
This patch also temporalily disables fix for #8317 (optimization of
tagToEnum# at Core level). We need to fix #8326 first, otherwise
our primops code will be very slow.
Diffstat (limited to 'libraries')
m--------- | libraries/primitive | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/primitive b/libraries/primitive -Subproject c6b1e204f0f2a1a0d6cb1df35fa60762b2fe3cd +Subproject 27b18d5bb12827e279f5cca541ae15508da6b6f |