[DGD] segmentation fault during compile_object

Raymond Jennings shentino at gmail.com
Tue Aug 13 04:55:07 CEST 2013


Thanks.

To answer your question, my hunch is that lambdas will run into the same
problems as happycode.

IIRC, present function pointers include function names, and anonymous
lambdas will conflict with recompile-in-place.


On Mon, Aug 12, 2013 at 7:22 PM, Kent Mein <mein at cs.umn.edu> wrote:

>
> On Aug 12, 2013, at 5:29 PM, Raymond Jennings <shentino at gmail.com> wrote:
>
> > For the record, what is a lambda?
> >
>
> It's an anonymous function (one without a name), kind of a temporary
> function.
>
> http://en.wikipedia.org/wiki/Anonymous_function has more details…
>
> Kent
> ____________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
>



More information about the DGD mailing list