Skip to main content
Associate
August 29, 2024
Question

StellarStudio code optimization

  • August 29, 2024
  • 0 replies
  • 615 views

Hello,

Stellarstudio how to set the code optimization? 

During the process of compiling a.C file into an.O file, the code is optimized. Commonly used optimizations include time optimization, which aims to make the code execution time shorter and more efficient, and space optimization, which aims to reduce the space occupied by the generated code.