强度折减
在软件工程领域,强度折减(Strength reduction)是一个编译器最佳化技术,它将昂贵的运算以相同但是相对便宜的运算取代,最经典的范例就是将乘法转换为使用循环的连续加法,这经常使用在数组的寻址。(Cooper,Simpson & Vick 1995,p.1)
强度折减的范例包含:
- 使用循环及加法取代乘法运算
- 使用循环及乘法取代指数运算
单词 | Strength reduction |
释义 |
Strength reduction
中文百科
强度折减在软件工程领域,强度折减(Strength reduction)是一个编译器最佳化技术,它将昂贵的运算以相同但是相对便宜的运算取代,最经典的范例就是将乘法转换为使用循环的连续加法,这经常使用在数组的寻址。(Cooper,Simpson & Vick 1995,p.1) 强度折减的范例包含:
英语百科
Strength reduction 强度折减In software engineering, strength reduction is a compiler optimization where expensive operations are replaced with equivalent but less expensive operations. The classic example of strength reduction converts "strong" multiplications inside a loop into "weaker" additions – something that frequently occurs in array addressing. (Cooper, Simpson & Vick 1995, p. 1) |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。