Skip to content
Snippets Groups Projects
Commit 9ea4ded2 authored by Austin Seipp's avatar Austin Seipp
Browse files

relnotes: More 7.10.2 release notes

parent 29b43fc7
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,12 @@
accesses in the RTS has been fixed.
</para>
</listitem>
<listitem>
<para>
A bug which caused the simplifier to produce code which
segfaulted at runtime has been fixed (issue #10538).
</para>
</listitem>
<listitem>
<para>
A type-system bug which could allow a user to write
......@@ -112,7 +118,7 @@
</listitem>
<listitem>
<para>
The SMP runtime is now enabled on AArch64 (issue #10525).
The SMP runtime and GHCi are now enabled on AArch64 (issue #10525).
</para>
</listitem>
<listitem>
......@@ -150,6 +156,26 @@
(issue #10317).
</para>
</listitem>
<listitem>
<para>
Support for PowerPC relocations has been added (issue
#10402).
</para>
</listitem>
<listitem>
<para>
A lurking bug in the code generator which could cause
incorrect assembly code to be generated due to register
aliasing issues has been fixed (issue #10521).
</para>
</listitem>
<listitem>
<para>
A bug in the runtime system which could cause a deadlock
when scheduling garbage collections has been fixed (issue
#10545).
</para>
</listitem>
<listitem>
<para>
A bug which could cause compiled programs to loop forever
......@@ -235,11 +261,20 @@
url="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10">GHC
7.10 Migration Guide</ulink> on the GHC wiki.
</para>
</listitem>
<listitem>
<para>
A bug in the simplifier which can cause it to totally
fail to compile certain programs that get 'very large'
at compile time is known (<ulink
url="https://ghc.haskell.org/trac/ghc/ticket/10527">issue
#10527</ulink>).
</para>
</listitem>
<listitem>
<para>
GHC's LLVM backend does not support LLVM 3.4 (<ulink
url="https://ghc.haskell.org/trac/ghc/ticket/9929">issue #9929</ulink>)
url="https://ghc.haskell.org/trac/ghc/ticket/9929">issue #9929</ulink>).
</para>
</listitem>
<listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment