This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Do you happen to know if exception handling in Objective-C is anything like
the one in Smalltalk? Tom pointed this area out as potentially very
difficult, since gcc might not support Smalltalk exception semantics (in
Smalltalk the handler is reached before any unwinding happens, and the
handler gets to decide if the unwinding happens or not, it may choose to
retry the exception-generating operation).
And does Objective-C support operations like #become: (switching the identities of two objects)?
Thanks, Andrew Pinski
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |