> "kr" == Kevin Ryde <[EMAIL PROTECTED]> writes:
>> Am I needlessly worrying about this?
kr> Yep. When there are no more pointers to an object, it's reaped.
D'oh - forgive the mental lapse. GC reaps objects no longer pointed
*to* - I knew that. The other bit I was missing was tha
Hi,
The patch below does two things:
1. It introduces `scm_take_locale_symbol ()'.
2. It modifies `scm_from_locale_symbol ()' so that it doesn't create a
Scheme string to do the job.
This second modification has a nice effect: it can significantly reduce
the number of objects created at l