References:
A landing pad corresponds roughly to the code found in the
catchportion of atry/catchsequence. When execution resumes at a landing pad, it receives anexception structureand aselector valuecorresponding to thetypeof exception thrown. The selector is then used to determine whichcatchshould actually process the exception.
If you could revise
the fundmental principles of
computer system design
to improve security...
... what would you change?