已合并
fix: skip delete throttle when length exceeds 20000 #15103
fix: skip delete throttle when length exceeds 20000 #15103
已合并
ZhangZiheng创建于 6 天前
ZhangZiheng
ZhangZiheng
6 天前
### 关联的Issue [#13559](https://gitcode.com/openharmony/arkcompiler_ets_runtime/issues/13559) ### 修改原因(目的、解决的问题等,例如:修复xx场景崩溃问题) ### 修改描述(做了什么,变更了什么,例如:xx函数入口增加判空) skip delete throttle when length exceeds 20000 ### 自测试项(测试结果截图,直接贴到每一个测试项底下) #### jit-workload 本地执行(compiler/jit/isa/stub/ic/对象布局等修改必须执行) - [ ] 已通过 - [ ] 不涉及,无需验证 #### interpreter-js_perf 性能测试(性能优化/性能敏感场景:IR化/ic/hclass/对象布局/isa/builtins等修改必须执行) - [ ] 已验证不劣化 - [ ] 不涉及,无需验证 #### aot-js_perf 性能测试(性能优化/性能敏感场景:IR化/ic/hclass/对象布局/isa/builtins等修改必须执行) - [ ] 已验证不劣化 - [ ] 不涉及,无需验证 #### interpreter-workload性能测试(性能优化/性能敏感场景:IR化/ic/hclass/对象布局/isa/builtins等修改必须执行) - [ ] 已验证不劣化 - [ ] 不涉及,无需验证 #### aot-workload性能测试(性能优化/性能敏感场景:IR化/compiler/aot/isa/stub/ic/对象布局等修改必须执行) - [ ] 已验证不劣化 - [ ] 不涉及,无需验证 #### 非StableArray不能采用ElementKind读取元素(修改解释器相关IR代码需要自检) - [ ] 已自检 - [ ] 不涉及,无需验证 #### 在IR时添加fastpath时,需要检查是否有分支会改变非字典序模式或者修改数组长度,此时应该走slowpath(修改解释器相关IR代码需要自检) - [ ] 已自检 - [ ] 不涉及,无需验证 #### IR化后的逻辑需要与c++实现一致,不一致的地方需要有分支用例看护(修改解释器相关IR代码需要自检) - [ ] 已自检 - [ ] 不涉及,无需验证 #### c++代码中检测或抛出异常的地方,IR需要同样实现(修改解释器相关IR代码需要自检) - [ ] 已自检 - [ ] 不涉及,无需验证 #### IR中使用默认入参是HeapObject对象的接口时,需要在上下文中保证了参数的正确性(修改解释器相关IR代码需要自检) - [ ] 已自检 - [ ] 不涉及,无需验证 #### 修改c解释器,需要同时检查汇编解释器与AOT是否需要修改 - [ ] 已自检 - [ ] 不涉及,无需验证 ### 是否已执行L0用例 - [ ] 已验证 - [ ] 不涉及。如不涉及,请写明理由 #### 修改或新增IR代码时,必须在代码注释中标注其对应的C++实现函数名(修改解释器相关IR代码需要自检) ‷ 示例格式: //@ref namespace::class::method() ‷ - [ ] 已自检 - [ ] 不涉及,无需验证 #### 单次代码提交的变更行数(新增+删除)超过200行时,必须在合并前组织线上Review - [ ] 已自检 - [ ] 不涉及,无需验证
likedislike
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 ZhangZiheng 的贡献)
ZhangZihengZhangZiheng
6 天前 关联了issue:[Bug]: threadsync相关id_refs大小增量异常
openharmony_ciopenharmony_ci成员
6 天前 添加了label:waiting_on_author
openharmony_ci
openharmony_ci成员
6 天前 评论:

感谢提交 Pull Requests!如果您提交的PR已经开发完毕,请评论 "start build" 触发门禁,更多交互操作,请访问OpenHarmony社区支持命令清单。如果需要调整订阅PR、Issue的变更状态,请访问订阅链接


Thanks for submitting the pull request. If your Pull Request has already been developed, you can leave a "start build" comment to trigger the gated system. For more commands, please visit OpenHarmony Command List. If you need to change the subscription of a Pull Request or Issue, please visit the link.

likedislike
openharmony_ciopenharmony_ci成员
6 天前 添加了label:dco检查成功
ZhangZiheng
ZhangZiheng
6 天前 评论:

start build

likedislike
此处折叠了81条消息 查看更多
klooerklooer成员
1 天前 通过审查
openharmony_ciopenharmony_ci成员
1 天前 关闭了关联的issue
openharmony_ciopenharmony_ci成员
1 天前 合入了pull request,合并节点 SHA:3349002d5ca8f47f1beed477ee863fd006199970
openharmony_ciopenharmony_ci成员
1 天前 删除了label:waiting_for_review
openharmony_ciopenharmony_ci成员
1 天前 添加了label:merged