summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-10-18 19:10:01 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-10-18 19:10:01 +0200
commit76569010a5be4c5bdafd99d1076f32062e71d07f (patch)
treeeed092068d71d0666ac7503a75aaebbe9b27e934
parente0ccbeb2038aee9a6096f9ef0207889415a6e98b (diff)
open_issues/gcc: -fsplit-stack?
-rw-r--r--open_issues/gcc.mdwn3
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?