diff options
Diffstat (limited to 'contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp')
-rw-r--r-- | contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp b/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp index 878eeee..1efc440 100644 --- a/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp +++ b/contrib/llvm/lib/CodeGen/ShadowStackGCLowering.cpp @@ -8,7 +8,11 @@ //===----------------------------------------------------------------------===// // // This file contains the custom lowering code required by the shadow-stack GC -// strategy. +// strategy. +// +// This pass implements the code transformation described in this paper: +// "Accurate Garbage Collection in an Uncooperative Environment" +// Fergus Henderson, ISMM, 2002 // //===----------------------------------------------------------------------===// |