chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Add detection for hitting rest argument co


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] Add detection for hitting rest argument count limit on direct procedure application (for #910, sort-of)
Date: Thu, 25 Jul 2013 08:54:39 +0200
User-agent: Mutt/1.4.2.3i

On Wed, Jul 24, 2013 at 02:27:47PM -0500, Jim Ursetto wrote:
> Although this patch looks good and tests out fine, during the tests, chicken 
> bloats to 1GB and gcc to 500MB, and they take forever to build apply-test -- 
> probably because the .c file is 40MB!  I'm not sure it's wise to apply as-is; 
> it may kill some machines.  Suggestions?

My initial thought was to only generate some calls near the edge cases,
instead of doing all the calls from 0 up to 2048 arguments.

I'm unsure how to best make it do this, and I was tired at the time so
I kept it as-is.  Maybe someone can come up with a clever way to do this?

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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