Searched +full:limit +full:- +full:standard +full:- +full:alloc (Results 1 – 6 of 6) sorted by relevance
1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.6 # http://www.apache.org/licenses/LICENSE-2.019 - name: boot-panda-files22 - $ORIGIN/../pandastdlib/arkstdlib.abc26 - name: panda-files29 description: Panda files separated by colon which is not within boot-panda-files32 - name: classes38 - name: methods42 description: >-46 - name: load-runtimes[all …]
1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.6 # http://www.apache.org/licenses/LICENSE-2.019 - name: boot-panda-files22 - $ORIGIN/../pandastdlib/arkstdlib.abc26 - name: panda-files29 description: Panda files separated by colon which is not within boot-panda-files32 - name: boot-intrinsic-spaces35 - core37 - core41 - name: boot-class-spaces[all …]
1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.6 # http://www.apache.org/licenses/LICENSE-2.029 BRIEF_DOCS "Stack limit for this benchmark"30 FULL_DOCS "Stack limit for this benchmark in bytes. Set 0 to use default value")78 # * 3. Stack limit81 # * 6. Gc type (default - for default gc)90 panda_add_benchmark("3d-morph" "Morph3d" 0 TRUE TRU…91 panda_add_benchmark("access-binary-trees" "AccessBinaryTrees" 0 TRUE TRU…92 panda_add_benchmark("access-fannkuch" "AccessFannkuch" 0 TRUE TRU…93 panda_add_benchmark("access-nbody" "AccessNBody" 0 TRUE TRU…[all …]
1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.6 # http://www.apache.org/licenses/LICENSE-2.019 - name: compiler-non-optimizing25 - name: compiler-regex28 …description: A regular expression that specifies methods to compile. The grammar used is ECMA-262 …31 - name: compiler-visualizer-dump37 - name: compiler-dump41 - name: final45 - name: compact49 - name: life-intervals[all …]
1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.6 # http://www.apache.org/licenses/LICENSE-2.035 set(ARG_RUNTIME_OPTIONS "${ARG_RUNTIME_OPTIONS} --limit-standard-alloc=true")43 set(ARG_RUNTIME_OPTIONS "${ARG_RUNTIME_OPTIONS} --events-output=csv")48 set(CUR_RUNTIME_OPTIONS "${ARG_RUNTIME_OPTIONS}" "--log-level=debug")51 set(CUR_RUNTIME_OPTIONS "${ARG_RUNTIME_OPTIONS}" "--log-level=debug")62 …set(CUR_RUNTIME_OPTIONS "${ARG_RUNTIME_OPTIONS}" "--run-gc-in-place=true") # ecma vm doesn't suppo…73 TARGET ${target}-verifier74 SUBDIR ${suite}-verifier80 add_dependencies(${suite} ${target}-verifier)[all …]
1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.6 # http://www.apache.org/licenses/LICENSE-2.016 add_custom_target(cts-assembly COMMENT "Running compliance tests for Panda Assembly")18 add_custom_target(cts-aot-tests COMMENT "Running panda aot tests")19 add_custom_target(cts-jit-tests COMMENT "Running panda jit-enforce tests")20 add_custom_target(irtoc-interpreter-tests COMMENT "Running irtoc interpreter tests")21 add_custom_target(irtoc-opcode-suite COMMENT "Running irtoc interpreter opcode test suite")23 add_dependencies(tests irtoc-interpreter-tests)24 add_dependencies(irtoc-interpreter-tests irtoc-opcode-suite)27 add_dependencies(tests cts-assembly regression)[all …]