Partial application in C
Chris Torek
chris at mimsy.UUCP
Wed Jun 29 14:52:58 AEST 1988
>It's easy to provide partial application and first class procedures
>using a heap (especially with garbage collection). It's not really necessary
>modify instruction space to do this.
True enough. The modified I-space will be faster, though, at least if
the newly created procedures are called often. There is no particular
reason that OSes should not have calls to create a new chunk of I-space
(or get rid of an old one), except that the demand for it has been low.
--
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain: chris at mimsy.umd.edu Path: uunet!mimsy!chris
More information about the Comp.lang.c
mailing list