Fix register scanning on FreeBSD and Linux#38
Open
gareth-rees wants to merge 2 commits intomasterfrom
Open
Conversation
b15a011 to
33ecd47
Compare
8679109 to
4b9cea4
Compare
gareth-rees
commented
Sep 3, 2020
This code was previously removed in change 194595 but the result was not reliable as noted in job004158.
4b9cea4 to
3964391
Compare
Member
Author
|
@UNAA008 @NickBarnes Any thoughts on this pull request? It has been open since June 2019, it would be nice to make some progress. |
Member
|
In his original message, Filip Strömbäck writes:
I have a few questions.
I ask because removing assembler was quite a win, and we should not give it up lightly. Relevant:
|
Contributor
|
I just saw the latest answer to this PR, I'm sorry for being slow in getting back to you.
I can investigate closer if you want. I just need to find the details I wrote down at the time. |
…uild and test, and prepare for review and merge.
Member
|
See also #151 (comment) |
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.
Restore assembly code (removed in change 194595 / commit 76166b7) for spilling callee-save registers on FR and LI platforms.
Fixes job004158 (Register scanning approach is not reliable)