diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-10-18 19:10:01 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-10-18 19:10:01 +0200 |
commit | 76569010a5be4c5bdafd99d1076f32062e71d07f (patch) | |
tree | eed092068d71d0666ac7503a75aaebbe9b27e934 /open_issues | |
parent | e0ccbeb2038aee9a6096f9ef0207889415a6e98b (diff) | |
download | web-76569010a5be4c5bdafd99d1076f32062e71d07f.tar.gz web-76569010a5be4c5bdafd99d1076f32062e71d07f.tar.bz2 web-76569010a5be4c5bdafd99d1076f32062e71d07f.zip |
open_issues/gcc: -fsplit-stack?
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/gcc.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index 3209d5b0..ab51c8c4 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -49,3 +49,6 @@ Additionally: * [[`libmudflap`|libmudflap]]. * [[Boehm_GC]]. + + * Might [`-fsplit-stack`](http://nickclifton.livejournal.com/6889.html) be + worthwhile w.r.t. our multithreaded libraries? |