-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade RTS Dependencies (#4677)
Upgrading Motoko RTS dependencies: * LLVM 18.1.8 * Rust 1.82.0 Special aspects: * Support new `dylink.0` instead of `dylink`. * Support `GOT.mem` for RTS in the Motoko linker. * Adjusting the RTS code in line with the latest Rust features/rules. * No longer needing `emscripten`: Use custom Rust targets . * Get rid of `emscripten` by using custom Rust targets for generating PIC-relocatable Wasm. * Get rid of `musl` by using Rust builtins instead. * Float formatting changes due to removal of `musl`: The output format of `NaN` and `infinity` has changed. Moreover, one particular output format (hexadecimal float) is no longer supported. Updating the documentation and base library is needed. * Optimization: Use bulk-memory operations because memcpy of Rust is slower than `musl`. Note: * If your `nix-shell` crashes with a segmentation fault with this PR, you need to upgrade `nix`. For this, you need to manually uninstall and re-install `nix`.
- Loading branch information
1 parent
aebc110
commit bdb1d24
Showing
62 changed files
with
699 additions
and
847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.