according to documentation here http://msdn.microsoft.com/en-us/library/vstudio/jj161081.aspx
"These include enabling additional secure code generation features and..."
I wonder what kind of code will be instrumented into my code. How does it affect performance? especially compared to /GS. Does it put some kind of stub for every functions? or just adding some sort of range check guard based on analysis?