Re: SRFI-14 and locale settings

2006-09-15 Thread Ludovic Courtès
Hi, Kevin Ryde <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Ludovic Courtès) writes: >> >> The "i18n" character classification (listed in Section 4.3.2) is >> actually very broad: it considers at least all Latin, Greek and Cyrillic >> letters as part of the `alpha' character class. > > I thin

Re: Inlining calls to primitives

2006-09-15 Thread Ludovic Courtès
Hi Neil, Neil Jerram <[EMAIL PROTECTED]> writes: > - For the memoization of globals, I'd like to see what a patch looks > like that contains only this. We would need some kind of > declaration to say "memoize globals in the following code", and it > feels obvious to me that this declaratio

Re: Inlining calls to primitives

2006-09-15 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > I made a series of measurements with Guile compiled with `-pg > -O0'. [...] Hi Ludovic, This is a slightly rushed reply, I'm afraid, because I'm going away for a week shortly. (But I have had it in mind for a while, so hopefully there's some sense i

Re: SRFI-14 and locale settings

2006-09-15 Thread Neil Jerram
Kevin Ryde <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Ludovic Courtès) writes: >> >> The "i18n" character classification (listed in Section 4.3.2) is >> actually very broad: it considers at least all Latin, Greek and Cyrillic >> letters as part of the `alpha' character class. > > I think tha