arkcompiler_ets_runtime/ecmascript
wengchangcheng 13717bd4b5 Support O2 optimize
Add O2 in release mode

Issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I7MJP5

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: I87cea29e09302569da81d18ec7bf776eecfcdd12
2023-07-20 13:04:56 +08:00
..
base Code Review for Builtins Array &BufferArray 2023-07-18 17:03:12 +08:00
builtins Code modification alarm 2023-07-19 15:05:46 +08:00
compiler !4445 fix StoreElement and LoadConstOffset 2023-07-19 10:08:27 +00:00
containers Code modification alarm 2023-07-19 15:05:46 +08:00
debugger !4458 fix cppcrash caused by evaluate fail 2023-07-19 07:11:47 +00:00
deoptimizer Fix deopt threshold does not take effect bug 2023-06-09 16:46:46 +08:00
dfx Modifying Code Alarms 2023-07-18 10:01:28 +08:00
ic !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
interpreter Fix AOT async function and Reopen AsyncFunctionLowering Pass 2023-07-04 14:42:27 +08:00
intl ix file formatting and locale "resize" function 2023-03-16 11:08:00 +08:00
jobs add ts module regexp.. 2023-06-11 16:17:47 +08:00
js_api Code modification alarm 2023-07-19 15:05:46 +08:00
js_vm The code has security issues 2023-07-13 09:06:57 +08:00
jspandafile !4327 Optimize local variables display logic under debug mode 2023-07-19 06:14:46 +00:00
mem !4393 Track Field 2023-07-12 16:00:35 +00:00
module !4430 import commonjs,exports properties is DictionaryMode 2023-07-17 14:43:08 +00:00
napi !4462 Modifying Code Alarms 2023-07-19 09:18:22 +00:00
patch fix code check 2023-06-11 18:34:01 +08:00
pgo_profiler !4431 数值计算结果转换成TypeArray store和storeobjbyname Bugfix 2023-07-18 06:52:35 +00:00
platform !4419 Fix profdump ap file with errno 5 on windows platform 2023-07-12 15:04:47 +00:00
quick_fix Rectify bundle.json 2023-05-27 22:32:29 +08:00
regexp Fix Regexp unit test 2023-07-17 19:41:55 +08:00
require Refactor module, modify path_helper[part 1] 2023-07-14 14:51:21 +08:00
sdk 部件弹性化部署整改 2023-07-03 19:56:05 +08:00
shared_mm Descriptor: Encapsulate some interface in PandaFile 2023-01-03 15:16:51 +08:00
snapshot Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
stackmap Enable multi-modules compilation of aot 2023-05-12 15:07:00 +08:00
stubs !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
taskpool Fix bugs on ArkUI-X project 2023-06-30 11:20:02 +08:00
tests Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
ts_types Reason:add aot no gc call 2023-07-18 16:18:24 +08:00
accessor_data.h
async_generator_helper.cpp Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
async_generator_helper.h
byte_array.cpp Fixed ByteArray not supporting BIGINT64 and BIGUINT64 2023-07-04 23:14:59 +08:00
byte_array.h Fixed ByteArray not supporting BIGINT64 and BIGUINT64 2023-07-04 23:14:59 +08:00
common.h Triggered CompressGC when switch background 2023-06-05 09:32:42 +08:00
date_parse.cpp Rectification of safety problems 2023-07-13 11:08:45 +08:00
date_parse.h Rectification of safety problems 2023-07-13 11:08:45 +08:00
dump.cpp Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
ecma_context.cpp !4422 [Bug]: 运行ABC文件过程中,函数panda::ecmascript::EcmaContext::PrintJSErrorInfo进行异常处理时未正确判断error.constructor.prototype.name类型直接将数值作为指针导致非法内存访问漏洞 2023-07-15 06:40:45 +00:00
ecma_context.h [Bug]: error.constructor.prototype.name类型直接将数值作为指针导致非法内存访问漏洞 2023-07-15 11:35:05 +08:00
ecma_global_storage.h Fix codestyle [part-4] 2023-06-20 20:01:19 +08:00
ecma_handle_scope.cpp Change log level from info to debug 2023-07-11 17:13:40 +08:00
ecma_handle_scope.h enable multi contexts and fix bugs 2023-06-11 16:18:18 +08:00
ecma_isa.yaml Support CallRutime instrunction 2023-02-14 18:45:28 +08:00
ecma_macros.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
ecma_param_configuration.h Modify some heap params 2023-06-17 15:39:43 +08:00
ecma_runtime_call_info.h Fix the unexpected aligning behavior of struct EcmaRuntimeCallInfo in linux_x86 build 2023-04-27 14:20:02 +08:00
ecma_string_table.cpp support multi context 2023-07-03 21:30:19 +08:00
ecma_string_table.h constant string optimization 2023-05-08 17:07:03 +08:00
ecma_string-inl.h heap allocation sampling 2023-05-23 15:38:38 +08:00
ecma_string.cpp !4100 deregister module through dynamic import 2023-07-10 03:20:26 +00:00
ecma_string.h deregister module through dynamic import 2023-07-09 21:31:21 +08:00
ecma_vm.cpp !4422 [Bug]: 运行ABC文件过程中,函数panda::ecmascript::EcmaContext::PrintJSErrorInfo进行异常处理时未正确判断error.constructor.prototype.name类型直接将数值作为指针导致非法内存访问漏洞 2023-07-15 06:40:45 +00:00
ecma_vm.h !4075 Fix napi call promise then sequence 2023-07-19 04:03:55 +00:00
filter_helper.h adapt napi_get_all_property_name 2023-06-11 23:50:16 +08:00
frames.cpp fix code check and realm parameter 2023-06-11 16:18:18 +08:00
frames.h Modify GetTypeOffset & GetPrevOffset 2023-07-05 10:27:10 +08:00
free_object.cpp
free_object.h
generator_helper.cpp
generator_helper.h
global_dictionary-inl.h Bugfix on GlobalDictionary::InvalidateAndReplaceEntry 2023-06-28 09:48:43 +08:00
global_dictionary.h Bugfix on GlobalDictionary::InvalidateAndReplaceEntry 2023-06-28 09:48:43 +08:00
global_env_constants-inl.h Optimize LocaleCompare for AOT 2023-06-26 15:43:44 +08:00
global_env_constants.cpp cause property for Error objects 2023-07-04 00:26:03 -07:00
global_env_constants.h cause property for Error objects 2023-07-04 00:26:03 -07:00
global_env.cpp enable multi contexts and fix bugs 2023-06-11 16:18:18 +08:00
global_env.h Reason:optimize fastcall 2023-06-03 18:42:00 +08:00
global_handle_collection.h feat(heap): Heap leak check optimization 2023-01-13 09:35:29 +08:00
js_arguments.cpp
js_arguments.h
js_array_iterator.cpp
js_array_iterator.h
js_array.cpp [Bug]: Bugfix on Array.slice call ArrayCreate to create dictionary mode array 2023-07-19 12:12:58 +08:00
js_array.h Array Lazy Loading Bugfix 2023-06-20 09:19:06 +08:00
js_arraybuffer.cpp Support O2 optimize 2023-07-20 13:04:56 +08:00
js_arraybuffer.h Fix transfer ArrayBuffer with native area allocator 2023-06-27 20:11:28 +08:00
js_async_from_sync_iterator.cpp Fix THROW_TYPE_ERROR_AND_RETURN Part 1 2023-07-10 10:24:40 +08:00
js_async_from_sync_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_async_function.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_async_function.h
js_async_generator_object.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_async_generator_object.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_bigint.cpp Fix throw excecption 2023-07-14 16:48:09 +08:00
js_bigint.h
js_collator.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_collator.h Optimize LocaleCompare for AOT 2023-06-26 15:43:44 +08:00
js_dataview.cpp Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
js_dataview.h
js_date_time_format.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_date_time_format.h
js_date.cpp bugfix about date 2023-04-10 20:24:30 +08:00
js_date.h bugfix about date 2023-04-10 20:24:30 +08:00
js_displaynames.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_displaynames.h
js_file_path.cpp Load ai support worker and taskpool 2023-02-03 10:27:16 +08:00
js_file_path.h solve the issue of ai file sharing 2023-01-09 19:41:52 +08:00
js_finalization_registry.cpp add ts module regexp.. 2023-06-11 16:17:47 +08:00
js_finalization_registry.h AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
js_for_in_iterator.cpp Fix for-in Exception bug 2023-06-14 11:24:05 +08:00
js_for_in_iterator.h
js_function_kind.h Descriptor: Support async/await in taskpool 2023-02-14 18:44:43 +08:00
js_function.cpp The caller of NewRuntimeCallInfo fails to promptly return an exception 2023-07-14 10:18:21 +08:00
js_function.h Modifying Code Alarms 2023-05-29 15:44:56 +08:00
js_generator_object.cpp
js_generator_object.h
js_global_object.h
js_handle.h enable multi contexts and fix bugs 2023-06-11 16:18:18 +08:00
js_hclass-inl.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
js_hclass.cpp Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
js_hclass.h Reason:add aot no gc call 2023-07-18 16:18:24 +08:00
js_intl.h
js_iterator.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_list_format.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_list_format.h
js_locale.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_locale.h Fix THROW_TYPE_ERROR_AND_RETURN Part 1 2023-07-10 10:24:40 +08:00
js_map_iterator.cpp
js_map_iterator.h
js_map.cpp The code has security issues 2023-07-13 09:06:57 +08:00
js_map.h The code has security issues 2023-07-13 09:06:57 +08:00
js_native_pointer.h Fix transfer ArrayBuffer with native area allocator 2023-06-27 20:11:28 +08:00
js_number_format.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_number_format.h Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_object-inl.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
js_object.cpp Code Review for Builtins Array &BufferArray 2023-07-18 17:03:12 +08:00
js_object.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
js_plural_rules.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_plural_rules.h
js_primitive_ref.cpp Fix THROW_TYPE_ERROR_AND_RETURN Part 1 2023-07-10 10:24:40 +08:00
js_primitive_ref.h Fix String extend Bug 2023-05-22 16:02:21 +08:00
js_promise.cpp add ts module regexp.. 2023-06-11 16:17:47 +08:00
js_promise.h
js_proxy.cpp Fix THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-14 16:16:09 +08:00
js_proxy.h
js_realm.h
js_regexp_iterator.cpp Modifying Code Alarms 2023-05-18 17:05:50 +08:00
js_regexp_iterator.h
js_regexp.h
js_relative_time_format.cpp Fix throw excecption 2023-07-14 16:48:09 +08:00
js_relative_time_format.h Internationalized module isolation scheme (function isolation) 2023-03-13 14:52:07 +08:00
js_runtime_options.cpp Enable Loop Peeling 2023-07-19 09:23:49 +08:00
js_runtime_options.h Enable Loop Peeling 2023-07-19 09:23:49 +08:00
js_serializer.cpp Code modification alarm 2023-07-19 15:05:46 +08:00
js_serializer.h Fix transfer ArrayBuffer with native area allocator 2023-06-27 20:11:28 +08:00
js_set_iterator.cpp
js_set_iterator.h
js_set.cpp The code has security issues 2023-07-13 09:06:57 +08:00
js_set.h The code has security issues 2023-07-13 09:06:57 +08:00
js_stable_array.cpp Modifying Code Alarms 2023-07-18 10:01:28 +08:00
js_stable_array.h description:ECMA 2022规范支持TaggedArray.At 2023-06-28 11:38:24 +08:00
js_string_iterator.cpp
js_string_iterator.h
js_symbol.h
js_tagged_number.h Fix Multiplication -0 Bug 2023-06-01 16:47:49 +08:00
js_tagged_value-inl.h Optimize LocaleCompare for AOT 2023-06-26 15:43:44 +08:00
js_tagged_value.cpp Fix THROW_TYPE_ERROR_AND_RETURN Part 1 2023-07-10 10:24:40 +08:00
js_tagged_value.h adapt napi_get_all_property_name 2023-06-11 23:50:16 +08:00
js_thread.cpp reduce time of unittest 2023-07-12 11:36:57 +08:00
js_thread.h reduce time of unittest 2023-07-12 11:36:57 +08:00
js_typed_array.cpp Code Review for Builtins Array &BufferArray 2023-07-18 17:03:12 +08:00
js_typed_array.h Some TSAOT Wrokload Optimization 2023-07-02 18:09:41 +08:00
js_weak_container.cpp support WeakMap, WeakSet, DataView display 2023-07-11 16:55:25 +08:00
js_weak_container.h support WeakMap, WeakSet, DataView display 2023-07-11 16:55:25 +08:00
js_weak_ref.h
layout_info-inl.h Fix !4069 Collective Review Comments 2023-06-13 15:39:46 +08:00
layout_info.cpp Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
layout_info.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
lexical_env.h
linked_hash_table.cpp
linked_hash_table.h
log_wrapper.h Support Inline Deopt 2023-05-13 10:46:38 +08:00
log.cpp Support Inline Deopt 2023-05-13 10:46:38 +08:00
log.h Support Inline Deopt 2023-05-13 10:46:38 +08:00
message_string.cpp feat>(compiler): PGO type profiler 2023-03-30 20:39:06 +08:00
message_string.h Reason:add function apply builtins ir 2023-04-24 21:03:55 +08:00
method.cpp add cachedconstpools from vm to context 2023-06-11 16:17:47 +08:00
method.h Reason:optimize fastcall 2023-06-03 18:42:00 +08:00
object_factory-inl.h constant string optimization 2023-05-08 17:07:03 +08:00
object_factory.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
object_factory.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
object_fast_operator-inl.h Code Review for Builtins Array &BufferArray 2023-07-18 17:03:12 +08:00
object_fast_operator.h Add object_fast_operator file 2023-01-18 13:52:15 +08:00
object_operator.cpp !4393 Track Field 2023-07-12 16:00:35 +00:00
object_operator.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
property_attributes.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
record.h
runtime_call_id.h !4300 支持ECMA2022规范新增Builtins函数%TypedArray%.prototype.at 2023-07-04 13:12:25 +00:00
subtyping_operator-inl.h add ts module regexp.. 2023-06-11 16:17:47 +08:00
subtyping_operator.cpp Part2: AOT obj literal use pgo type 2023-07-04 10:52:12 +08:00
subtyping_operator.h Maintain Subtyping when Adding Property on Prototype 2023-05-24 10:28:33 +08:00
symbol_table.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
tagged_array-inl.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
tagged_array.h Feat(Aot): Track Double/Int field for aot compiler 2023-07-12 21:55:16 +08:00
tagged_dictionary.cpp deregister module through dynamic import 2023-07-09 21:31:21 +08:00
tagged_dictionary.h deregister module through dynamic import 2023-07-09 21:31:21 +08:00
tagged_hash_array.cpp
tagged_hash_array.h
tagged_hash_table.h Code Review for Builtins Array &BufferArray 2023-07-18 17:03:12 +08:00
tagged_list.cpp Code Review for Builtins Array &BufferArray 2023-07-18 17:03:12 +08:00
tagged_list.h
tagged_node.cpp Fix some bugs and JSMutableHandle use error 2023-02-27 11:00:36 +08:00
tagged_node.h
tagged_queue.h
tagged_tree.cpp Fix some bugs and JSMutableHandle use error 2023-02-27 11:00:36 +08:00
tagged_tree.h
template_map.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
template_string.cpp Fix ArrayCreate and JSTaggedValue::ToPropertyKey 2023-07-06 10:12:07 +08:00
template_string.h
transitions_dictionary.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
vtable.cpp Modifying Code Alarms 2023-03-24 13:39:32 +08:00
vtable.h Modifying Code Alarms 2023-03-23 14:43:41 +08:00
waiter_list.cpp Fix compilation issue on ArkUI-X 2023-02-06 11:15:03 +08:00
waiter_list.h
weak_vector.cpp AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
weak_vector.h Eliminate Level Check in SubTyping Check 2023-05-05 17:19:00 +08:00