Star26
286
代码介绍
代码
Issues191
Pull Requests101
流水线
Actions
讨论
Wiki
项目成员50
分析
项目设置
Star26
286
  1. arkcompiler_ets_runtime
  2. /
  3. test
  4. /
  5. aottest
  6. /
  7. builtin_inlining
  8. /
  9. Array
  10. /
  11. Push
GguobingbingRefactor spell error
ac9d1d8f创建于 26 天前历史提交
文件最后提交记录最后更新时间
BUILD.gn
Optimize LoadObjByValue of String and ArrayPush 1. Optimize the resizing algorithm of ArrayPush 2. Remove some redundant checks in ArrayPush 3. Inline ArrayPush for the case when the parameter equals one and elementsKind is disabled. 4. When elementsKind is disabled, we use a FastSet to avoid the overhead of maintaining ElementsKinds information. 5. Inline the LoadObjByValue of String 6. Inline ConvertCharToString. Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAZI4T Change-Id: I145dd0b656aa0a49705bd70e980813aa6a6549f0 Signed-off-by: Yong Zhou <zhouyong44@huawei.com>1 年前
builtinArrayPush.ts
Refactor spell error Issue: https://gitcode.com/openharmony/arkcompiler_ets_runtime/issues/13002 Signed-off-by: guobingbing <guobingbing3@huawei.com> Co-Authored-By: Agent Change-Id: I70e38c329883bc835533ac30cee608c2c65b295f26 天前