yanpeng
aaae2aa46e
workload运行,支持daily看护性能结果
...
Signed-off-by: yanpeng <yanpeng51@huawei.com>
Change-Id: I6f8489374c95d29769b80e7b5277aadb9e7e1483
2023-10-30 14:18:36 +08:00
openharmony_ci
0c92778215
!4978 Fix breakpoints problem while Multiple modules. abc
...
Merge pull request !4978 from 杨阳/fix_breakpoint111
2023-10-20 03:47:31 +00:00
openharmony_ci
759f722c07
!4650 Execute patch func_main_0 for HotReload
...
Merge pull request !4650 from lijiamin/moduleH
2023-10-19 13:16:16 +00:00
lijiamin2019
7a38717731
Execute patch func_main_0 for HotReload
...
Signed-off-by: lijiamin2019 <lijiamin24@huawei.com>
Change-Id: I12e11097ab46f811841486db18baac60d2a0e355
2023-10-19 20:35:48 +08:00
openharmony_ci
5ec8bde67f
!4969 Opt dataview.SetViewValue
...
Merge pull request !4969 from xiaoweidong/dataview
2023-10-19 07:31:25 +00:00
xiaoweidong
758357e0af
Opt dataview.setviewvalue
...
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I87B09
Signed-off-by: xiaoweidong <xiaoweidong@huawei.com>
Change-Id: Id877256649627c747a682addcf4453e09d60b7da
2023-10-19 14:20:46 +08:00
openharmony_ci
c41225d594
!5000 Bugfix on Array.filter&Array.forEach&instanceof callback is not callable
...
Merge pull request !5000 from chenjingxiang/callable_br_1
2023-10-19 04:33:04 +00:00
openharmony_ci
1d2bfc668e
!5001 Bug Fix in JsonStringifier::SerializeKeys ,where Modified jshclass but did not convert to dictionary mode
...
Merge pull request !5001 from 贺存茂/hcm1018
2023-10-19 02:10:58 +00:00
hecunmao
b80d723b7d
Bug Fix in JsonStringifier::SerializeKeys , Modified jshclass but did not convert to dictionary mode
...
Get all keys to arrKeys,Iterate over the arrKeys, taking advantage of the key values in the arrKeys, and update the jshclass after executing the get function。
issue : https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I894O5
Signed-off-by: hecunmao <hecunmao@huawei.com>
Change-Id: Ib2d84f9485fc3cab17afdd438fe86f944f51b2c9
2023-10-18 22:06:01 +08:00
chenjx-huawei
a70152fdf7
Bugfix on Array.filter&Array.forEach&instanceof callback is not callable
...
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I893QR
Signed-off-by: chenjx-huawei <chenjingxiang1@huawei.com>
Change-Id: I90ac1f3616e90cefd2cceae180184d8fabb3a60a
2023-10-18 17:06:09 +08:00
openharmony_ci
9b5358977e
!4991 bugfix of hap crash by parsing Constantstring in wedgets.abc
...
Merge pull request !4991 from DaiHN/fix_wed
2023-10-18 08:43:38 +00:00
openharmony_ci
00f08f521d
!4996 Bugfix on BuiltinsRegExp::FlagsBitsToString which flagsStr is OOB
...
Merge pull request !4996 from chenjingxiang/regexp_flags_br
2023-10-18 03:31:08 +00:00
openharmony_ci
9dfa9542ab
!4995 Bugfix on StubBuilder::FastIntDiv when left is INT_MIN and right is -1
...
Merge pull request !4995 from chenjingxiang/fpe_br1
2023-10-18 03:14:07 +00:00
chenjx-huawei
37498b574e
Bugfix on StubBuilder::FastIntDiv when left is INT_MIN and right is -1
...
Issue: https://gitee.com/open_harmony/dashboard?issue_id=I88UI4
Signed-off-by: chenjx-huawei <chenjingxiang1@huawei.com>
Change-Id: I85fba9f73d5775b7902d382c7c671204b63c3f0f
2023-10-18 10:14:15 +08:00
chenjx-huawei
eb61cff682
Bugfix on BuiltinsRegExp::FlagsBitsToString which flagsStr is OOB
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I88UUY?from=project-issue
Signed-off-by: chenjx-huawei <chenjingxiang1@huawei.com>
Change-Id: I6b41de6509e1c001cbd867a2108492817a9a0c4a
2023-10-17 20:59:15 +08:00
openharmony_ci
ba4578297b
!4952 Modify get hash use RandomGenerator instead of address
...
Merge pull request !4952 from guobingbing3/master
2023-10-17 07:24:35 +00:00
DaiHN
f7c68ad354
fix hap crash issue by parsing Constantstring in wedgets.abc
...
issue : https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I88QRY?from=project-issue
Signed-off-by: DaiHN <daihuina1@huawei.com>
Change-Id: Ic552c1bf39579d8d9430c2bd077bc0a7b3df70c2
2023-10-17 15:02:07 +08:00
openharmony_ci
504728b30a
!4941 Optimize MatchResult
...
Merge pull request !4941 from yaochaonan/result
2023-10-17 06:30:25 +00:00
yang-19970325
44602d28f8
Signed-off-by: yang-19970325 <yangyang585@huawei.com>
...
Change-Id: Iab6a3f2865453282ef63daf7f3879ab4271c9885
Change-Id: Ie64362dee9bd73d1a4000e3b101e0ab8a574ea17
2023-10-17 14:19:14 +08:00
g00416891
29ff0a1ea3
Modify get hash use RandomGenerator instead of address
...
Signed-off-by: g00416891 <guobingbing3@huawei.com>
Change-Id: I56f1690513b36ee182060fc7a91dd25e50251356
2023-10-17 14:15:08 +08:00
yaochaonan
41c10686df
Optimize MatchResult to reduce substring
...
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I84ZJQ?from=project-issue
Signed-off-by: yaochaonan <yaochaonan@huawei.com>
Change-Id: Ic304bc49d82436562c8f45ff8fbce6113a17762f
2023-10-17 10:09:59 +08:00
openharmony_ci
33f222201f
!4972 修复ASSERT(stackmapNum % 2 == 0);在debug情况下错误显示的问题
...
Merge pull request !4972 from bdf/master
2023-10-15 12:24:09 +00:00
bdf
77bd886492
Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master
...
Signed-off-by: bdf <baodongfang@yeah.net>
2023-10-14 15:19:00 +00:00
openharmony_ci
0c1a228e89
!4982 [Bug]: ASSERT(extendClassType->IsTSClassType());
...
Merge pull request !4982 from mjz/master
2023-10-14 15:16:33 +00:00
bdf1
db21da8c5f
Fix: ASSERT(stackmapNum % 2 == 0)
...
Signed-off-by: bdf1 <baodongfang@yeah.net>
2023-10-15 01:00:28 +10:00
openharmony_ci
98aca2acce
!4975 Qos capability migrate from frame_aware_sched to qos_manager
...
Merge pull request !4975 from edwardcaoyue/master
2023-10-14 07:00:23 +00:00
openharmony_ci
dc71835903
!4974 BugFix: 踩中了 ElementsKind::NONE ASSERT
...
Merge pull request !4974 from 刘智杰/bug_fix
2023-10-14 02:22:56 +00:00
miaojianzhuang
74b003a0e1
ExtendClassType Bugfix
...
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I87SMO
Signed-off-by: miaojianzhuang <miaojianzhuang@huawei.com>
Change-Id: I701c3da68a8f5a831be22aae8a2af4d41cdeaa29
2023-10-14 10:00:10 +08:00
openharmony_ci
62fd2c6734
!4882 JsHeap维测
...
Merge pull request !4882 from Carmack/master
2023-10-14 01:42:22 +00:00
openharmony_ci
89c0aff07d
!4958 修复用例bind时assert错误
...
Merge pull request !4958 from 韩靖/master
2023-10-13 10:43:35 +00:00
openharmony_ci
65f4f4cc08
!4980 NewJSError StackOverflow Bugfix
...
Merge pull request !4980 from 吴璋达/jserror
2023-10-13 09:39:17 +00:00
EurusHomles-zH
f364d2d2fd
Description:add jsHeapDumpInfo
...
Signed-off-by: EurusHomles-zH <zhouhang65@huawei.com>
2023-10-13 17:28:37 +08:00
openharmony_ci
2aae12f134
!4924 Optimize for-in loop
...
Merge pull request !4924 from zhangyukun8/master
2023-10-13 09:02:55 +00:00
liuzhijie
09d6c268b4
BugFix: ElementsKind::None
...
Issues: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I87LOG?from=project-issue
Signed-off-by: liuzhijie <jay.lau2020.work@outlook.com>
Change-Id: Ie889d73e72c83bb6ac185cea80d716286d7c4298
2023-10-13 16:59:59 +08:00
hwx1163501
fe7caeb6e8
修复用例bind时assert错误
...
Signed-off-by: hwx1163501 <hanjing35@huawei.com>
issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I86O7V
2023-10-13 16:26:24 +08:00
openharmony_ci
96c9ee8e7b
!4939 Support typedarray pgo
...
Merge pull request !4939 from lukai/typedarraypgo
2023-10-13 07:45:16 +00:00
wu_zhang_da
16df19e210
NewJSError StackOverflow Bugfix
...
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I87PJ9
Signed-off-by: wu_zhang_da <wuzhangda@huawei.com>
Change-Id: I9dc4c7ce635181854bc48014afe53c4a7e94ff26
2023-10-13 14:26:16 +08:00
openharmony_ci
7b09ffa28a
!4979 CallThis1 FastCall Bugfix
...
Merge pull request !4979 from yaoyuan/master_dev
2023-10-13 06:07:04 +00:00
openharmony_ci
82159cd41e
!4870 GlobalValueNumbering
...
Merge pull request !4870 from zhouyong/my-gvn
2023-10-13 03:04:09 +00:00
openharmony_ci
6b418d629c
!4928 优化TS AOT模式下对Builtin.prototype属性的查询
...
Merge pull request !4928 from Onlynagesha/dev
2023-10-13 02:57:02 +00:00
openharmony_ci
8e6411cadc
!4953 新增ToBigInt接口以完成napi仓代码整改需求
...
Merge pull request !4953 from 赵杜炜/master
2023-10-13 02:30:39 +00:00
openharmony_ci
d4e0793c92
!4973 Bugfix for GetObjectLiteralFromCache
...
Merge pull request !4973 from ChunyangWang/fix_get_obj_from_cache
2023-10-13 02:05:10 +00:00
openharmony_ci
700252589a
!4945 Use abcId for pgo compiling
...
Merge pull request !4945 from hzzhouzebin/UseAbcIdForPgoQuery
2023-10-12 22:44:05 +00:00
hzzhouzebin
44298d5253
Use abcId for pgo compiling
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I85J73
Signed-off-by: hzzhouzebin <zhouzebin1@huawei.com>
Change-Id: Idef759ff55f1fb490d33ed5005df9d407887d27c
2023-10-12 21:02:51 +08:00
yaoyuan
c79e5f84de
CallThis1 FastCall Bugfix
...
Enable the orignal normal call fastpath
Issue: I87PAU
Signed-off-by: yaoyuan <yuanyao14@huawei.com>
Change-Id: I4fcac81c94b3d0bd0f74954771eade72844d2210
2023-10-12 20:50:01 +08:00
lukai
0793413be4
Support typedarray pgo
...
Implement typedarray ic for pgo
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I84SEM?from=project-issue
Signed-off-by: lukai <lukai25@huawei.com>
Change-Id: Id2ca267ecd8569ecfe20c465895b288967f886a8
2023-10-12 20:19:47 +08:00
openharmony_ci
f1745ca38f
!4951 add white list for aot compiling
...
Merge pull request !4951 from hzzhouzebin/AddWhiteListFileForAot
2023-10-12 12:01:54 +00:00
openharmony_ci
9ce6c3dbee
!4976 fix typo in runtime_mode judgement
...
Merge pull request !4976 from diartyz/runtime_mode
2023-10-12 11:59:20 +00:00
zWX1234017
ccf5348bb7
新增ToBigInt接口
...
https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I86EBH
Signed-off-by: zWX1234017 <zhaoduwei3@huawei.com>
2023-10-12 19:45:08 +08:00
liu-zelin
b4519666d4
fix typo in runtime_mode judgement
...
Signed-off-by: liu-zelin <liuzelin8@huawei.com>
Change-Id: I2aed7c763132f8d3499e2c094181bd96fc4794f1
2023-10-12 17:10:22 +08:00