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

boost context suppoprt for riscv64 #4375

Merged
merged 3 commits into from
Aug 16, 2021
Merged

boost context suppoprt for riscv64 #4375

merged 3 commits into from
Aug 16, 2021

Conversation

dixyes
Copy link
Member

@dixyes dixyes commented Aug 15, 2021

(Not so well) tested on hifive unmatched

  • Added new boost context code from boost context and "backported" it

在hifive unmatched上(不是很完善地)测试过

  • 加入了boost context的新代码并且稍微backport了下来支持swoole使用的api

@codecov
Copy link

codecov bot commented Aug 15, 2021

Codecov Report

Merging #4375 (6ca6657) into master (a2ef8c0) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4375      +/-   ##
==========================================
- Coverage   50.86%   50.85%   -0.01%     
==========================================
  Files          72       72              
  Lines       14534    14534              
==========================================
- Hits         7392     7391       -1     
- Misses       7142     7143       +1     
Impacted Files Coverage Δ
src/os/async_thread.cc 68.85% <0.00%> (-0.44%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2ef8c0...6ca6657. Read the comment docs.

@dixyes
Copy link
Member Author

dixyes commented Aug 16, 2021

@devnexen Could you please review this? I knew few about riscv. The fu740 cpu is slow, I almost cannot run full tests with mysql or redis (coro only part is OK).

@dixyes dixyes marked this pull request as ready for review August 16, 2021 03:33
@matyhtf matyhtf merged commit 71502c2 into swoole:master Aug 16, 2021
@devnexen
Copy link
Contributor

@devnexen Could you please review this? I knew few about riscv. The fu740 cpu is slow, I almost cannot run full tests with mysql or redis (coro only part is OK).

Nothing much to say since it s mostly context from boost :-) and very unfamiliar with Risc :-) it s surely good to go, boost usually does good job ;-)

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.

3 participants