Commit Graph

11668 Commits

Author SHA1 Message Date
openharmony_ci
4c67490d79
!7688 new jit white list
Merge pull request !7688 from l00799772/jit_new_white_list
2024-06-06 14:37:03 +00:00
openharmony_ci
912486acec
!7707 bugfix of ~LocalScope
Merge pull request !7707 from huangzhenghua/master20240606
2024-06-06 12:29:59 +00:00
openharmony_ci
c229d7ab0e
!7651 优化代码性能
Merge pull request !7651 from 马昌友/master
2024-06-06 11:51:44 +00:00
openharmony_ci
25519f4b03
!7655 repair SA PrepareArgs exeception handle to pass SAFuzz test
Merge pull request !7655 from ChenYC009/sa_fuzz_dev
2024-06-06 11:44:57 +00:00
openharmony_ci
0624eb0289
!7697 Fix the high memory usage of an file
Merge pull request !7697 from yinchuang/remove_preread
2024-06-06 11:01:37 +00:00
openharmony_ci
aa87f76c15
!7535 Bug fix for hiperf/cpuprofiler
Merge pull request !7535 from 邵益江/cpu
2024-06-06 09:37:18 +00:00
huangzhenghua
5d0d23f24c bugfix of ~LocalScope
issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9VRJK
Signed-off-by: huangzhenghua <huangzhenghua3@huawei.com>
Change-Id: I46c84893da4bedff88d03fdde01db5412df36905
2024-06-06 17:30:21 +08:00
openharmony_ci
e13d3db6d0
!7700 fix compile warning
Merge pull request !7700 from hanweiqi/fix_compile_warning
2024-06-06 09:23:09 +00:00
shaoyijiang
cdfc94dc60 Bugfix for hiperf/cpuprofiler
1.Create a stack with vallco and sigaltstack for use by the cpuprofiler
2.Repair the sp modification for hiperf

Signed-off-by: shaoyijiang <shaoyijiang@huawei.com>
Change-Id: I68b0eba879fc4826c0fce407dda8001f1b1e8229
2024-06-06 16:25:36 +08:00
openharmony_ci
72544f21ed
!7690 Fix Rebase Code Error
Merge pull request !7690 from 许杰/rebase
2024-06-06 08:24:22 +00:00
openharmony_ci
630f21e805
!7687 Bugfix for backtrace
Merge pull request !7687 from 邵益江/backtrace
2024-06-06 07:20:04 +00:00
openharmony_ci
a5b8e6bd57
!7684 fix general warning
Merge pull request !7684 from hanweiqi/fix_general_warning
2024-06-06 06:21:23 +00:00
hanweiqi
c9c56af187 fix compile warning
Signed-off-by: hanweiqi <hanweiqi3@huawei.com>
2024-06-06 14:15:28 +08:00
openharmony_ci
e50594626b
!7692 静态告警fix
Merge pull request !7692 from liuzongze/master
2024-06-06 05:41:04 +00:00
openharmony_ci
2284a2dada
!7531 Opt string.localeCompare
Merge pull request !7531 from XinweiCai/master
2024-06-06 05:24:26 +00:00
shaoyijiang
8defcaf0d7 bugfix for backtrace
1.Change dlopen libunwind.so to the libunwinder component
2.Call UnwBackTrace -> fp_unwinder
3.when fp_unwinder failed, call fp_unwinderSafe

Signed-off-by: shaoyijiang <shaoyijiang@huawei.com>
Change-Id: I1b98637c17e376aec095db5ad95b8519e62c1d13
2024-06-06 11:58:37 +08:00
openharmony_ci
df0fd7cf42
!7669 【ark】optimize jsiFastNativeScope
Merge pull request !7669 from huangzhenghua/master20240603
2024-06-06 03:48:20 +00:00
yinchuang
b46d01f3ad Fix the high memory usage of an file
Remove call PagePreRead when loading an file

