bugs-and-limitations.html

来自「Scheme跨平台编译器」· HTML 代码 · 共 3 行

HTML
3
字号
<html><head><title>CHICKEN User's Manual - Bugs and limitations</title></head><body><a name="bugs-and-limitations"></a><h1>Bugs and limitations</h1><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 <em>repairs</em> 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><p>Previous: <a href="data-representation.html" class="internal">Data representation</a></p><p>Next: <a href="faq.html" class="internal">FAQ</a></p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?