Sidorov Aleksei
d348db11c4
Inline Map.prototype.size in compiler IR
...
Signed-off-by: Sidorov Aleksei <aleksei.sidorov@huawei.com>
Change-Id: Ibb21aada0c0f9d78d08b2517d0c609f85e0e918e
2024-04-20 12:31:42 +08:00
linxiang8
58abf70f8e
rebase pgo_type to master
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9EE0H
Signed-off-by: linxiang8 <linxiang8@huawei.com>
Change-Id: Iaaf1b480e4a6dbfaebafb5153fd9f3c3e1eefbd0
2024-04-08 18:59:44 +08:00
dingding
35c6df4867
PGO TypedArray On Heap
...
1. Profile TypedArray’s information about the on heap and guide AOT optimization.
2. Retire the option: compiler-opt-array-onheap-check.
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8CZY0
Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: I3623adc5314eaddb6469245c75aecff6d6e44552
2023-11-29 15:12:05 +08:00
void_f
d47c22bad9
Constant Folding
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I81OZC
Signed-off-by: void_f <void_f@foxmail.com>
Change-Id: I764d0f5460780a8ed43531d6e8e0c33509bf8d83
2023-10-25 14:23:49 +08:00
yycc
3c909b542f
Bugfix: allocate timeout
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I81OZW
Description: solve allocate timeout problem, fix two bugs
Signed-off-by: yycc <yuyicen1@huawei.com>
Change-Id: I06f381e217780f2f79dd08597fbf39bd76eecde3
2023-09-15 18:15:25 +08:00
liuzhijie
c16d4ccfff
GateMetaData 分层
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I81HSR?from=project-issue
Signed-off-by: liuzhijie <jay.lau2020.work@outlook.com>
Change-Id: Iaa029625d8c1bf38832912ec95629a31afd34abc
2023-09-15 16:26:40 +08:00
linxiang8
149085352f
revert multi pass visitor
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I800QZ
Signed-off-by: linxiang8 <linxiang8@huawei.com>
Change-Id: I069d51b733bbfa07902b3018584113f350894e1a
2023-09-10 00:10:29 +08:00
openharmony_ci
9b5859975d
!4664 Revert " !4583 Revert ' !4561 Range Analysis of MUL and MOD' "
...
Merge pull request !4664 from void_f/master
2023-09-08 08:55:00 +00:00
weng-xi
a2ee4ae560
AOT LdObjByValue Supports String Type
...
Add string type handling to ldobjbyvalue in the aot fast path
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7X361
Signed-off-by: weng-xi <wengxi1@huawei.com>
Change-Id: I9b1f4f2bef0260dd65853a5e89ae9b7030c57120
2023-09-01 09:24:31 +08:00
linxiang8
c449547c67
Add Option for AOT TypedArray OnHeap Check
...
1.If the option is off, handle TypedArray both is on heap and is not on on heap.
2.If the option is on, deoptimize when TypedArray is not on heap.
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7W35I
Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: Ie0d64577c22d9dcbb4bb426370177c1fc085a866
2023-08-28 15:08:59 +08:00
yycc
7b0f5069c5
implement combined pass visitor and apply it on some passes
...
issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7UY3E
description: Implement combined pass visitor to run many passes at the
same time.
Signed-off-by: yycc <yuyicen1@huawei.com>
Change-Id: I9a3fe4e6f8f6635f8d93d3a1ae1236d162f84519
2023-08-28 10:08:18 +08:00
void_f
7ad667b3b2
Revert " !4583 Revert ' !4561 Range Analysis of MUL and MOD' "
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7VD60
Signed-off-by: void_f <void_f@foxmail.com>
Change-Id: I195999a87f1ed375eac623d369b3ad50ecec4255
2023-08-23 15:35:28 +08:00
hwx1163501
b59da810e0
Modifying Code Alarms
...
Signed-off-by: hwx1163501 <hanjing35@huawei.com>
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7S5SX
2023-08-10 17:35:58 +08:00
void_f
113743a579
Revert " !4561 Range Analysis of MUL and MOD"
...
Issus: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7QF6F
Signed-off-by: void_f <void_f@foxmail.com>
Change-Id: I4dff326372846b65b7b99a80fb6f47aaa4519afd
2023-08-04 17:31:17 +08:00
void_f
7d67907fb5
Range Analysis of MUL and MOD
...
Issus: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7PNGT
Signed-off-by: void_f <void_f@foxmail.com>
Change-Id: I47e45654c1f9e2cd409ebd95810e99e75749a385
2023-08-03 10:32:03 +08:00
liuzhijie
7a7758d1a0
AOT Optimization - RangeGuard Pass Part-4
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7P758
Signed-off-by: liuzhijie <jay.lau2020.work@outlook.com>
Change-Id: If3b245223e3d5a9525e057e673da821fa331de1f
2023-07-31 11:41:00 +08:00
yuanyao
d0fd1a088f
AOT Optimization - Add RangeGuard Pass Part-1
...
Issue: I7M53L
Signed-off-by: yuanyao <yuanyao14@huawei.com>
Change-Id: I833de4e73d2aaf2f6036cbb14a72a864b3ba6f67
2023-07-20 09:41:28 +08:00
yuanyao
ea1d1e318a
AOT Optimization: Add RangeInfo for Index Check and LdTypedArrayLength
...
Issue:I7KEK4
Signed-off-by: yuanyao <yuanyao14@huawei.com>
Change-Id: I74eb1c1305efd5fc9e96c10168bac82a1d9b5cd9
2023-07-12 09:11:53 +08:00
xwx1135370
8922277ede
* 修改代码告警和新增fuzz用例
...
* issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I776L4
Signed-off-by: xwx1135370 <xuyao44@huawei.com>
2023-05-22 19:27:06 +08:00
sunzhe23
2505d71290
Optimize UpdateHotness
...
remove unused UpdateHotness, add TypeConvert/Constant convert
Issue: https://e.gitee.com/open_harmony/dashboard?issue=I703O9
Signed-off-by: sunzhe23 <sunzhe23@huawei.com>
2023-05-08 17:56:47 +08:00
K0u1hw
38cf537f3e
Description: Add Range Analysis Pass
...
Issues: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6WSXJ
Signed-off-by: K0u1hw <wangchunyang15@huawei.com>
Change-Id: I32c205c659f0cffba34b845701614b1e9ec44b99
2023-04-24 10:52:18 +08:00