diff options
Diffstat (limited to 'docs/Lexicon.html')
-rw-r--r-- | docs/Lexicon.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Lexicon.html b/docs/Lexicon.html index 507957c3ae..820fdd6f02 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -214,7 +214,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd> <dt><a name="Root"><b>Root</b></a></dt> <dd>In garbage collection, a pointer variable lying outside of the <a href="#Heap">heap</a> from which the collector begins its reachability analysis. In the context of code - generation, "root" almost always refers to a "stack root"—a local or + generation, "root" almost always refers to a "stack root" -- a local or temporary variable within an executing function.</dd> </dl> </div> |