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

koch boot compiler with orc #20467

Merged
merged 5 commits into from
Sep 30, 2022
Merged

koch boot compiler with orc #20467

merged 5 commits into from
Sep 30, 2022

Conversation

ringabout
Copy link
Member

No description provided.

@@ -225,7 +225,7 @@ proc semTry(c: PContext, n: PNode; flags: TExprFlags; expectedType: PType = nil)

if a.len == 2 and a[0].kind == nkBracket:
# rewrite ``except [a, b, c]: body`` -> ```except a, b, c: body```
a.sons[0..0] = a[0].sons
a.sons[0..0] = move a[0].sons
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug, but a bit nasty. It needs a reduced test case.

@Araq Araq merged commit ae050b0 into devel Sep 30, 2022
@Araq Araq deleted the pr_booting_orc branch September 30, 2022 10:38
@github-actions
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from ae050b0

Hint: mm: orc; threads: on; opt: speed; options: -d:release
164353 lines; 11.293s; 665.754MiB peakmem

@ringabout ringabout mentioned this pull request Sep 30, 2022
33 tasks
capocasa pushed a commit to capocasa/Nim that referenced this pull request Mar 31, 2023
* koch boot compiler with orc

* use orc

* workaround bugs

* move it

* move the data
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

Successfully merging this pull request may close these issues.

None yet

2 participants