guile-devel
[Top][All Lists]
Advanced

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

Re: Compiler Warning message ideas


From: Ludovic Courtès
Subject: Re: Compiler Warning message ideas
Date: Mon, 23 Jan 2012 16:48:32 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Hi Stefan,

Stefan Israelsson Tampe <address@hidden> skribis:

> When compiling newest stable-2.0 I noticed,
>
> wrote `ice-9/eval.go'
>   GUILEC ice-9/psyntax-pp.go
> GC Warning: Repeated allocation of very large block (appr. size 69632):
>     May lead to memory leak and poor performance.
> wrote `ice-9/psyntax-pp.go'
>
> E.g. basically making a thread allocates a large block for the stack and
> the bohem gc explicitly tells us
> that doing this will probably lead to memory leak using their gc.

Since it happens only when bootstrapping the compiler, I don’t think it
has anything to do with thread stacks, especially since there’s only one
thread at this point (plus the signal thread.)

Thanks,
Ludo’.




reply via email to

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