summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-11-29 19:08:23 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-11-29 19:08:23 +0000
commitbdef6feef478d41707d225caccd25bc6af17081b (patch)
treea9505b101f78ef5d482b12310c91f09fb8c518d9 /docs/ReleaseNotes.html
parentd3a38ccfbb6be0edad037961df77649db2cb9597 (diff)
downloadllvm-bdef6feef478d41707d225caccd25bc6af17081b.tar.gz
llvm-bdef6feef478d41707d225caccd25bc6af17081b.tar.bz2
llvm-bdef6feef478d41707d225caccd25bc6af17081b.tar.xz
Release notes for segmented stacks.
Patch by Sanjoy Das. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c6657b94d6..faf9a4bd2b 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -936,7 +936,10 @@ be used to verify some algorithms.
make it run faster:</p>
<ul>
-<li>XXX: Segmented stacks.</li>
+<li>LLVM can now produce code that works with libgcc
+ to <a href="SegmentedStacks.html">dynamically allocate stack
+ segments</a>, as opposed to allocating a worst-case chunk of
+ virtual memory for each thread.</li>
<li>LLVM generates substantially better code for indirect gotos due to a new
tail duplication pass, which can be a substantial performance win for
interpreter loops that use them.</li>