Home
last modified time | relevance | path

Searched full:improve (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/docs/
Doverview.md45 - To improve the application execution performance and security, ArkCompiler JS Runtime statically …
49 …d low memory usage to better leverage the device's multi-core feature to improve performance. Now …
/arkcompiler/runtime_core/verification/config/context/
Dcontext.cpp42 …// this is calculated repeatedly for each class, but caching was tried and didn't improve performa… in AddMethod()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_barrier_set.cpp123 // NOTE: We can improve an implementation here in PostBarrierEveryObjectFieldWrite()
167 // NOTE: We can improve an implementation here in PostBarrierEveryObjectFieldWrite()
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md3 To get string literal by its identifier application has to perform special runtime call. To improve
Dreg_alloc_graph_coloring_doc.md50 …ll”-busy bitset, to try to satisfy neighbor bias preferences by tying to improve choice from 1st p…
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_case.rb24 # TODO: improve this logging to avoid all hashes in the log
/arkcompiler/runtime_core/runtime/mem/
Dregion_space.cpp171 // TODO(yxr) : find a unused region, improve it in AllocRegion()
186 // TODO(yxr) : search continuous unused regions, improve it in AllocLargeRegion()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp23 // implement simple binary-search is improve performance. if use std api, it'll trigger copy Callsi…
/arkcompiler/runtime_core/docs/
Dglossary.md45 improve performance of GC barrier) for one card.
Dmemory-management.md31 - special thresholds to improve power efficiency,
225 - efficient all at once deallocation to improve performance
267 - flexible allocation size list(required to support profile-guided allocation to improve fragmentat…
Dfile_format.md47 To improve data access speed most data structures have 4 bytes alignment.
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp355 // lazy assignment: only Iterate need arkStackMapParser_ in order to high improve performance in Iterate()
/arkcompiler/runtime_core/isa/
Disa.yaml34 …The main goal of using accumulator is to improve encoding density without losing much in performan…
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1063 … // If the current multiplier is 0, we will skip this round of calculation to improve performance. in Multiply()