arkcompiler_ets_runtime/ecmascript
sunzhe23 38acdc0239 Fix updateHotnessCounter performance bug
1 remove some useless code
2 add param this Func for UpdateHotnessCounter
3 fix default hotnessCounter from 512 to int16_t max

issue: I5LGCS

Signed-off-by: sunzhe23 <sunzhe23@huawei.com>
2022-08-10 12:07:46 +08:00
..
base Bug Fix MachineCode OOM 2022-08-09 21:20:17 +08:00
builtins !2012 Optimize Builitin-String Replace And Fix EcmaString bugs 2022-08-10 03:26:54 +00:00
compiler Fix updateHotnessCounter performance bug 2022-08-10 12:07:46 +08:00
containers Increase compilation options to compile use cases faster and delete name_dictionary_test.cpp and move the deleted use cases to new files and add use cases 2022-08-04 19:26:54 +08:00
dfx Cpuprofiler deadlock problem 2022-08-08 15:04:01 +08:00
ic Descriptor: merge library to libark_jsruntime.so 2022-07-29 10:35:32 +08:00
interpreter Fix updateHotnessCounter performance bug 2022-08-10 12:07:46 +08:00
jobs Descriptor: merge library to libark_jsruntime.so 2022-07-29 10:35:32 +08:00
js_api Fix Containers 2022-08-09 15:47:19 +08:00
js_vm Descriptor: Fix compiler of Windows 2022-07-29 21:47:57 +08:00
jspandafile Compiler output assembly for every method with same bytecode instructions. 2022-08-09 16:13:19 +08:00
mem Description:asan crash asm interpreter. 2022-08-04 19:47:27 +08:00
module Fix bugs of ark_js_vm.exe 2022-07-28 11:34:49 +08:00
napi Modify numArgs from int32_t to uint32_t 2022-08-05 17:06:00 +08:00
regexp Fix if Regexp parse [unicode] ,throw inalid class range error 2022-08-05 15:31:00 +08:00
require !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
shared_mm Descriptor: ark hilog refactor 2022-07-06 22:55:49 +08:00
snapshot Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-08-02 16:22:46 +08:00
stubs Fix updateHotnessCounter performance bug 2022-08-10 12:07:46 +08:00
taskpool use full-path for all headers. 2022-07-25 20:32:55 +08:00
tests !2005 add a unit-test for TaggedHashArray 2022-08-10 02:13:21 +00:00
tooling Modify numArgs from int32_t to uint32_t 2022-08-05 17:06:00 +08:00
ts_types add FuzzTest use case 2022-07-29 16:02:59 +08:00
accessor_data.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
ark_stackmap_builder.cpp fix codex warning 2022-08-09 16:57:04 +08:00
ark_stackmap_builder.h fix codex warning 2022-08-09 16:57:04 +08:00
ark_stackmap_parser.cpp fix codex warning 2022-08-09 16:57:04 +08:00
ark_stackmap_parser.h Merge remote-tracking branch 'szc/optstackmap' 2022-08-08 14:13:17 +08:00
ark_stackmap.h Merge remote-tracking branch 'szc/optstackmap' 2022-08-05 09:12:50 +08:00
async_generator_helper.cpp Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
async_generator_helper.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
builtins.cpp async fuction bugfix 2022-08-10 09:24:49 +08:00
builtins.h reason:add buitins stub 2022-08-04 17:27:44 +08:00
common.h Modify numArgs from int32_t to uint32_t 2022-08-05 17:06:00 +08:00
dump.cpp Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-08-02 16:22:46 +08:00
ecma_global_storage.h Description:UpdateDerivedObjectInStack Crash In Asan version 2022-08-02 10:04:34 +08:00
ecma_handle_scope.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
ecma_isa.yaml Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
ecma_macros.h Descriptor: delete native_stack.h, trace.h and mem.h 2022-07-28 19:15:13 +08:00
ecma_param_configuration.h Default nonmovable space size is not big enough 2022-08-03 10:06:30 +08:00
ecma_runtime_call_info.h !1924 Modify numArgs from int32_t to uint32_t 2022-08-08 14:03:45 +00:00
ecma_string_table.cpp Constpool object moved to old age 2022-07-23 11:31:35 +08:00
ecma_string_table.h Constpool object moved to old age 2022-07-23 11:31:35 +08:00
ecma_string-inl.h Constpool object moved to old age 2022-07-23 11:31:35 +08:00
ecma_string.cpp Optimize Builitin-string Replace And fix Ecmastring Bugs 2022-08-10 09:08:42 +08:00
ecma_string.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
ecma_vm.cpp add log to judge whether is asm interpreter 2022-08-08 19:01:35 +08:00
ecma_vm.h Merge remote-tracking branch 'szc/optstackmap' 2022-08-08 14:13:17 +08:00
file_loader.cpp !1975 Bug Fix MachineCode OOM 2022-08-09 13:46:32 +00:00
file_loader.h Bug Fix MachineCode OOM 2022-08-09 21:20:17 +08:00
frames.cpp fix codex warning 2022-08-09 16:57:04 +08:00
frames.h fix code review 2022-08-07 15:20:12 +08:00
free_object.cpp Description:Memory Leak DFX 2022-07-19 10:49:19 +08:00
free_object.h Description:asan crash asm interpreter. 2022-08-04 19:47:27 +08:00
generator_helper.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
generator_helper.h Impl rsp frame of generator 2022-05-16 09:18:47 +08:00
global_dictionary-inl.h Add test case for GlobalDictionary and Fix the problem that the value attribute of propertybox is recycled 2022-05-07 09:07:15 +08:00
global_dictionary.h fix codex warning 2022-04-25 14:33:01 +08:00
global_env_constants-inl.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
global_env_constants.cpp Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-08-02 16:22:46 +08:00
global_env_constants.h Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-08-02 16:22:46 +08:00
global_env.cpp Snapshot support serialize builtins object independently 2022-06-09 21:21:44 +08:00
global_env.h Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-08-02 16:22:46 +08:00
global_handle_collection.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
js_arguments.cpp Remove JSArgument's unused accessor 2022-06-14 19:44:14 +08:00
js_arguments.h Remove JSArgument's unused accessor 2022-06-14 19:44:14 +08:00
js_array_iterator.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_array_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_array.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_array.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_arraybuffer.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_arraybuffer.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_async_function.cpp Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_async_function.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_async_generator_object.cpp Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_async_generator_object.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_bigint.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_bigint.h Descriptor: delete native_stack.h, trace.h and mem.h 2022-07-28 19:15:13 +08:00
js_collator.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_collator.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_dataview.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_dataview.h Header file redundancy rectification 2022-07-18 19:58:44 +08:00
js_date_time_format.cpp fix codex warning 2022-08-02 17:24:16 +08:00
js_date_time_format.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_date.cpp !1924 Modify numArgs from int32_t to uint32_t 2022-08-08 14:03:45 +00:00
js_date.h Signed-off-by: maojunwei <maojunwei1@huawei.com> 2022-08-05 12:35:53 +08:00
js_displaynames.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_displaynames.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_finalization_registry.cpp Fix bug about finalization 2022-08-08 09:04:05 +08:00
js_finalization_registry.h fix clock app crash 2022-07-27 18:15:34 +08:00
js_for_in_iterator.cpp Fix long gc duration problem in photos app 2022-04-10 20:45:15 -10:00
js_for_in_iterator.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_function_kind.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_function.cpp Modify numArgs from int32_t to uint32_t 2022-08-05 17:06:00 +08:00
js_function.h Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-08-02 16:22:46 +08:00
js_generator_object.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_generator_object.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_global_object.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_handle.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_hclass-inl.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_hclass.cpp Rename the incorrect variables 2022-07-31 16:39:57 -07:00
js_hclass.h Fix test262 related to yiled 2022-08-09 17:34:10 +08:00
js_intl.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_iterator.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_iterator.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_list_format.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_list_format.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_locale.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_locale.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_map_iterator.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_map_iterator.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_map.cpp Descriptor: delete bit_utils.h 2022-07-26 15:03:18 +08:00
js_map.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_method.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_method.h reason:add buitins stub 2022-08-04 17:27:44 +08:00
js_native_pointer.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_number_format.cpp add notes and delete unused code 2022-07-05 17:47:51 +08:00
js_number_format.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_object-inl.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_object.cpp !1893 [optimization] Array slice 2022-07-27 07:39:42 +00:00
js_object.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_plural_rules.cpp Reuse of Object.Create()'s hclass 2022-06-13 22:05:01 +08:00
js_plural_rules.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_primitive_ref.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_primitive_ref.h Add bigint type, add related instructions and Napi 2022-03-10 21:25:06 +08:00
js_promise.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_promise.h [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
js_proxy.cpp Modify numArgs from int32_t to uint32_t 2022-08-05 17:06:00 +08:00
js_proxy.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_realm.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_regexp_iterator.cpp Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
js_regexp_iterator.h add test case for JSRegexpIterator 2022-07-14 09:52:10 +08:00
js_regexp.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_relative_time_format.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_relative_time_format.h add test case for JSRelativeTimeFormat and delete unused codes 2022-07-19 16:13:26 +08:00
js_runtime_options.h Change general aot file suffix and simplify related runtime option. 2022-08-02 09:23:14 +08:00
js_serializer.cpp Descriptor: delete native_stack.h, trace.h and mem.h 2022-07-28 19:15:13 +08:00
js_serializer.h support post context 2022-07-07 11:52:34 +08:00
js_set_iterator.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_set_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_set.cpp Descriptor: delete bit_utils.h 2022-07-26 15:03:18 +08:00
js_set.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_stable_array.cpp Modify numArgs from int32_t to uint32_t 2022-08-05 17:06:00 +08:00
js_stable_array.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_string_iterator.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
js_string_iterator.h optimize primitive type ACCESSORS 2022-01-25 18:05:12 +08:00
js_symbol.h fix codeDex warning. 2022-04-14 10:56:51 +08:00
js_tagged_number.h Refactor ID definition and callSignature initialization mechanism of stubs 2022-03-18 22:01:52 +08:00
js_tagged_value-inl.h Fix updateHotnessCounter performance bug 2022-08-10 12:07:46 +08:00
js_tagged_value.cpp Fix Containers 2022-08-09 15:47:19 +08:00
js_tagged_value.h Fix updateHotnessCounter performance bug 2022-08-10 12:07:46 +08:00
js_thread.cpp Description:UpdateDerivedObjectInStack Crash In Asan version 2022-08-02 10:04:34 +08:00
js_thread.h reason:add buitins stub 2022-08-04 17:27:44 +08:00
js_typed_array.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_typed_array.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_weak_container.cpp Descriptor: delete bit_utils.h 2022-07-26 15:03:18 +08:00
js_weak_container.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_weak_ref.h fix clock app crash 2022-07-27 18:15:34 +08:00
layout_info-inl.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
layout_info.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
layout_info.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
lexical_env.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00
linked_hash_table.cpp Rectification linkedhash 2022-07-30 16:51:17 +08:00
linked_hash_table.h Descriptor: delete bit_utils.h 2022-07-26 15:03:18 +08:00
llvm_stackmap_parser.cpp fix code review 2022-08-07 15:20:12 +08:00
llvm_stackmap_parser.h fix code review 2022-08-07 15:20:12 +08:00
llvm_stackmap_type.h Implement efficient ARK STACKMAP to replace llvm stackmap 2022-08-02 14:18:16 +08:00
log_wrapper.h delete some unused log 2022-07-09 18:43:58 +08:00
log.h utilxts bugfix 2022-07-21 20:38:37 +08:00
message_string.cpp reason:add buitins stub 2022-08-04 17:27:44 +08:00
message_string.h reason:add buitins stub 2022-08-04 17:27:44 +08:00
object_factory-inl.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
object_factory.cpp reason:add buitins stub 2022-08-04 17:27:44 +08:00
object_factory.h reason:add buitins stub 2022-08-04 17:27:44 +08:00
object_operator.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
object_operator.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
property_attributes.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
record.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
runtime_call_id.h Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-08-02 16:22:46 +08:00
symbol_table.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
tagged_array-inl.h Constpool object moved to old age 2022-07-23 11:31:35 +08:00
tagged_array.h Constpool object moved to old age 2022-07-23 11:31:35 +08:00
tagged_dictionary.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
tagged_dictionary.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
tagged_hash_array.cpp Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-07-28 03:24:54 +00:00
tagged_hash_array.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
tagged_hash_table.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
tagged_list.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
tagged_list.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
tagged_node.cpp Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-07-28 03:24:54 +00:00
tagged_node.h Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into master 2022-07-28 03:24:54 +00:00
tagged_queue.h It need to earse object from TaggedQueue when pop 2022-06-22 09:36:41 +08:00
tagged_tree.cpp Descriptor: delete bit_utils.h 2022-07-26 15:03:18 +08:00
tagged_tree.h Descriptor: delete bit_utils.h 2022-07-26 15:03:18 +08:00
template_map.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
template_string.cpp !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
template_string.h Sync js_runtime to openharmony 2021-09-08 09:20:53 +08:00
transitions_dictionary.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
waiter_list.cpp use full-path for all headers. 2022-07-25 20:32:55 +08:00
waiter_list.h use full-path for all headers. 2022-07-25 20:32:55 +08:00
weak_vector.cpp [part-1] delete "*-inl.h" of newest codex rule 2022-04-07 14:14:49 +08:00
weak_vector.h Descriptor: delete some internal unused code 2022-06-17 23:03:42 +08:00