Star26
286
代码介绍
代码
Issues187
Pull Requests97
流水线
Actions
讨论
Wiki
项目成员50
分析
项目设置
Star26
286
  1. arkcompiler_ets_runtime
  2. /
  3. test
  4. /
  5. aottest
  6. /
  7. builtin_inlining
  8. /
  9. math
  10. /
  11. Atan2
zhangyukun8zhangyukun8Call deopt spread bugfix
1dd717aa创建于 2024年5月25日历史提交
文件最后提交记录最后更新时间
BUILD.gn
Support trace logs for inlined builtins Description: * Support trace-inline option for native inline lowering * Refactor builtin UT template * Add log tracing in UT 1 Signed-off-by: Chernykh Sergey <chernykh.sergey1@huawei.com>2 年前
builtinMathAtan2.ts
Call deopt spread bugfix 1. use aot_to_asm_interp bridge to replace codeentry when deopt 2. add IsHotnessFunc filter for callthis 3. constpool in aotfilemanager gc bugix Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9R2T7?from=project-issue Signed-off-by: zhangyukun8 <zhangyukun8@huawei.com> Change-Id: I71d9010b108dd541253757c774077cc16455a11e2 年前