Examples of using Code size in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Reduce the code size.
Finally, code size is a measure of programming skill;
This might increase code size.
This is because code size for embedded systems is of fundamental importance.
This might increase code size.
Code size optimization has reduced the compiled size of Swift code. .
It helps in reducing code size.
Templates can significantly reduce source code size and increase code flexibility without reducing type safety.
This might possibly increase code size.
Their average code size was more than 20MB, indicating significantly larger function deployment sizes than Node.
If you declare too many global variables, code size increases significantly.
Constant generator provides the six most often used immediate values andreduces code size.
Going from Java to Ruby, expect your code size to shrink down considerably.
However, the extensive use of templatesmay dramatically increase compilation time and code size.
RISC needs more RAM, whereas CISC has an emphasis on smaller code size and uses less RAM overall than RISC.
The Cortex-M0+ coprocessor offers up to 100 MHz performance with a simple instruction set andreduced code size.
Based on trends on HTTP Archive, deployed JavaScript code size has grown 45% over the course of the year.
This increases code size because additional nonvectorized code is generated to execute any additional loop iterations.
These free GCC compilers support all MSP430 andMSP432 devices without code size limitations.
EIP 170: Contract code size limit: changes the maximum code size that a contract on the blockchain can have.
It allows implementers to trade off encryption speed,key setup time, and code size to balance performance.
This increases the code size because additional non vectorized code is generated to execute any additional loop iterations.
Fortunately, JerryScript allows us toeasily turn off JavaScript features to reduce code size and memory usage.
Smaller code size enables the use of lower-cost microprocessors and less memory, and leaves more room for application code. .
However, most of the optimization techniques that are performed by acompiler involve a tradeoff between execution speed and code size.
Dart platform has been updated to 2.1,which offers smaller code size, faster type checks, and better usability for type errors.
For example, if you need only digital signatures,you can exclude symmetric key encryption components to minimize code size in your application.
The code size reduction is nice, but never actually reaches 50% as sometimes two Thumb instructions are required for one equivalent ARM instruction.
The microMIPS ISA is said tomaintain 98% of MIPS32 performance while reducing code size by 35%, translating to significant silicon cost savings.
Inlining a very smallaccessor function will usually decrease code size while inlining a very large function can dramatically increase code size.