chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] replace write-line calls to display with inter


From: Christian Kellermann
Subject: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures.
Date: Sun, 25 Sep 2011 19:45:23 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

The attached patch should be a little bit faster than the old version
since we don't do redundant type checks and call the ports write-string
method directly. Thanks to felix for the suggestion.

Kind regards,

Christian

-- 
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
 -- Lao Tse. 

Attachment: write-line.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]