[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] replace write-line calls to display with i
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures. |
Date: |
Mon, 26 Sep 2011 08:45:25 +0200 (CEST) |
From: Christian Kellermann <address@hidden>
Subject: [Chicken-hackers] [PATCH] replace write-line calls to display with
internal procedures.
Date: Sun, 25 Sep 2011 19:45:23 +0200
> 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.
Thanks for taking care of this issue, Christian!
Two more suggestions:
- use "##sys#check-port*" to make sure the port is open
- use "##sys#check-port-mode" to do the direction check
cheers,
felix
- [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures., Christian Kellermann, 2011/09/25
- Re: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures.,
Felix <=
- Re: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures., Christian Kellermann, 2011/09/26
- Re: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures., Felix, 2011/09/26
- Re: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures., Christian Kellermann, 2011/09/26
- Re: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures., Christian Kellermann, 2011/09/26
- Re: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures., Christian Kellermann, 2011/09/26
- Re: [Chicken-hackers] [PATCH] replace write-line calls to display with internal procedures., Felix, 2011/09/26