On Mon, Aug 26, 2013 at 8:30 PM, Jonathan S. Shapiro <[email protected]>wrote:

> Informally: A compilation approach in which the compiler can choose to
> emit code at static compile time that generates and invokes code at
> runtime. E.g. to perform dynamic loop unrolling. Have a look at Engler's
> work on tick-c at Stanford, which I've mentioned here several times,.
>

tick-c is crafty, and I follow you now. In the CLR, this is
reflection.Emit(). C# lacks any nice tick-c/D like syntax for this, but
AFAIK Nemerle supports it.
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to