-
Notifications
You must be signed in to change notification settings - Fork 323
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
GraalVM Bump 23.0 to resolve BigInteger issues #5300
Comments
Currently not released and this isn't yet resolved in GraalVM. |
As of yesterday:
e.g. GraalVM 23.x will not appear sooner than on June 13. |
GraalVM 23.0 is out and it comes with fitsInBigInteger support. |
As is now released can we investigate the complexity involved in this ticket and then we can assess if we want to do pre the sales release. |
Pavel Marek reports a new STANDUP for today (2023-06-30): Progress: - Hacking around in the Rust build script, because of the Graal release rename - there is now no difference between java and Graal identifier. It should be finished by 2023-07-07. |
Pavel Marek reports a new STANDUP for today (2023-07-03): Progress: - Still fixing the Rust build script such that it points to the new GraalVM community release. It should be finished by 2023-07-07. |
Pavel Marek reports a new STANDUP for today (2023-07-04): Progress: - Build tool seem to be fixed
|
Pavel Marek reports a new STANDUP for today (2023-07-05): Progress: - Managed to get rid of all the remaining truffle DSL warnings.
|
Pavel Marek reports a new 🔴 DELAY for today (2023-07-07): Summary: There is 5 days delay in implementation of the GraalVM Bump 23.0 to resolve BigInteger issues (#5300) task. The update of VS should be done over the weekend. Delay Cause: Waiting for Michal to update the Visual Studio version on all Windows workers - native image build is failing on Windows. |
Pavel Marek reports a new STANDUP for yesterday (2023-07-10): Progress: - Tweaking Engine benchmarking tool such that it is able to plot multiple branches in the same charts.
|
Pavel Marek reports a new STANDUP for today (2023-07-11): Progress: - Finishing #7257
|
Pavel Marek reports a new STANDUP for today (2023-07-12): Progress: - Fixing project-manager for the new GraalVM version It should be finished by 2023-07-12. |
Pavel Marek reports a new 🔴 DELAY for today (2023-07-13): Summary: There is 7 days delay in implementation of the GraalVM Bump 23.0 to resolve BigInteger issues (#5300) task. Delay Cause: Still hacking various parts of backend to handle new GraalVM versioning |
Pavel Marek reports a new STANDUP for yesterday (2023-07-17): Progress: - Update discussion about
|
Pavel Marek reports a new STANDUP for today (2023-07-18): Progress: - Fixing remaining tests in RuntimeVersionManager and
|
Pavel Marek reports a new STANDUP for today (2023-07-19): Progress: - Compared benchmarks - no noticeable regressions neither improvements
|
Official
BigInteger
support has been integrated into forthcoming GraalVM 23.0: https://github.com/oracle/graal/pull/5490/files#diff-b9f3acd7cf907a1ea1fa5dd88bcb3c544622d1665cea25cdf1ffe54f4928738cR991. Use it and remove the hacks currently in place.Discord discussion: https://discord.com/channels/401396655599124480/1045300007995179048
Related:
fitsBigInteger
- https://github.com/oracle/graal/pull/5490/files#diff-f8f6123284e302854d17f6ac7d4a5e2c488c4c7ed6c894a128246180ab647e68R270 - otherwise every existing Node that has exportedisNumber
would no longer compile. With 23.0 it compiles, but a warning will be issued to also implementfitsBigInteger
andasBigInteger
messages.Tasks:
Original issue is here.
Follow-up issues
The text was updated successfully, but these errors were encountered: