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

Rewrite the far branches section #123

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

simonpcook
Copy link
Contributor

During the latest Toolchain SIG meeting it was raised that this section does not make its intent and behavior clear enough. This rewords the prose to explain what is going on in more detail.

@simonpcook simonpcook changed the title Rewrite the far branches Rewrite the far branches section Feb 13, 2025
with its offset. As such a unconditional branch to the target is added and the
original instruction replaced with a conditional branch with inverted conditions
to jump over this new instruction. As such the final assembled binary contains
the following:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for improving the text readability, @simonpcook
To avoid repeating "As such" maybe we can say "Consequently, the final assembled binary contains the following:"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the suggestion, I've updated this PR to match

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks Simon, LGTM.

During the latest Toolchain SIG meeting it was raised that this
section does not make its intent and behavior clear enough. This
rewords the prose to explain what is going on in more detail.
@Slackadays
Copy link

Added a review, hope this helps!

Copy link
Collaborator

@cmuellner cmuellner left a comment

Choose a reason for hiding this comment

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

LGTM

@cmuellner
Copy link
Collaborator

Thanks for the great rewrite!

@cmuellner cmuellner merged commit 6370b94 into riscv-non-isa:main Feb 28, 2025
2 checks passed
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.

4 participants