638
edits
(simpler API) |
(→Multithreading: well... that's all i can think of) |
||
Line 249: | Line 249: | ||
except that: | except that: | ||
* in C++, <code>gc_resume_request</code> must called even if an exception | * in C++, <code>gc_resume_request</code> must be called whenever control exits the block, even if it exits via an exception, <code>return</code>, <code>break</code>, <code>continue</code>, or <code>goto</code>; and | ||
* the behavior is undefined if the ''<statements>'' contain any identifier starting with <code>_gc_</code>. | * the behavior is undefined if the ''<statements>'' contain any identifier starting with <code>_gc_</code>. | ||
edits