Commit Graph

10 Commits

Author SHA1 Message Date
DaiHN
835ed2bb26 deregister module through dynamic import
issue: #I77Q59

Signed-off-by: DaiHN <daihuina1@huawei.com>
Change-Id: I83f5825c2003923a3ad1b5dcc011c350ff470df4
2023-07-09 21:31:21 +08:00
zhangyukun
faa420ac7c Fix rewriting an file failed after code sign
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7ADJU?from=project-issue
Signed-off-by: zhangyukun <zhangyukun8@huawei.com>

Change-Id: I841755cb96d17e6e9116cbec40721e1b5913bc18
2023-06-02 16:16:00 +08:00
wuzhangda
c05de1f0a0 ELF format standardized AOT file
Signed-off-by: wuzhangda <wuzhangda@huawei.com>
Change-Id: Ibfb512c6b86ac1ab103339c6e1043b56e9c6b612
2023-04-14 16:00:23 +08:00
yingguofeng@huawei.com
47134bfb20 feat(PGO): Add profdump tool
1、profiler translate from binary to text
    2、profiler translate from text to binary
    3、PGO profiler code refactoring

link #I6E38H

Change-Id: Id6988af126d32937ecc8aaa4c617a638ac4795b4
Signed-off-by: yingguofeng@huawei.com <yingguofeng@huawei.com>
2023-02-27 14:02:31 +08:00
openharmony_ci
d6fdd1d3ea
!3442 Optimize global handle leak cheking tools
Merge pull request !3442 from yingguofeng/master
2023-01-29 02:28:51 +00:00
yingguofeng@huawei.com
a058d1d90d feat(dfx): optimize global handle check tools
link #I6B3YL

Change-Id: I5c324f7b2c75ebc894ade3f3863892b8bbcf1f73
Signed-off-by: yingguofeng@huawei.com <yingguofeng@huawei.com>
2023-01-28 14:12:17 +08:00
DaiHN
1d676b9df7 Throw JS error when find abc failed
--------
1. Remove redundant function interface.
2. Throw JS error when find abc failed
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I67R5D?from=project-issue

Signed-off-by: DaiHN <daihuina1@huawei.com>
Change-Id: I7b8cdc521d660d6651cf9b08863154756bbd0973
2023-01-17 21:01:22 +08:00
zhangyukun8
e075aa5a6b Fix some problems of AOT
1. Use FastToBoolean in AOT slowpath
2. remove some useless code
3. fix delimiter on windows

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I68545?from=project-issue
Signed-off-by: zhangyukun8 <zhangyukun8@huawei.com>
Change-Id: If0700d76355b24648feb98e02622492c005bd4b9
2022-12-30 14:22:06 +08:00
zhangyukun8
7ae5726de8 support ark_aot_compiler of windows version
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I65HID?from=project-issue

Signed-off-by: zhangyukun8 <zhangyukun8@huawei.com>
Change-Id: I6c7627fd11c33ba3c8f683acae1b75558f2b146d
2022-12-23 11:12:05 +08:00
yingguofeng@huawei.com
5e35bba222 refactor(platform): Add basic platform for adapting crossing os
Include interface of file、map、time、os.

link #I60UJM

Change-Id: I27e05f203a1c21799e055c33a25a0f82b68ab092
Signed-off-by: yingguofeng@huawei.com <yingguofeng@huawei.com>
2022-11-28 15:07:41 +08:00