-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Faster tokenizer #21367
Faster tokenizer #21367
Conversation
b64fdee
to
8acb8eb
Compare
Run |
Nice work! Looks like the LLVM backend is having trouble lowering this on wasm32-wasi. Feel free to leave that to ZSF core team, we can take it from here. |
This needs a rebase after #21371. |
Managed to fit in my lunch break :) |
Thanks for the merge! |
Notably, contains the implementation of labeled switch expressions and decl literals.
f40808b
to
0e84fed
Compare
I have rebased and force-pushed the branch to your fork and set to auto-merge. If my work here looks OK, please sit tight and this will be landed soon. |
Update the zig tokenizer to use labeled switch statements
Update the zig tokenizer to use labeled switch statements :)
The benchmarks (and binary size) speaks for itself: