Mikhail Ivanov
93ef8a285c
Inline TypedArray.entries/key/values builtins
...
Signed-off-by: Mikhail Ivanov <ivanov.mikhail2@huawei.com>
Change-Id: I8b1ffa6a93a9d7f11a1393189c196f7d34cbcc37
2024-04-20 12:32:35 +08:00
luobinghao
c2a8fe67e6
[feature]:dataview.prototype.get arraybuffer.isview aot nativeinline
...
[issue]:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9CQIH
Signed-off-by: luobinghao <luobinghao@huawei.com>
Change-Id: I14b564d828a926198ad558874c90a043a5ea7f24
2024-04-02 12:37:44 +08:00
zhangyukun8
8b591b3c37
Fix failing to schedule phi when deopt_check is one of the input of phi
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9ARVV?from=project-issue
Signed-off-by: zhangyukun8 <zhangyukun8@huawei.com>
Change-Id: Idf5b33f897d2df704eeadda0ae01bec0503691f4
2024-03-25 08:57:50 +08:00
Gymee
7b168672ca
Merge remote-tracking branch 'origin/master' into HEAD
...
Change-Id: I2ecfa1d16d09da3b7d5699b72e7c8cfb848211fa
2024-03-19 21:42:26 +08:00
zhangyukun8
bf154699e8
Code comment Enhancement
...
1. Add code commment for Branch
2. Complete code comment for Call
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I98RSO?from=project-issue
Signed-off-by: zhangyukun8 <zhangyukun8@huawei.com>
Change-Id: I7bd9e8914ed792eac9455db562fd61357e1b2562
2024-03-18 10:01:01 +08:00
wengchangcheng
8147dc144d
fix constpool error
...
Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: I204a1cf3fd6d89ac136afb1706686089ea220dc6
2024-03-17 10:56:30 +08:00
wengchangcheng
ba50d26cc4
Merge remote-tracking branch 'openharmony/dev_shareheap' into dev_shareheap
...
Change-Id: I4656f2e655b992959bd4b34aa92d7d1cf37b5072
2024-03-16 11:59:13 +08:00
lijiamin2019
1c3e717e6b
Bugfix of AOT adapting to constpool
...
Signed-off-by: lijiamin2019 <lijiamin24@huawei.com>
Change-Id: I717bc8ccd4a2bdf68ca852f12a9d01841c05cc70
2024-03-15 22:57:00 +08:00
wengchangcheng
589307ca33
fix error
...
Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: I6aaa0f3338a761d5f25acb9b48a8513f860c0466
2024-03-15 11:22:33 +08:00
wengchangcheng
936ad5c28c
Merge remote-tracking branch 'openharmony/dev_shareheap' into dev_shareheap
...
Change-Id: Ie2cd241f6ccbedebdc2580f15c03de94e2fe80da
2024-03-15 10:48:40 +08:00
wengchangcheng
85c131274b
Merge remote-tracking branch 'openharmony/master' into dev_shareheap
...
Change-Id: I279823311968eb6174bb20be0b98245ca6a259c5
2024-03-13 22:10:40 +08:00
lijiamin2019
2858966aa2
AOT adapt to share constpool
...
Signed-off-by: lijiamin2019 <lijiamin24@huawei.com>
Change-Id: I7a27539370c96c7539e7e2ee99551917100fa1c8
2024-03-12 14:21:13 +08:00
wengchangcheng
c1e94f2c5b
Merge remote-tracking branch 'openharmony/master' into dev_shareheap
...
Change-Id: I453d3948421d4327a8d54b5689b1ec21f97f5dce
2024-03-11 22:42:20 +08:00
zhangyukun8
aa399ffad4
Schedule sequentially from START_ALLOCATE TO FINISH_ALLOCATE
...
1. remove side-effect of STORE and HEAP_ALLOC
2. Schedule sequentially from FINISH_ALLOCATE
3. use write barrier flag to lower STORE
4. lower STORE and HEAP_ALLOC after schedule
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I952IC?from=project-issue
Signed-off-by: zhangyukun8 <zhangyukun8@huawei.com>
Change-Id: Id7589e6686b0cb01724a3de62dede86935a4bc0c
2024-03-11 20:35:19 +08:00
openharmony_ci
6873b88579
!6365 Refactor GetConstpool
...
Merge pull request !6365 from 许杰/constpool
2024-03-08 02:21:19 +00:00
zhangyouyou
996b15e502
apply接口中JSTypeArray的length长度获取错误
...
Signed-off-by: zhangyouyou <zhangyouyou2@huawei.com>
2024-03-07 09:34:04 +08:00
ginxu
6c071437e2
Refactor GetConstpool
...
1. Change the way to get constpool from the current jsFunc to the current frameargs.
2. Having the same constpoolId before and after inline will no longer generate a new getconstpool opcode.
3. Deleted some useless code
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I95U7D
Signed-off-by: ginxu <xujie101@huawei.com>
Change-Id: I225cd89f736acaa4670eb3f216348c013d13a818
2024-03-06 16:21:43 +08:00
yaoyuan
fd07714a0e
CodeStyle Fix - ElementsKind
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I948R3
Signed-off-by: yaoyuan <yuanyao14@huawei.com>
Change-Id: I7365c4047fbc5819b216fed1ac1323dd1c11b4a3
2024-02-27 21:17:33 +08:00
lijiamin2019
82b1a38088
Move module from Method to JSFunction
...
Signed-off-by: lijiamin2019 <lijiamin24@huawei.com>
Change-Id: I8d9572c14310dba0a8496161d49c7ecfd14a74b3
2024-02-23 15:32:01 +08:00
openharmony_ci
da5e0adaf3
!6122 ElementsKind-Part3 Prepare for AOT and switchOn
...
Merge pull request !6122 from yaoyuan/elementsKindSwitchOffButPrepareAOT
2024-02-21 01:48:37 +00:00
ginxu
774315acb4
Bugfix For WSL Workload
...
1. Remove the judgment of fastaccessor and change it to automatically determine whether to execute loadgetter and loadsetter as needed.
2. Fix framestate error bug after inline accessor.
3. Close Array filter
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I90U7Y
Signed-off-by: ginxu <xujie101@huawei.com>
Change-Id: I4a8be088611c219725f13be5ce18db71b5f820bf
2024-02-20 21:48:09 +08:00
yaoyuan
84489b5cff
ElementsKind-Part3 Prepare for AOT and switchOn
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9129O
Signed-off-by: yaoyuan <yuanyao14@huawei.com>
Change-Id: I9c2022042748542fd909043143c31bb3112841b9
2024-02-19 19:18:11 +08:00
lijiamin2019
b48894eb5a
Move CodeEntry from Method to JSFunction
...
Signed-off-by: lijiamin2019 <lijiamin24@huawei.com>
Change-Id: Ie1c3e4054bc985218654d7ce21640bb086bc4a8d
2024-01-30 19:34:48 +08:00
linxiang8
f13747e131
move onheap bit to hclass
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8XS5M
Signed-off-by: linxiang8 <linxiang8@huawei.com>
Change-Id: I4add7f8ceaf4e09520a5f6ca38ba18450e32cc24
2024-01-21 18:11:57 +08:00
wu_zhang_da
fe2a661824
Sliced String Add Optimization
...
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8R6SC
Signed-off-by: wu_zhang_da <wuzhangda@huawei.com>
Change-Id: Id8ca981d6e7fa23954ba6d76e1fd5c5daa477747
2024-01-18 17:30:32 +08:00
ginxu
2d484e7ce9
Optimize DefineFunc For Aot
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8URB7
Signed-off-by: ginxu <xujie101@huawei.com>
Change-Id: I04a1ce12fdd3b7215b3b1c17ba7631db15ecb757
2024-01-15 12:22:51 +08:00
yaoyuan
54760cc265
ElementsKind - COWMutantTaggedArray
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8TBS8
Signed-off-by: yaoyuan <yuanyao14@huawei.com>
Change-Id: Ife2aeb21890d9a26cb3c4db60497c9ff1ab574cc
2024-01-03 18:54:50 +08:00
yaoyuan
61afc6feb7
ElementsKind-Part2
...
Enable Interpreter ElementsKind but with option as false
ISSUE: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8M1RU
Signed-off-by: yaoyuan <yuanyao14@huawei.com>
Change-Id: Ic2d0d4ecc1a0e08220aa2a2be4ad293ded725f07
2023-12-18 15:57:47 +08:00
liuzhijie
d2d17933f5
Optimize Function Binds
...
Issues: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8L1W3?from=project-issue
Signed-off-by: liuzhijie <jay.lau2020.work@outlook.com>
Change-Id: Icb4f95333f8c0f254c54362e1086983f43d0ee01
2023-12-05 11:03:46 +08:00
gwl
435c90f161
Merge branch 'master' of https://gitee.com/openharmony/arkcompiler_ets_runtime into arrayReverse
...
Change-Id: Ib526acac9c51c02e91aa7e4ae7b3d6e818af3a23
Signed-off-by: gwl <guowanlong@huawei.com>
2023-11-24 18:52:12 +08:00
openharmony_ci
6f3f50e8ef
!5236 [新需求]: AOT 支持 new Function 形式的LD/ST操作
...
Merge pull request !5236 from weng-xi/ld_st_function
2023-11-20 11:02:36 +00:00
weng-xi
40e3828c68
AOT supports ld/stobjbyname for function object
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8GEHD
Signed-off-by: weng-xi <wengxi1@huawei.com>
Change-Id: I81b970dd66b62700aaeed3b39806ce0a7d1d92d0
2023-11-20 13:43:12 +08:00
like
00927fc0c4
fix builtin object deopt fail
...
Change-Id: If1a39e12eb7b603bdf54af82b8dd402a941c44f9
Signed-off-by: Like <zhenglike@huawei.com>
2023-11-17 14:00:19 +08:00
like
0ce648c3bb
Support global builtins
...
Change-Id: I32d654446b87e0672ddcb09d63ba3f5286f00c73
Signed-off-by: like <zhenglike@huawei.com>
add flag
Change-Id: I2a05ec5ad43dd1d3819d5ec0da88fa5644f92be1
2023-11-16 22:28:52 +08:00
yingguofeng@huawei.com
d2ce6cc655
Feat(Aot/PGO/Runtime): Profile Transtion hclass type and aot
...
Issue: #I872U3
Change-Id: I148cdbc6ac95022cd8dc4a5ad19e526344bb82a3
Signed-off-by: yingguofeng@huawei.com <yingguofeng@huawei.com>
2023-11-06 22:15:31 +08:00
sunzhe23
7dce51adc3
Refactor bytecode graph builder
...
There will be following changes:
1. LoopHeader IR will have more than two input
2. Add DepenedRelay for DeoptCheck
3. Refactor dead region elimination for 'BytecodeCircuitBuilder'
4. Fix live range analysis bug for try catch
5. Refactor gate generating for 'phi' 'merge' 'loopexit' and genenator gates
6. Refactor frameState generating, all merge(LoopExit) and side-effect gate will have frameState
7. Refactor loopAnalysis for 'BytecodeCircuitBuilder'
8. Add GetLoopInfo for GraphLinearizer's 'GateRegion'
9. Fix a LoopAnalysis bug
10. Fix a TypeInfer bug for infer namespace object
11. Remove dead StateSplit in state split linearizer pass
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I88W5H
Signed-off-by: sunzhe23 <sunzhe23@huawei.com>
2023-11-06 09:19:36 +08:00
bdf1
d64b59df96
Fix: Macro name: DEFVAlUE -> DEFVALUE
...
Signed-off-by: bdf1 <baodongfang2@huawei.com>
2023-11-04 13:44:21 +10:00
zhangyukun8
7f97aeddd3
Fix failing to load str from constpool in aot slowpath
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8CIO0?from=project-issue
Signed-off-by: zhangyukun8 <zhangyukun8@huawei.com>
Change-Id: Ib029a3d27fb36228d57cc4c74976bc7c54aede7c
2023-10-31 20:49:43 +08:00
openharmony_ci
95e94e807a
!5021 Impl for-of and for-in HIR lowering
...
Merge pull request !5021 from zhangyukun8/master
2023-10-26 11:01:29 +00:00
zhangyukun8
cba971f0e7
Impl for-of and for-in HIR lowering
...
1.Inline getnextpropname HIR of for-in
2.profile iterator type of for-of
3.Inline getiterator and next(call) of for-of
4.Update detector when set prototype
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I89SMQ?from=project-issue
Signed-off-by: zhangyukun8 <zhangyukun8@huawei.com>
Change-Id: Ib18d8b9529c41ec435d5d2d97839d82c389267b6
2023-10-26 15:40:03 +08:00
h30044958
68c81482e4
Revert " !4973 Bugfix for GetObjectLiteralFromCache"
...
Revert "!4938:Optimize CreateObjectWithBuffer Optimize CreateObjectWithBuffer"
This reverts commit d4e0793c920189a22b82ce97a460e94da081b98d, reversing
changes made to 700252589a0e529c22e906cc52b7b648166c706d.
Signed-off-by: h30044958 <herongpeng@huawei.com>
Change-Id: I86309d7d1941193daeeeb716dd1ca07a98b8bc16
2023-10-24 20:08:56 +08:00
K0u1hw
3f67e23bb6
Bugfix for GetObjectLiteralFromCache
...
Issues: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I87JDX
Signed-off-by: K0u1hw <wangchunyang15@huawei.com>
Change-Id: I751881fdddb4d1d49699ecd29c2a6a6dbe0c39a3
2023-10-12 15:17:36 +08:00
K0u1hw
2ac74c5acc
Optimize CreateObjectWithBuffer
...
Issues: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I84U4E
Signed-off-by: K0u1hw <wangchunyang15@huawei.com>
Change-Id: I7dfe3084fd5a96cc19961de3aaa28c73fc24f9da
2023-10-11 10:29:38 +08:00
liuzhijie
7a2b1d25c8
Circuit Builder 分层
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I81UR6?from=project-issue
Signed-off-by: liuzhijie <jay.lau2020.work@outlook.com>
Change-Id: Ic84980aaa0fbd04d9249a78ed4ff5ef09d31d359
2023-10-07 09:04:15 +08:00
openharmony_ci
2ab282451e
!4847 Add string concat ir and optimize string split
...
Merge pull request !4847 from wpy111/master
2023-09-26 05:06:53 +00:00
wupengyong
67e28c31e5
Reason:Add string concat ir
...
Description:Add string concat ir
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I82V3R?from=project-issue
Signed-off-by: wupengyong <wupengyong@huawei.com>
Change-Id: I928e6cf85b0b1ac2888aed53d9e0ee493f770531
2023-09-26 09:24:35 +08:00
Onlynagesha
a59d87cd56
No-GC runtime stubs to dump JSTaggedValue with custom hint string
...
Adds the following No-GC runtime stubs for AOT debugging:
Dump, DebugDump, DumpWithHint, DebugDumpWithHint
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I83K8W
Signed-off-by: Onlynagesha <orina_zju@163.com>
Change-Id: I51af8a56922581369cc70abd010339800d01598e
2023-09-22 16:56:23 +08:00
openharmony_ci
cea62dfb64
!4186 Move module from Function to Method
...
Merge pull request !4186 from lijiamin/hotreload
2023-09-21 03:02:33 +00:00
lijiamin2019
78a1abc663
Move module from Function to Method
...
Signed-off-by: lijiamin2019 <lijiamin24@huawei.com>
Change-Id: I440bb8dad9b46dd6582750a3665bcc0c586fd1e0
2023-09-20 16:49:17 +08:00
openharmony_ci
34cc90a33b
!4825 Add UT for TypedArray and LoopOptimization
...
Merge pull request !4825 from ChunyangWang/UT_for_Int32Array
2023-09-20 07:19:57 +00:00