代码拉取完成,页面将自动刷新
同步操作将从 OpenHarmony-SIG/arkcompiler_ets_runtime 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Copyright (c) 2022-2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
options:
- name: boot-intrinsic-spaces
type: arg_list_t
default:
- ecmascript
possible_values:
- ecmascript
description: Load specified intrinsic spaces. This option is for fine tuning. Use load-runtimes instead
delimiter: ":"
- name: boot-class-spaces
type: arg_list_t
default:
- core
possible_values:
- core
- ecmascript
description: Load specified class spaces. This option is for fine tuning. Use load-runtimes instead
delimiter: ":"
- name: runtime-type
type: std::string
default: core
possible_values:
- core
- ecmascript
description: Runtime type. This option is for fine tuning. Use load-runtimes instead
- name: load-runtimes
type: arg_list_t
default:
- core
possible_values:
- core
- ecmascript
description: Load specified class and intrinsic spaces and define runtime type
delimiter: ":"
- name: run-gc-in-place
lang:
- ecmascript
type: bool
default: false
description: Enable/disable running GC only in place
- name: log-components
type: arg_list_t
default:
- all
possible_values:
- all
- ecmascript
description: '[DEPRECATED] Option was moved to libpandabase/options.yaml, use base_options::Options instead of runtime options.'
delimiter: ":"
deprecated: true
- name: gc-type
lang:
- ecmascript
type: std::string
default: g1-gc
possible_values:
- epsilon
- epsilon-g1
- stw
- gen-gc
- g1-gc
description: Type of used GC
- name: gc-trigger-type
lang:
- ecmascript
type: std::string
default: heap-trigger-test
possible_values:
- heap-trigger-test
- heap-trigger
- adaptive-heap-trigger
- trigger-heap-occupancy
- no-gc-for-start-up
- debug
- debug-never
description: Type of used GC trigger
- name: skip-startup-gc-count
lang:
- ecmascript
type: uint32_t
default: 10
description: No stw gc count for no-gc-for-start-up
- name: gc-debug-trigger-start
lang:
- ecmascript
type: uint64_t
default: 0
description: First iteration to start returning true in debug trigger
- name: gc-dump-heap
lang:
- ecmascript
type: bool
default: false
description: Dump heap before and after GC
- name: reference-processor-enable
type: bool
default: true
description: Enables/disables ReferenceProcessor
- name: gc-enable-tracing
lang:
- ecmascript
type: bool
default: false
description: enables/disables tracing gc
- name: native-gc-trigger-type
lang:
- ecmascript
type: std::string
default: simple-strategy
possible_values:
- no-native-gc-trigger
- simple-strategy
description: Type of native gc trigger
- name: enable-fast-heap-verifier
lang:
- ecmascript
type: bool
default: true
description: Enable fast heap verifier, which is faster than ordinary heap verifier but uses more internal memory
- name: heap-verifier
lang:
- ecmascript
type: arg_list_t
default: []
possible_values:
- pre
- into
- post
- fail_on_verification
description: parameters for heap verification
delimiter: ":"
- name: concurrent-gc-enabled
lang:
- ecmascript
type: bool
default: true
description: whether concurrent GC is enabled
- name: enable-paralled-young-gc
lang:
- ecmascript
type: bool
default: true
description: enable-paralled-young-gc
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。