Closed jonwoodruff closed 3 years ago
The dual-core commit and revert should be removed from the history
The dual-core commit and revert should be removed from the history
Having acquired some education from Alexandre, I am wondering if I'm expected to rewrite history in the ifetch-cleanup-master and force push (doing what to this pull request and comments?), or if there is some better way to do this. ... Ok, at this point I'm not aware of any other way to do this, so I'll go ahead and force-push this branch with the two commits removed from history.
The dual-core commit and revert should be removed from the history
Having acquired some education from Alexandre, I am wondering if I'm expected to rewrite history in the ifetch-cleanup-master and force push (doing what to this pull request and comments?), or if there is some better way to do this. ... Ok, at this point I'm not aware of any other way to do this, so I'll go ahead and force-push this branch with the two commits removed from history.
Yes, that's what I meant. Some of the commits could stand to be squashed into earlier ones ("Do A" then "Fix bugs introduced by doing A" is not useful history, better to just have a "Do A" commit that's correct) but it's not the end of the world.
This is a refactor of instruction fetch to be cleaner and simpler. This has been tested running FreeBSD and does not regress performance.