Home | History | Annotate | Download | only in docs

Lines Matching full:shadow

176 To turn the shadow stack on for your functions, first call:
180 F.setGC("shadow-stack");
182 for each function your compiler emits. Since the shadow stack is built into
197 The shadow stack doesn't imply a memory allocation algorithm. A semispace
202 roots, and for this it needs to integrate with the shadow stack. Luckily, doing
219 /// @brief A link in the dynamic shadow stack. One of these is embedded in
255 About the shadow stack
260 [:ref:`Henderson2002 <henderson02>`]. This so-called "shadow stack" mirrors the
551 | Algorithm | Done | Shadow | refcount | mark- | copying | incremental | threaded | concurrent |
611 Shadow Stack
700 for collector plugins which implement reference counting or a shadow stack.