-
-
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
remove -fstage1
option
#13383
remove -fstage1
option
#13383
Conversation
#12880 is major issue preventing stage2 from being used when targeting WebAssembly. |
I was unaware of that issue, but I'll happily investigate and fix the issue before this is merged. |
Please don't take away stage1 until we can create multi-file modules again: I have multiple projects that are blocked by this (and async/await). |
Also would like to bring up #12756 where stage2 actually regresses on the abilities of stage1 in terms of comptime assembly. In that thread it was also mentioned that this affects aarch64 and vastly increases the amount of code |
Thanks all - I added more merge blockers in the PR description. |
After this commit, the self-hosted compiler does not offer the option to use stage1 as a backend anymore.
39e721f
to
6c70994
Compare
#12404 would like this to be added as a blocker please |
Superseded by #13560. We will be temporarily regressing async/await/suspend/resume in master branch. |
After this commit, the self-hosted compiler does not offer the option to use stage1 as a backend anymore.
Merge blockers: