Searched full:performance (Results 1 – 25 of 130) sorted by relevance
123456
| /arkcompiler/ets_frontend/es2panda/test/benchmark/ |
| D | README.md | 4 The purpose of this project is to test the performance of es2abc when compiling JS and output a rep… 22 … JavaScript benchmarking suite for evaluating the performance of browsers in … 23 …| Kraken | JavaScript performance test suite, including a seri… 24 … JavaScript performance testing suite, used to evaluate the per… 26 …When running this benchmark, you can compare the performance of es2abc compilation with that of He…
|
| /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 33 |LANG| supports Boxing and Unboxing conversions, though they have performance 36 type. The performance gain can be as much as double in some applications. 39 |LANG| Performance Challenges 110 approximately 10 % performance improvement. 112 |LANG| Performance Challenges 192 allows making calls more efficient, and improves the performance significantly. 194 |LANG| Performance Challenges 243 |LANG| Performance Challenges
|
| D | guide.rst | 19 System ArkTS provides tips to focus on the performance. System |LANG| gives 139 performance-related tips and suggestions. In the near future we are to 140 investigate into the following possible performance leaks:
|
| D | intro.rst | 23 performance of your |LANG| applications.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | why.rst | 33 - Program performance. To ensure correctness of the program, dynamically-typed 48 stability and performance. 146 .. Null Safety for Better Performance: 148 Null Safety for Better Performance 185 function can turn into a performance problem. 209 important feature from the perspectives of both stability and performance. 213 and helps optimizing the performance.
|
| D | summary.rst | 44 and improves performance. To achieve this, the usage of the type ``any`` is 85 Prohibiting ``any`` provides a strong positive impact on the performance at the 95 To achieve maximum performance benefits, |LANG| requires the layout of objects 173 and code performance. Having class definition at one place, and modifying 184 strong positive impact on the performance at the cost of low-effort refactoring. 193 To achieve better performance and encourage developers to write clearer code, 285 structural typing implies performance overhead.
|
| D | intro.rst | 21 performance. As a result, all |TS| features can be divided into the following
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 13 This means code bloating and possible performance degradation, so, avoiding 14 the recalculation would reduce code size and bring some performance 28 non-repetetive sequences of instructions will not bring a measurable performance
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 13 This means code bloating and possible performance degradation, so, avoiding 14 the recalculation would reduce code size and bring some performance 28 non-repetetive sequences of instructions will not bring a measurable performance
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 45 …performance and security, ArkCompiler JS Runtime statically pre-compiles JS/TS programs into ArkCo… 47 … based on the TS type information sent from ts2abc, which greatly improves the running performance. 49 …ry usage to better leverage the device's multi-core feature to improve performance. Now ARK-JS is …
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | vregister_iterator.h | 23 // NOLINTNEXTLINE(performance-move-const-arg) 78 // NOLINTNEXTLINE(performance-move-const-arg)
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 29 commands (or bytecode) and execute them. Of course, this implies additional performance overhead 82 if substituted by a stack-based analogue. At the same time, performance becomes 10%-40% worse 85 Since bytecode interpretation is a required program execution mode for Panda, performance of the 122 accumulator, reducing performance and increasing encoding size). 129 which also saves us encoding space and improves performance
|
| D | cfi_directives.md | 5 …d-written** assembly code is preferred to compiler-generated, i.e. for performance reasons (usage …
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 29 commands (or bytecode) and execute them. Of course, this implies additional performance overhead 82 if substituted by a stack-based analogue. At the same time, performance becomes 10%-40% worse 85 Since bytecode interpretation is a required program execution mode for Panda, performance of the 122 accumulator, reducing performance and increasing encoding size). 129 which also saves us encoding space and improves performance
|
| D | cfi_directives.md | 5 …d-written** assembly code is preferred to compiler-generated, i.e. for performance reasons (usage …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | intro.rst | 21 designed specifically to build high-performance mobile applications! 23 |LANG| is optimized to provide better performance and efficiency, while still
|
| /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_frontend/test/scripts/ |
| D | readme.md | 7 4. Run performance test which in performance_test
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | SwitchTest.ts | 25 console.log('Average performance.');
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | SwitchTest.js | 25 console.log('Average performance.');
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
| D | SwitchTest.java | 32 System.out.println("Average performance."); in main()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/ |
| D | gc_workers_task_queue.cpp | 27 …auto gcTaskRunner = [this, gcWorkerTask = std::move(task)]() mutable { // NOLINT(performance-move… in TryAddTask()
|
| /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 performance in AddMethod()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.h | 24 * High performance container interface in jsapi.
|
123456