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

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -