On 2005/01/05, at 1:31, Andi Gutmans wrote:
At 06:26 PM 1/4/2005 +0900, Moriyoshi Koizumi wrote:
On 2005/01/02, at 21:23, Marcus Boerger wrote:
while i tried to improve performance of the array functions i
developed a
new pass type - pass as const which doesn't touch the passed
variable at
all an
At 06:26 PM 1/4/2005 +0900, Moriyoshi Koizumi wrote:
On 2005/01/02, at 21:23, Marcus Boerger wrote:
while i tried to improve performance of the array functions i developed a
new pass type - pass as const which doesn't touch the passed variable at
all and is compatible with temp vars, too. Maybe you
On 2005/01/02, at 21:23, Marcus Boerger wrote:
while i tried to improve performance of the array functions i
developed a
new pass type - pass as const which doesn't touch the passed variable
at
all and is compatible with temp vars, too. Maybe your problem here is a
reason to really implement that
Hello Moriyoshi, Hello Andi
Sunday, January 2, 2005, 7:35:05 AM, you wrote:
> Hi there,
> I'm now looking into the three extract() bugs related to
> each other, namely bug #25708, bug #29493 and bug #31213.
> It turned out after all that these problems are caused
> by a inevitable zval separati