Searched full:improve (Results 1 – 25 of 39) 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/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/ets_frontend/ets2panda/test/utils/ |
| D | ast_verifier_test.h | 31 // CC-OFFNXT(G.PRE.02) macro to improve readability 35 // CC-OFFNXT(G.PRE.02) macro to improve readability
|
| /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/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/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/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/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/ets_frontend/ets2panda/lsp/src/ |
| D | navigate_to.cpp | 86 // improve get declarations correct and better
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | dfx.h | 36 // improve code related to DfxController initialize and runtime options.
|
| /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/plugins/ets/doc/spec/ |
| D | 2_lexical.rst | 98 White spaces improve source code readability and help avoiding ambiguities. 137 Line separators improve source code readability. Any sequence of line 592 digits can be used to denote an integer literal and improve readability. 695 digits can be used to denote a floating-point literal and improve readability. 754 denote a ``bigint`` literal and improve readability. Underscore characters in
|
| /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/ets_runtime/common_components/objects/ |
| D | base_string.cpp | 278 // 4: process the data in chunks of 4 elements to improve speed in CanBeCompressed() 302 // 4: process the data in chunks of 4 elements to improve speed in CanBeCompressed()
|
| /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 | 100 * It will improve our compile performance. in FillInsWithoutLabels()
|
12