guile-devel
[Top][All Lists]
Advanced

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

Re: scm_must_realloc mallocated count in 1.6


From: Marius Vollmer
Subject: Re: scm_must_realloc mallocated count in 1.6
Date: 26 Mar 2006 00:56:04 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Kevin Ryde <address@hidden> writes:

> I'm inclined to remove the short-circuit
> 
>       if (size <= old_size)
>         return where;
> 
> from scm_must_realloc, ie. if you ask to decrease a block then
> actually do it, which is what 1.8 has now.

Sounds good to me.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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