Isse:I9VMLD

Signed-off-by: yinchuang <yinchuang@huawei.com>
2024-06-06 11:44:10 +08:00
liuzongze
4f4c695ad0 静态告警fix
Signed-off-by: liuzongze <liuzongze@huawei.com>
Change-Id: I308b0c6ef8cd948afcf4841279a9d07ab6ae9fef
2024-06-06 11:23:53 +08:00
openharmony_ci
f4128c8392
!7513 Fix bugs about lowering MonocularDouble in NumberSpeculativeLowering pass
Merge pull request !7513 from cly/bugfix_dev
2024-06-06 03:21:06 +00:00
openharmony_ci
c5868251ef
!7659 优化SharedGC::Remark
Merge pull request !7659 from chentianyu/master
2024-06-06 02:53:28 +00:00
openharmony_ci
3a71609c60
!7685 Revert "Reason:opt proxy get set"
Merge pull request !7685 from DaiHN/revert
2024-06-06 02:51:15 +00:00
ginxu
7dfa894905 Fix Rebase Code Error
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9VKLY
Signed-off-by: ginxu <xujie101@huawei.com>
Change-Id: If682ee07122f061ca55bd167108659b713b12a83
2024-06-06 10:14:38 +08:00
openharmony_ci
b9f0991728
!7518 fix arm64 argv offset
Merge pull request !7518 from 刘智杰/bug_fix
2024-06-06 01:55:51 +00:00
xwcai98
172d8828bc Opt string.localeCompare
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9S5VE

Signed-off-by: xwcai98 <xwcai98@gmail.com>
Change-Id: Idc1aa1068e7918d3c218630aee1bfb333e8219a9
2024-06-06 09:52:10 +08:00
hanweiqi
4bd3a62b02 fix general warning
Signed-off-by: hanweiqi <hanweiqi3@huawei.com>
2024-06-06 09:12:05 +08:00
huangzhenghua
ec6054af6c optimize jsiFastNativeScope
issue: https://gitee.com/openharmony/arkui_napi/issues/I9IZV6
Signed-off-by: huangzhenghua <huangzhenghua3@huawei.com>
Change-Id: I3ece999783e64555af73bd5be75f2c47cec740f9
2024-06-05 23:29:28 +08:00
l00799772
6c9e7c5fb9 modify jit white list
Signed-off-by: l00799772 <liyufeng29@huawei.com>
2024-06-05 21:40:00 +08:00
DaiHN
52c6b3e7f8 Revert "Reason:opt proxy get set"
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9VEVN?from=project-issue

Signed-off-by: DaiHN <daihuina1@huawei.com>
Change-Id: I8b0737aab3007e19a4333635dc3fd6c365a94c03
2024-06-05 21:02:36 +08:00
openharmony_ci
4e6edab8d8
!7668 fixbug in jit frame
Merge pull request !7668 from wangyue/openJitFrame
2024-06-05 12:29:53 +00:00
openharmony_ci
57044e9199
!7489 AOT跨平台适配
Merge pull request !7489 from liujia178/AOT-CrossPlatform-Adaption
2024-06-05 10:06:36 +00:00
openharmony_ci
f02e361b3c
!7674 [Bug]: 回栈时有时会崩溃在CrashCallback中
Merge pull request !7674 from 李晨帅/DFX
2024-06-05 09:55:26 +00:00
vb6174
833582215e Optimized the code performance of the arkcompiler library
https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9UHWT

