mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
Check in HTML version of the manual (writable on client) so that it will display automatically on the Ravenbrook server and so that we can easily include it in product releases. Copied from Perforce Change: 180338 ServerID: perforce.ravenbrook.com
126 lines
No EOL
5.8 KiB
HTML
126 lines
No EOL
5.8 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>Internals — Memory Pool System 1.111.0 documentation</title>
|
|
|
|
<link rel="stylesheet" href="../_static/mps.css" type="text/css" />
|
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
|
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: '../',
|
|
VERSION: '1.111.0',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
|
<link rel="copyright" title="Copyright" href="../copyright.html" />
|
|
<link rel="top" title="Memory Pool System 1.111.0 documentation" href="../index.html" />
|
|
<link rel="next" title="1. Plinth" href="plinth.html" />
|
|
<link rel="prev" title="13. SNC (Stack No Checking)" href="../pool/snc.html" />
|
|
</head>
|
|
<body>
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="../genindex.html" title="General Index"
|
|
accesskey="I">index</a></li>
|
|
<li class="right" >
|
|
<a href="plinth.html" title="1. Plinth"
|
|
accesskey="N">next</a> |</li>
|
|
<li class="right" >
|
|
<a href="../pool/snc.html" title="13. SNC (Stack No Checking)"
|
|
accesskey="P">previous</a> |</li>
|
|
<li><a href="../index.html">Memory Pool System 1.111.0 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body">
|
|
|
|
<div class="section" id="internals">
|
|
<span id="id1"></span><h1>Internals<a class="headerlink" href="#internals" title="Permalink to this headline">¶</a></h1>
|
|
<div class="toctree-wrapper compound">
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="plinth.html">1. Plinth</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="plinth.html#i-o-module">1.1. I/O module</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="plinth.html#library-module">1.2. Library module</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="platform.html">2. Platforms</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="platform.html#platform-codes">2.1. Platform codes</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="platform.html#platform-interface">2.2. Platform interface</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="platform.html#historical-platform-codes">2.3. Historical platform codes</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="platform.html#historical-platform-list">2.4. Historical platform list</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="critical.html">3. The critical path</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="critical.html#what-makes-the-critical-path-critical">3.1. What makes the critical path critical</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="critical.html#how-the-mps-avoids-scanning-and-fixing">3.2. How the MPS avoids scanning and fixing</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="critical.html#where-to-find-the-critical-path">3.3. Where to find the critical path</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="critical.html#the-format-scanner">3.4. The format scanner</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="critical.html#the-second-stage-fix">3.5. The second stage fix</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="critical.html#the-third-stage-fix-in-the-pool-class">3.6. The third stage fix in the pool class</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="critical.html#other-considerations">3.7. Other considerations</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar">
|
|
<div class="sphinxsidebarwrapper">
|
|
<p class="logo"><a href="../index.html">
|
|
<img class="logo" src="../_static/logo.png" alt="Logo"/>
|
|
</a></p>
|
|
<h4>Previous topic</h4>
|
|
<p class="topless"><a href="../pool/snc.html"
|
|
title="previous chapter">13. SNC (Stack No Checking)</a></p>
|
|
<h4>Next topic</h4>
|
|
<p class="topless"><a href="plinth.html"
|
|
title="next chapter">1. Plinth</a></p><h4>Contact us</h4>
|
|
|
|
<p class="topless"><a href="mailto:mps-questions@ravenbrook.com">mps-questions@ravenbrook.com</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="related">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="../genindex.html" title="General Index"
|
|
>index</a></li>
|
|
<li class="right" >
|
|
<a href="plinth.html" title="1. Plinth"
|
|
>next</a> |</li>
|
|
<li class="right" >
|
|
<a href="../pool/snc.html" title="13. SNC (Stack No Checking)"
|
|
>previous</a> |</li>
|
|
<li><a href="../index.html">Memory Pool System 1.111.0 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer">
|
|
© <a href="../copyright.html">Copyright</a> 2012, Ravenbrook Limited.
|
|
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
|
|
</div>
|
|
</body>
|
|
</html> |