繰り返し同じ値を計算する冗長な式を除去するコード最適化の手法です。
PRE is a code optimization technique to remove redundant exprssions.
ループの繰返しを越えた冗長性を除去するコード最適化の手法です。
Scalar Replacement is a code optimization technique to remove redundancy between different iterations of a loop.
キャッシュメモリの読込みミスを減らすために同じ配列を参照するロード命令を連続的に実行できるように集約する手法です。
GLIA is a code motion based cache optimization that aggregates load instructions accessing the same arrays.
© Copyrights 2021 ~ Sumikawa Lab. All Rights Reserved