Searched full:improve (Results 1 – 25 of 34) 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/jsvm/ |
| D | README.en.md | 8 …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/ |
| 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/plugins/ets/doc/cookbook/ |
| D | why.rst | 46 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/ |
| 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/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/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/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/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/plugins/ets/doc/spec/ |
| D | 2_lexical.rst | 99 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
|
| D | 1_intro.rst | 491 in order to improve the source code readability and avoid ambiguities.
|
| /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/abc2program/ |
| D | abc_code_processor.cpp | 76 * It will improve our compile performance. in FillInsWithoutLabels()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_parser.cpp | 21 // 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 | 416 // lazy assignment: only Iterate need arkStackMapParser_ in order to high improve performance in Iterate()
|
12