mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
Fix Validation bugs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
<li><a href="#gcimpls">GC implementations available</a>
|
<li><a href="#gcimpls">GC implementations available</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#semispace">SemiSpace - A simple copying garbage collector</a></li>
|
<li><a href="#semispace">SemiSpace - A simple copying garbage collector</a></li>
|
||||||
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@@ -360,11 +361,15 @@ as a parameter in the future, if needed.
|
|||||||
|
|
||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
<div class="doc_subsection">
|
<div class="doc_subsection">
|
||||||
<a name="callbacks">Callback functions used to implement the garbage collector</a></li>
|
<a name="callbacks">Callback functions used to implement the garbage collector</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="doc_text">
|
||||||
|
<p>
|
||||||
Garbage collector implementations make use of call-back functions that are
|
Garbage collector implementations make use of call-back functions that are
|
||||||
implemented by other parts of the LLVM system.
|
implemented by other parts of the LLVM system.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!--_________________________________________________________________________-->
|
<!--_________________________________________________________________________-->
|
||||||
<div class="doc_subsubsection">
|
<div class="doc_subsubsection">
|
||||||
@@ -460,7 +465,7 @@ collector, etc), or you could choose to improve one of the existing algorithms.
|
|||||||
|
|
||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
<div class="doc_subsection">
|
<div class="doc_subsection">
|
||||||
<a name="semispace">SemiSpace - A simple copying garbage collector</a></li>
|
<a name="semispace">SemiSpace - A simple copying garbage collector</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
|
Reference in New Issue
Block a user