Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast rebuild of bootfiles after change in the compiler #908

Open
gus-massa opened this issue Jan 29, 2025 · 1 comment
Open

Fast rebuild of bootfiles after change in the compiler #908

gus-massa opened this issue Jan 29, 2025 · 1 comment

Comments

@gus-massa
Copy link
Contributor

After making some changes in the compiler, I'm rebuilding Chez Scheme using

cd ChezScheme
make build

It downloads the pb bootfiles and then compile the compiler using them and then compile the compiler again with the new bootfiles. The problem is that the pb are slower and the code is compiled twice.

I remember that a long time ago after the first build it was possible to reuse the bootfiles and build the compiler only once. But I lost the script with the trick and the change to zuo probably broke it anyway.

Is it possible (and easy) to do this (reuse the bootfiles and build the compiler only once)? (At least until I make an horrible mistake and I have to restart from a clean directory again.)

@mflatt
Copy link
Contributor

mflatt commented Jan 30, 2025

If you have built before, then ./configure --force will skip the pb part and use the most recent build for the current target machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants