Commit Graph

6 Commits

Author SHA1 Message Date
15651885392
2f275c1187 [ets_runtime] Workload performance optimization for stringAdd
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAE0PQ
Reason:workload stringAdd Performance degradation fixed
Description: 1. the const string add will not run into TypedHCRLowering::LowerStringAdd anymore.
             2. add some test cases by ArkTools

Signed-off-by: 15651885392 <xingshunxiang@huawei.com>
Change-Id: Iaed9c1328d315150100d06bdf0cb237041ef2732
2024-07-24 18:51:11 +08:00
liuzhijie
e7e86c344d AOT StringAdd support "string add number"
Issues: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I936HP
Signed-off-by: liuzhijie <liuzhijie9@huawei.com>

Change-Id: I0f73a578af18eee93dd2439a970f245fc73c70e4
2024-03-01 14:24:30 +08:00
wengchangcheng
120236490e Modify Error Handle Progress of ark_js_vm
1. Return -1 when has uncaught error
2. handle exception in jsnapi interface
3. test faile when throw uncaught exception

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I91S03

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: I4813165c6aa84129940e77b95e08bd9330e07029
2024-02-18 15:12:25 +08:00
wu_zhang_da
8dcb407bd2 Json Stringify Segmentfault Bugfix
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I8YMXH

Signed-off-by: wu_zhang_da <wuzhangda@huawei.com>
Change-Id: I03cbcf084f8603fc8631e311703c63529ef7c97f
2024-01-29 20:29:40 +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
bdf1
769a6d7223 Chore: Add cases for string add
Signed-off-by: bdf1 <baodongfang2@huawei.com>
2023-11-10 12:41:00 +10:00