Buzz: small language JIT compiled with MIR #340
giann
started this conversation in
Show and tell
Replies: 2 comments
-
Very nice |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for sharing this. I believe MIR is a good solution for implementing static type language JITs. Dynamic type languages needs a lot of additional work to implement performant MIR-based JIT (but it is true for any general purpose JIT compilers I know). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Just wanted to show you https://github.com/buzz-language/buzz
It's a small programming language written in Zig I'm working on.
I just finished implementing its JIT compiler with MIR!
Beta Was this translation helpful? Give feedback.
All reactions