Signed-off-by: vb6174 <zhangyunhu@huawei.com>
2024-06-05 17:45:36 +08:00
chentianyu
6e01d884ae Optimize iterate local-to-share in SharedGC::Remark
Signed-off-by: chentianyu <chentianyu31@huawei.com>
Change-Id: I153e6f4161b794bbf7e649e5241bd1c41bafe963
2024-06-05 15:11:55 +08:00
openharmony_ci
7b8fbc7cd1
!7663 opt callruntime IsElementsKindSwitchOn
Merge pull request !7663 from wpy111/master
2024-06-05 06:53:41 +00:00
openharmony_ci
a3703671fc
!7673 shared function dont support bind
Merge pull request !7673 from weng-changcheng/forbit_bind
2024-06-05 06:39:12 +00:00
openharmony_ci
af714b491d
!7661 gn process change
Merge pull request !7661 from fangting/master
2024-06-05 04:12:34 +00:00
openharmony_ci
755d2b8045
!7594 Add fastElementkind ut case & Fix FillFractionals
Merge pull request !7594 from maojunwei/fastelementkind
2024-06-05 03:16:36 +00:00
wengchangcheng
702f2378ac shared function dont support bind
https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9V2LF

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: I38ac3d789ecd4ad9baa2e0a661f56f52564fa67d
2024-06-05 11:00:35 +08:00
wupengyong
eec73be2f7 Reason:opt callruntime IsElementsKindSwitchOn
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9UV05?from=project-issue

Signed-off-by: wupengyong <wupengyong@huawei.com>
Change-Id: I34ee3ac1867cfe567c7e573787afb75afc15b1a5
2024-06-05 10:43:27 +08:00
openharmony_ci
b4d624d93b
!7671 Bugfix JSON.stringify when value type is JSNativePointer
Merge pull request !7671 from chenjingxiang/stringify_native_pointer_br
2024-06-05 02:09:38 +00:00
lichenshuai
2c45aef563 [Bug]: 回栈时有时会崩溃在CrashCallback中
去除CrashCallback

Issue: #I9V2P0

Signed-off-by: lichenshuai <lichenshuai@huawei.com>
Change-Id: Icd6d1f1a084916033a944385f61666bc510b3845
2024-06-05 09:59:15 +08:00
wangyue
9ed8c1eee3 fixbug in jit frame
Signed-off-by: wangyue <guowanlong@huawei.com>
Change-Id: I381e5b77d29750060c53ff6beb27b06f3e6c47b2
2024-06-05 05:50:00 +04:00
liujia178
4c6952930e AOT CrossPlatform Adaptation
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9RERS

Signed-off-by: liujia178 <liujia178@huawei.com>
2024-06-05 09:42:55 +08:00
openharmony_ci
7364f933d8
!7500 An exception was generated when throwing an exception. Procedure
Merge pull request !7500 from 贺存茂/ExceptionGenerationWhereThrow
2024-06-05 01:26:58 +00:00
chenjx-huawei
d4615f36b7 Bugfix JSON.stringify when value type is JSNativePointer
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9V17F?from=project-issue

Signed-off-by: chenjx-huawei <chenjingxiang1@huawei.com>
Change-Id: I5b6ee80f2ed5dc34195f1e90e8899b4cec3c7f6f
2024-06-05 00:15:49 +08:00
openharmony_ci
4881d1f387
!7244 adjust qos priority for partial gc
Merge pull request !7244 from xiongluo/adjust_qos_evacuation
2024-06-04 15:36:42 +00:00
xiongluo
f88552ff52 adjust qos priority for partial gc
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9V0YF

Signed-off-by: xiongluo <xiongluo@huawei.com>
Change-Id: I4285021ebc9ff8b38dfb8d5c07cd83fa2dc0e416
2024-06-04 22:02:13 +08:00
openharmony_ci
489a37dc7c
!7657 Cpuprofile Enhancement: Add RunningState::DAOT
Merge pull request !7657 from yaoyuan/cpuProfile
2024-06-04 13:42:48 +00:00
ChenYC009
798915b0be repair SA PrepareArgs exeception handle to pass SAFuzz test
Signed-off-by: ChenYC009 <chenyongchun5@huawei.com>
Change-Id: I47e6e92bd5dff1bdd0e997ceecb218ffe741e3fe
2024-06-04 21:23:26 +08:00