overflow check meaning in Chinese
溢出检查
溢出检验[检查
溢位检查
Examples
- Adds two signed integer values with an overflow check
Add . ovf将两个有符号的整数值相加,并且进行溢出检查。 - Remove integer overflow checks
不做整数溢出检查 - Adds two unsigned integer values with an overflow check
Add . ovf . un将两个无符号的整数值相加,并且进行溢出检查。 - With an overflow check
,并进行溢出检查。 - Multiplies two integer values on the stack with an overflow check
Mul . ovf将堆栈上的两个整数值相乘,并进行溢出检查。