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

boot.bc #18

Open
dragondjf opened this issue Jan 9, 2022 · 4 comments
Open

boot.bc #18

dragondjf opened this issue Jan 9, 2022 · 4 comments

Comments

@dragondjf
Copy link

where is src of boot.bc,how to build

@ShawSumma
Copy link
Member

boot.bc is the bootstrap compiler for paka, it is built from the last paka that can build the current.
make clean && make && mv bin/stage3.bc bins/boot.bc

@ShawSumma
Copy link
Member

originally paka was written in Dlang, the first boot.bc was compiled from that... we are a few dozen away from that time.

@scriptiot-dev
Copy link

I run bench/fib.paka successfully, that's great job, run fast ,cool ! Dlang source for the bootstrap compiler for paka is not opened? I want to learn this, thanks!

@ShawSumma
Copy link
Member

The boostrap compiler was in this repo. It was eventually and slowly removed in favor of a Paka hosted compiler.

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

3 participants