When I include the STEALTH_AREA_CHUNK macro, the compiler takes a long time to generate the file. Can you reduce that time?

<< Click to Display Table of Contents >>

Navigation:  Code Virtualizer > FAQ > General >

When I include the STEALTH_AREA_CHUNK macro, the compiler takes a long time to generate the file. Can you reduce that time?

The STEALTH_AREA_CHUNK macro generate lots of code, which might be a slow process under some compilers.

 

To reduce compilation time we recommend that you put in a separate source code file the STEALTH area, so it will be built only once.

 

If you put the STEALTH area in your main source code where you make changes, then the STEALTH area is compiled every time that you make a change in your main source code, highly increasing the compilation time.