c++ - how" set jump" and "long jump" differs from "try catch" in stack pointer modification? -


there discussion on difference between how setjmp , longjmp , "try catch" handles allocation on stack.

  1. after jump routines finishes restore stack pointer
  2. do have in same context or same function block happen
  3. when have function call in "try" section of "try catch" after call stack pointer returned if got catch section exception.


Comments

Popular posts from this blog

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -