[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1219: read-char could be better optimized
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1219: read-char could be better optimized |
Date: |
Sun, 27 Sep 2015 15:58:54 -0000 |
#1219: read-char could be better optimized
--------------------------+-------------------
Reporter: sjamaan | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 5.0
Component: scrutinizer | Version: 4.9.x
Resolution: | Keywords:
--------------------------+-------------------
Comment (by sjamaan):
The reason this happens seems to be because redefinitions of core forms
are not always specialized (and that's usually correct in user code). The
definition of {{{##sys#check-input-port}}} occurs somewhere at the top of
{{{library.scm}}}, which means specialization of later uses is
invalidated.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1219#comment:2>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.