存储区分配 meaning in English
allocate storage
Examples
- Supports fiber safety for data allocated using static thread - local storage
支持使用静态线程本地存储区分配的数据的纤程安全 - Supports fiber safety for data allocated using static thread - local storage , that is , data allocated with
支持使用静态线程本地存储区分配的数据(即用 - Chapter 3 focuses on translating the c code into assembly code . the implementation and optimization involves issues of assignment of variables and memories , pass of function parameters , addressing modes , control of nested repetition , use of ar registers , pipeline conflicts , and so on
本文从改写c源码为c54x汇编代码着手,对实现过程中的变量存储区分配、参数的传递、寻址方式的选择、循环的嵌套与控制、辅助寄存器的使用、流水线等方面的问题进行了设计和优化,在c54x上实时实现了g . 729a声码器。