aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/README.txt
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-09-29 02:23:08 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-09-29 02:23:08 +0000
commit57ac79b26918cdb065e40ee5132c998759906194 (patch)
tree74c5f4dcbbe4678dd5d0d7c70e4b51e2a1e6d8be /lib/CodeGen/README.txt
parentc5ff226cdcd7e362e400f4ae93f77dfdbcd4ec98 (diff)
downloadexternal_llvm-57ac79b26918cdb065e40ee5132c998759906194.zip
external_llvm-57ac79b26918cdb065e40ee5132c998759906194.tar.gz
external_llvm-57ac79b26918cdb065e40ee5132c998759906194.tar.bz2
This is done already.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42467 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/README.txt')
-rw-r--r--lib/CodeGen/README.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/CodeGen/README.txt b/lib/CodeGen/README.txt
index 8bd9a7a..1e28375 100644
--- a/lib/CodeGen/README.txt
+++ b/lib/CodeGen/README.txt
@@ -151,13 +151,6 @@ an example.
//===---------------------------------------------------------------------===//
-Instead of unconditionally inserting a null initializer for every GC root when
-Collector::InitRoots is set, the collector infrastructure should get a little
-bit smarter and perform a trivial DSE of the initial basic block up to the
-first safe point.
-
-//===---------------------------------------------------------------------===//
-
With a copying garbage collector, derived pointers must not be retained across
collector safe points; the collector could move the objects and invalidate the
derived pointer. This is bad enough in the first place, but safe points can