Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis King
GHC
Commits
9ea4ded2
Commit
9ea4ded2
authored
9 years ago
by
Austin Seipp
Browse files
Options
Downloads
Patches
Plain Diff
relnotes: More 7.10.2 release notes
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
29b43fc7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/users_guide/7.10.2-notes.xml
+37
-2
37 additions, 2 deletions
docs/users_guide/7.10.2-notes.xml
with
37 additions
and
2 deletions
docs/users_guide/7.10.2-notes.xml
+
37
−
2
View file @
9ea4ded2
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment