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 mips64 support #4358

Merged
merged 3 commits into from
Aug 9, 2021
Merged

Conversation

dixyes
Copy link
Member

@dixyes dixyes commented Aug 8, 2021

(Not so well) tested on loongson 3a4000 cpu

  • Fixed architecture detect in config.m4
  • Added new boost context code from boost context and "backported" it

在3a4000上(不是很完善地)测试过

  • 修正了config.m4的架构判断
  • 加入了boost context的新代码并且稍微backport了下来支持swoole使用的api

@dixyes dixyes marked this pull request as draft August 8, 2021 10:28
@codecov
Copy link

codecov bot commented Aug 8, 2021

Codecov Report

Merging #4358 (a1a9063) into master (49e992e) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4358      +/-   ##
==========================================
- Coverage   50.86%   50.84%   -0.03%     
==========================================
  Files          72       72              
  Lines       14610    14610              
==========================================
- Hits         7432     7429       -3     
- Misses       7178     7181       +3     
Impacted Files Coverage Δ
src/os/msg_queue.cc 57.62% <0.00%> (-3.39%) ⬇️
src/os/async_thread.cc 68.85% <0.00%> (-0.88%) ⬇️
src/os/process_pool.cc 56.97% <0.00%> (-0.46%) ⬇️
src/network/client.cc 47.09% <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 49e992e...a1a9063. Read the comment docs.

@dixyes dixyes marked this pull request as ready for review August 8, 2021 10:42
@matyhtf matyhtf merged commit 1a5fd32 into swoole:master Aug 9, 2021
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