Merged
Conversation
3f7ec38 to
6005fcc
Compare
7c8f626 to
76764fb
Compare
7f5080c to
dbdec61
Compare
55bf282 to
5cadd11
Compare
davidlattimore
approved these changes
Jan 1, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The LoongArch64 port is looking good based on the integration tests (and the capability to bootstrap Wild itself!). I would like to list a couple of significant changes/needs for the port:
0x800), so I decided to make it a first class citizen in theRelocationKindInfotype (plus I noticed a couple of relocations need to first apply addend before masking -> that's why I touched so many relocation expression calculations).highest_relocation_with_bias.v2.50) - for now I haven't implemented them.PairSubtractionULEB128has been factored out as it's something used by both AArch64 and the newly added LoongArch64 port.Some early benchmarks for linking the Mold project on Loongson-3A6000 8 core CPU:
I would like to thank @Gelbpunkt for the SSH access to the Alpine LoongArch64 machine! Really helped me.
Resolves: #1381