已关闭
[新需求]: mainThread使能ACTV_EAGER_FPU功能 #15448
junkangRen创建于  6月11日关闭于  7月14日
junkangRen
junkangRen
6月11日 创建

感谢提出新需求。

新需求提供了什么功能?

内核使用LAZY FPU,当第一次使用FPU寄存器时通过进入异常打开FPU,但是MainThread会频繁地使用FPU,频繁的异常会使mainThread性能受到影响。
通过设置ACTV_EAGER_FPU告诉内核MainThread对FPU的需求频繁,内核会为mainThead自动打开FPU,无需通过异常打开FPU

该需求带来的价值、应用场景?

应用冷启动收益~2%,动态性能模型收益~2%,抖音滑动场景UI线程cycle收益~3%

likedislike
openharmony_ci
openharmony_ci成员
6月11日 评论:

感谢提交Issue!关于Issue的交互操作,请访问OpenHarmony社区支持命令清单。如果有问题,请联系 [@jayleehw](https://gitcode.com/jayleehw) [@zhangyafei-echo](https://gitcode.com/zhangyafei-echo) [@littlejerry1](https://gitcode.com/littlejerry1) [@jsjzju](https://gitcode.com/jsjzju) [@wkljy](https://gitcode.com/wkljy) [@yzkp](https://gitcode.com/yzkp) [@ccllee1](https://gitcode.com/ccllee1) [@yangxuguang-huawei](https://gitcode.com/yangxuguang-huawei) [@li-weifeng2024](https://gitcode.com/li-weifeng2024) [@wendel](https://gitcode.com/wendel) 。如果需要调整订阅PR、Issue的变更状态,请访问链接


Thanks for submitting the issue. For more commands, please visit OpenHarmony Command List. If you have any questions, please refer to committer gitcode for help. If you need to change the subscription of a Pull Request or Issue, please visit the link.

likedislike
openharmony_ciopenharmony_ci成员
6月11日 添加了label:waiting_for_assign
junkangRenjunkangRen
6月11日 关联了pull request:MainThread set actv_eager_fpu
junkangRenjunkangRen
6月15日 关联了pull request:MainThread set actv_eager_fpu
junkangRenjunkangRen
7月14日 issue状态由 待办的 改变为 已完成
junkangRenjunkangRen
7月14日 关闭了 issue