mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-13 06:50:39 -08:00
138 lines
No EOL
6.3 KiB
HTML
138 lines
No EOL
6.3 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>Downloads</h4>
|
|
|
|
<p class="topless">
|
|
<a href="http://www.ravenbrook.com/project/mps/release/1.111.0/">MPS Kit release 1.111.0</a><br>
|
|
<a href="http://www.ravenbrook.com/project/mps/release/">All MPS Kit releases</a>
|
|
</p>
|
|
|
|
<h4>Issues</h4>
|
|
|
|
<p class="topless">
|
|
<a href="http://www.ravenbrook.com/project/mps/issue/?action=list&view=status%3dopen&display=Job:Priority:Title&sort=Priority">Known issues</a><br>
|
|
<a href="http://www.ravenbrook.com/project/mps/issue/?action=fixed&release_fixed=1.111.0">Issues fixed in release 1.111.0</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> 2013, Ravenbrook Limited.
|
|
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
|
|
</div>
|
|
</body>
|
|
</html> |