Home
last modified time | relevance | path

Searched full:parallel (Results 1 – 25 of 50) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml129 Enables parallel compilation of different modules (see also --llvmaot-methods-per-module)
131 to specify amount of parallel compilation threads. Value 0 allows to check available
Dllvm_aot_compiler.cpp261 // Launch compilation on parallel worker in TryAddGraph()
811 // Dumps require lock to be not messed up between different modules compiled in parallel. in CompileModule()
813 // They do not fire in tests because we do not run parallel compilation in tests. in CompileModule()
814 // We have to use suppression file, to run parallel compilation under tsan in CompileModule()
/arkcompiler/runtime_core/static_core/runtime/
Doptions.yaml353 … additional GC helper threads. GC uses these threads to speed up collection doing work in parallel.
399 - name: gc-parallel-marking-enabled
402 …description: Enable parallel marking in GC if it is supported (now it is G1 and STW). If we don't …
404 - name: gc-parallel-compacting-enabled
407 …description: Enable parallel compacting in GC if it is supported (now it is G1). If we don't have …
409 - name: gc-parallel-ref-updating-enabled
412 …description: Enable parallel references updating in GC if it is supported (now it is G1). If we do…
589 description: Perform compilation in the main thread or in parallel worker
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-dev33 parallel # For rt.jar test
Dubuntu-20-04-dev35 parallel=20161222-* # For rt.jar test
Dubuntu-22-04-arm-dev33 parallel=20210822* # For rt.jar test
Dubuntu-20-04-arm-dev32 parallel=20161222-* # For rt.jar test
Dubuntu-22-04-dev34 parallel=20210822* # For rt.jar test
Dubuntu-18-04-arm-dev35 parallel=20161222-* # For rt.jar test
Dubuntu-18-04-dev37 parallel=20161222-* # For rt.jar test
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-dev32 parallel # For rt.jar test
Dubuntu-18-04-arm-dev32 parallel=20161222-* # For rt.jar test
Dubuntu-18-04-dev32 parallel=20161222-* # For rt.jar test
Dubuntu-20-04-dev32 parallel=20161222-* # For rt.jar test
/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.h43 // the single whole program compiled from the abc file, only used in non-parallel mode
/arkcompiler/toolchain/build/toolchain/
Dcc_wrapper.gni17 # remote machines allowing a parallel build.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dthread_env.h56 …eParallel = false; // whether me is under multithreading (optimize separate functions in parallel)
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py45 … ' buildMode=debug assembleHap --info --verbose-analyze --parallel --incremental --daemon'
47 … ' buildMode=release assembleHap --info --verbose-analyze --parallel --incremental --daemon'
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dhot_cards.h43 …// clear card before we process it, because parallel mutator thread can make a write and we would … in HandleCards()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp43 // There should not be any other writer in parallel
62 // There may be other writers in parallel
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack.h84 /// @brief Returns true if stack supports parallel workers, false otherwise
/arkcompiler/runtime_core/static_core/tests/cts-generator/
DREADME.md10 * `PANDA_CTS_JOBS_NUMBER` - amount of parallel jobs for test execution. Default is 8.
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md10 * `PANDA_CTS_JOBS_NUMBER` - amount of parallel jobs for test execution. Default is 8.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dbuild-docs.sh105 # to be unsafe for parallel writing under some platforms.
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h396 // parallel marker task count.
1130 * Parallel GC related configurations and utilities.
1698 // Parallel evacuator which evacuates objects from one space to another one.
1753 // parallel evacuator task number.

12