-
Notifications
You must be signed in to change notification settings - Fork 11
ran out of registers during register allocation #21
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
Comments
From JuliaLang/julia#42200 do I understand that this a LLVM issue. I think that avoiding ran out of registers during register allocation can be done with tuning |
I think we can use the --no-verify option to publish without building, which will avoid this error. The crate can successfully build, but only in release mode. Since the version that's currently on crates.io doesn't work at all, I think it would still be better to publish this, even though it can't build in debug mode. |
Date: Thu, 09 Jun 2022 01:16:09 -0700 From: lord-ne <notifications@github.com> To: avr-rust/delay <delay@noreply.github.com> Cc: Geert Stappers <stappers@stappers.it>, Author <author@noreply.github.com> Subject: Re: [avr-rust/delay] ran out of registers during register allocation (Issue #21) I think we can use the --no-verify option to publish without building, which will avoid this error. The crate *can* successfully build, but only in release mode. Since the version that's currently on crates.io doesn't work at all, I think it would still be better to publish this, even though it can't build in debug mode. -- Reply to this email directly or view it on GitHub: #21 (comment) You are receiving this because you authored the thread. Message ID: </issues/21/1150815568@github.com>
Yes, I agree that adding
(Issue left open as an invitation for expressing further ideas on this.) |
On the rewrite branch, just doing |
Nice! That does bring the project further. Now closing this issue, because we have #19 for tracking a first release done by me. What follows is something that confirms what @lord-ne observation and that I have confirmed my email address at crates.io.
|
Hi,
The succesfull build I got in #20, is not yet a succes for publish.
This is blocking #19.
The text was updated successfully, but these errors were encountered: