Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/docs/changelogs/
D2024-05-24-isa-changelog.md12 1. To improve the performance of "istrue" and "isfalse" bytecode instructions, the following two by…
D2023-12-31-isa-changelog.md31 5. To improve the performance of class field initialization, the following bytecode instruction is …
/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/jsvm/
DREADME.en.md8 …ation, register C++ methods in JS code, and directly call the JS code to improve the execution spe…
/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.cpp30 …// this is calculated repeatedly for each class, but caching was tried and didn't improve performa… in AddMethod()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_barrier_set.cpp103 // NOTE: We can improve an implementation here in PostBarrier()
170 // NOTE: We can improve an implementation here in PostBarrier()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dwhy.rst46 The following chapters explain how |LANG| can help you improve program
145 enforced to improve code stability and correctness in |LANG|.
/arkcompiler/runtime_core/static_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/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/static_core/tests/cts-generator/generator/
Dtest_case.rb24 # TODO: improve this logging to avoid all hashes in the log
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_case.rb24 # TODO: improve this logging to avoid all hashes in the log
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Ddfx.h36 // improve code related to DfxController initialize and runtime options.
/arkcompiler/runtime_core/static_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…
/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…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D2_lexical.rst99 White spaces improve source code readability and help avoiding ambiguities.
138 Line separators improve source code readability. Any sequence of line
569 digits can be used to denote an integer literal and improve readability.
653 digits can be used to denote a floating-point literal and improve readability.
716 denote a ``BigInt`` literal and improve readability. Underscore characters in
D1_intro.rst491 in order to improve the source code readability and avoid ambiguities.
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.cpp231 // NOTE(yxr) : find a unused region, improve it in AllocRegion()
246 // NOTE(yxr) : search continuous unused regions, improve it in AllocLargeRegion()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dclasses.rst126 and improve performance.
437 An overridden method can be marked with the keyword ``override`` to improve
/arkcompiler/runtime_core/abc2program/
Dabc_code_processor.cpp76 * It will improve our compile performance. in FillInsWithoutLabels()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp21 // implement simple binary-search is improve performance. if use std api, it'll trigger copy Callsi…
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp416 // lazy assignment: only Iterate need arkStackMapParser_ in order to high improve performance in Iterate()

12