1.

What Are All The Situations Where The /gs Compiler Is Not Applied?

Answer»

These are the FOLLOWING situations where /GS compiler is not applied.

  1. When functions do not contain a BUFFER
  2. When optimizations is not enabled
  3. It is obvious when functions are defined to have a VARIABLE argument list it cannot create a STATIC cookie.
  4. If functions are marked with a naked keyword such as (C++) etc a GS compiler cannot be created.

These are the following situations where /GS compiler is not applied.



Discussion

No Comment Found