chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Make CHICKEN build process deterministic


From: Oleg Kolosov
Subject: Re: [Chicken-hackers] [PATCH] Make CHICKEN build process deterministic
Date: Mon, 6 Jun 2016 21:24:19 +0300

> On 06 Jun 2016, at 17:31, Kooda <address@hidden> wrote:
> 
> That’s the only way, in conjunction with -explicit-use, I could think
> of to run code before any other (core) unit, like the eval unit which
> defines the symbol table hashing.

And that was my problem. I've missed this due to merge conflicts when applying 
the patch to my private fork.

I'm working in cross-compilation environment and bootstrapping all the 
CHICKENs, eggs and the project itself takes almost all of rebuild time because 
everything else is ccached. With patched away C_randomize I've got substantial 
time savings.

If we could introduce this feature with an option or even as a default if there 
are no downsides it would be great.

-- 
Regards, Oleg




reply via email to

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