Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Glasgow Haskell Compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
c798a8c6
Commit
c798a8c6
authored
Sep 08, 2013
by
thoughtpolice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note infinite stack default in release notes.
Signed-off-by:
Austin Seipp
<
aseipp@pobox.com
>
parent
41296315
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
docs/users_guide/7.8.1-notes.xml
docs/users_guide/7.8.1-notes.xml
+21
-0
No files found.
docs/users_guide/7.8.1-notes.xml
View file @
c798a8c6
...
@@ -344,6 +344,27 @@
...
@@ -344,6 +344,27 @@
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
By default, the maximum stack size in the runtime
system is now infinite. This is controlled by the
<literal>
+RTS -K
</literal>
flag, which was
previously defaulted to 8MB. In general, this
will allow more programs to run as they will no
longer stack overflow as quickly, although they
may use much more memory.
</para>
<para>
Note that you will still eventually encounter a
stack overflow - when the heap is completely
exhausted, as stacks are serviced from the
storage manager. This will cause a runtime abort
after invoking
<literal>
StackOverflowHook
</literal>
.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
The performance of
<literal>
StablePtr
</literal>
s and
The performance of
<literal>
StablePtr
</literal>
s and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment