Commit 674032e2 by Jeff Law

* extend.texi: Bring back reference to trampoline paper.

From-SVN: r20146
parent e2b629d7
Sun May 31 00:27:47 1998 Jeffrey A Law (law@cygnus.com)
* extend.texi: Bring back reference to trampoline paper.
Sun May 31 00:22:34 1998 Ulrich Drepper <drepper@cygnus.com>
* Makefile.in (USER_H): Add stdbool.h.
* ginclude/stdbool.h: New file.
Fri May 29 01:48:25 1998 Jeffrey A Law (law@cygnus.com) Fri May 29 01:48:25 1998 Jeffrey A Law (law@cygnus.com)
* jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER * jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
......
...@@ -366,7 +366,8 @@ does not refer to anything that has gone out of scope, you should be ...@@ -366,7 +366,8 @@ does not refer to anything that has gone out of scope, you should be
safe. safe.
GNU CC implements taking the address of a nested function using a GNU CC implements taking the address of a nested function using a
technique called @dfn{trampolines}. technique called @dfn{trampolines}. A paper describing them is
available as @samp{http://master.debian.org/~karlheg/Usenix88-lexic.pdf}.
A nested function can jump to a label inherited from a containing A nested function can jump to a label inherited from a containing
function, provided the label was explicitly declared in the containing function, provided the label was explicitly declared in the containing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment