이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
코드 효율성 상충관계
준정규(subnormal) 숫자 계산을 수행하거나 시뮬레이션과 코드 생성 결과 간의 있을 수 있는 불일치를 방지하는 코드를 제거하여 생성 코드의 효율성을 개선합니다.
시작하려면 Design Techniques to Optimize Models for Efficient Code Generation 항목을 참조하십시오.
도움말 항목
- Subnormal Number Execution SpeedMinimize the possibility of execution slowdowns or overruns due to subnormal number calculation latency. 
- Remove Code for Out-of-Range Floating Point to Integer ConversionsIf the input values in your application are in the range of the output type, remove code for out-of-range floating-point to integer conversions. 
- Remove Code That Maps NaN to Integer ZeroIf input values of NaNdo not exist in your application, specify that the code generator remove code that mapsNaNto integer zero.
- Disable Nonfinite Checks or Inlining for Math FunctionsUse code replacement library (CRL) customization entries to selectively disable nonfinite checks for math functions and inlining of math functions.