modula3 / cm3

Critical Mass Modula-3
http://modula3.github.io/cm3/
Other
139 stars 25 forks source link

What does boot1.py do? #1061

Closed jpgpng closed 2 years ago

jpgpng commented 2 years ago

How is it compared to concierge.py? And how to use it?

VictorMiasnikov commented 2 years ago

What does boot1.py do?

Create bootstrap of cm3.

How is it compared to concierge.py?

Time to time concierge.py is best. Time to time - boot1 + make + boot2

VictorMiasnikov commented 2 years ago

And how to use it?

Please see examples in last issues related AMD64_MINGW and ( or) AMD64_CYGWIN.

jpgpng commented 2 years ago

What does boot1.py do?

Create bootstrap of cm3.

What kind of bootstrap? It bootstrap from precompiled source like concierge.py or it create that precompiled source?

VictorMiasnikov commented 2 years ago

Concierge.py do both job -) : it create bootstrap ( it named distributive) and "compile bootstap-disributive".

Boot1.py and boot2.py work in pair.

08.09.2022, 20:09, "jpgpng" @.***>:

What does boot1.py do?

Create bootstrap of cm3.

What kind of bootstrap? It bootstrap from precompiled source like concierge.py or it create that precompiled source?