You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
After making some changes in the compiler, I'm rebuilding Chez Scheme using
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 thepb
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.)
The text was updated successfully, but these errors were encountered: