Searched full:improve (Results 1 – 25 of 35) sorted by relevance
12
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2024-05-24-isa-changelog.md | 12 1. To improve the performance of "istrue" and "isfalse" bytecode instructions, the following two by…
|
| D | 2023-12-31-isa-changelog.md | 31 5. To improve the performance of class field initialization, the following bytecode instruction is …
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 45 - 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/static_core/verification/config/context/ |
| D | context.cpp | 30 …// 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/ |
| D | gc_barrier_set.cpp | 103 // NOTE: We can improve an implementation here in PostBarrier() 170 // NOTE: We can improve an implementation here in PostBarrier()
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_resolve_string.md | 3 To get string literal by its identifier application has to perform special runtime call. To improve…
|
| D | reg_alloc_graph_coloring_doc.md | 50 …ll”-busy bitset, to try to satisfy neighbor bias preferences by tying to improve choice from 1st p…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 3 To get string literal by its identifier application has to perform special runtime call. To improve…
|
| D | reg_alloc_graph_coloring_doc.md | 50 …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/ |
| D | test_case.rb | 24 # TODO: improve this logging to avoid all hashes in the log
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
| D | test_case.rb | 24 # TODO: improve this logging to avoid all hashes in the log
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | dfx.h | 36 // improve code related to DfxController initialize and runtime options.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 2_lexical.rst | 92 White spaces improve source code readability and help avoiding ambiguities. 125 Line separators improve source code readability. Any sequence of line 484 digits can be used to denote an integer literal and improve readability. 564 digits can be used to denote a floating-point literal and improve readability. 620 denote a ``BigInt`` literal and improve readability. Underscore characters in
|
| D | 1_intro.rst | 490 in order to improve the source code readability and avoid ambiguities.
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 45 improve performance of GC barrier) for one card.
|
| D | memory-management.md | 31 - 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/docs/ |
| D | glossary.md | 45 improve performance of GC barrier) for one card.
|
| D | memory-management.md | 31 - 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/runtime/mem/ |
| D | region_space.cpp | 231 // 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/ |
| D | classes.rst | 126 and improve performance. 437 An overridden method can be marked with the keyword ``override`` to improve
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | why.rst | 47 The examples below are to explain how |LANG| can help to improve program
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc_code_processor.cpp | 71 * It will improve our compile performance. in FillInsWithoutLabels()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
| D | features.rst | 20 If the performance is to improve, then a rewritten version of |LANG| code
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_parser.cpp | 22 // implement simple binary-search is improve performance. if use std api, it'll trigger copy Callsi…
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.cpp | 399 // lazy assignment: only Iterate need arkStackMapParser_ in order to high improve performance in Iterate()
|
12