/usr/share/doc/chicken-bin/manual-html/Bugs and limitations.html is in chicken-bin 4.9.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="manual.css" type="text/css" /></head>
<title>Chicken » Bugs and limitations</title>
<meta name="viewport" content="initial-scale=1" /></html>
<body>
<div id="body">
<div id="main"><h2 id="sec:Bugs_and_limitations"><a href="#sec:Bugs_and_limitations">Bugs and limitations</a></h2><ul><li>Compiling large files takes too much time.</li>
<li>If a known procedure has unused arguments, but is always called without those parameters, then the optimizer <i>repairs</i> the procedure in certain situations and removes the parameter from the lambda-list.</li>
<li><tt>port-position</tt> currently works only for input ports.</li>
<li>Leaf routine optimization can theoretically result in code that thrashes, if tight loops perform excessively many mutations.</li>
</ul>
<hr /><p>Previous: <a href="Data%20representation.html">Data representation</a></p><p>Next: <a href="faq.html">FAQ</a></p></div></div></body>
|