Topic: memory management by free list
ThesaHelp: references i-l
Topic: parameter passing by argument list
Topic: communication port
Topic: goto statement
Topic: binding of names to objects
Topic: monitored statements and events
Topic: evaluation in an environment
| |
Reference
Lampson, B.W., Mitchell, J.G., Satterthwaite, E.H.,
"On the transfer of control between contexts",
Proceedings of Symposium on Programming, Paris, France, 1974, Springer-Verlag, LNCS 19, pp. 181-203.
Google
Other Reference
report, XEROX Palo Alto Research Center
Quotations
2 ;;Quote: a global transfer of control affects storage allocation and name bindings; invokes a new piece of program text
| 2 ;;Quote: reconfigurable connections between modules allow debugging facilities to be spliced in, and adaptors that change a modules behavior
| 3 ;;Quote: a context consists of a program reference, a binding rule for names, and local storage
| QuoteRef: lampBW_1974 ;;6 Storage allocation by memory blocks each 10% larger than previous size eg 10,12,14,16...200,220 etc
| QuoteRef: lampBW_1974 ;;7 transfer primitive (minimal placing most work on the contexts involved). destination inport, a return outport, and an argument pointer- passed to these by global variables dest, link and args
| QuoteRef: lampBW_1974 ;;8 argument passing via a block of arguments i.e. requires only one pointer
|
Related Topics
Topic: memory management by free list (19 items)
ThesaHelp: references i-l (342 items)
Topic: parameter passing by argument list (6 items)
Topic: communication port (40 items)
Topic: goto statement (25 items)
Topic: binding of names to objects (16 items)
Topic: monitored statements and events (16 items)
Topic: evaluation in an environment (34 items)
|