[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev one more patch
From: |
Leonid Pauzner |
Subject: |
Re: lynx-dev one more patch |
Date: |
Sun, 16 Feb 2003 00:26:13 +0300 (MSK) |
15-Feb-2003 10:11 Thomas Dickey wrote:
> thanks (I'm finishing off a patch for vile, expecting to return to lynx
> when that's done).
Ok, and probably the last one:
* optimize HTStyle comparison: now just compare numbers from enum.
It was previously implemented as a strcmp comparison with a fixed string.
Used in a very inner loop, in HTML_put_character().
defaults.c | 102 ++++++++++++++++++++++++++++++-------------------------------
gridtext.c | 2 -
html.c | 48 ++++++++++++++--------------
htstyle.c | 12 +------
htstyle.h | 55 ++++++++++++++++++++++++++++++++
lycharut.c | 12 ++++---
6 files changed, 141 insertions, 90 deletions
dev14e.pat
Description: Binary data
- Re: lynx-dev valgrind, (continued)
- Re: lynx-dev valgrind, Leonid Pauzner, 2003/02/03
- Re: lynx-dev valgrind, Thomas Dickey, 2003/02/03
- Re: lynx-dev valgrind, Leonid Pauzner, 2003/02/06
- Re: lynx-dev valgrind, Thomas Dickey, 2003/02/06
- Re: lynx-dev valgrind, Leonid Pauzner, 2003/02/07
- Re: lynx-dev valgrind, Leonid Pauzner, 2003/02/08
- Re: lynx-dev valgrind, Thomas Dickey, 2003/02/08
- Re: lynx-dev valgrind, Leonid Pauzner, 2003/02/12
- Message not available
- lynx-dev one more patch, Leonid Pauzner, 2003/02/15
- Re: lynx-dev one more patch, Thomas Dickey, 2003/02/15
- Re: lynx-dev one more patch,
Leonid Pauzner <=
- Re: lynx-dev one more patch, Leonid Pauzner, 2003/02/17
- Re: lynx-dev one more patch, Leonid Pauzner, 2003/02/22
Re: lynx-dev valgrind, Henry Nelson, 2003/02/12
Re: lynx-dev valgrind, Henry Nelson, 2003/02/13