mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
FIXME: The logo handling in ReleaseNotes.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129208 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -151,14 +151,14 @@ collector models. For instance, the intrinsics permit:</p>
|
||||
support a broad class of garbage collected languages including Scheme, ML, Java,
|
||||
C#, Perl, Python, Lua, Ruby, other scripting languages, and more.</p>
|
||||
|
||||
<p>However, LLVM does not itself provide a garbage collector—this should
|
||||
<p>However, LLVM does not itself provide a garbage collector—this should
|
||||
be part of your language's runtime library. LLVM provides a framework for
|
||||
compile time <a href="#plugin">code generation plugins</a>. The role of these
|
||||
plugins is to generate code and data structures which conforms to the <em>binary
|
||||
interface</em> specified by the <em>runtime library</em>. This is similar to the
|
||||
relationship between LLVM and DWARF debugging info, for example. The
|
||||
difference primarily lies in the lack of an established standard in the domain
|
||||
of garbage collection—thus the plugins.</p>
|
||||
of garbage collection—thus the plugins.</p>
|
||||
|
||||
<p>The aspects of the binary interface with which LLVM's GC support is
|
||||
concerned are:</p>
|
||||
|
Reference in New Issue
Block a user