On Mon, Feb 16, 2009 at 8:32 AM, Alex Shinn <alexsh...@gmail.com> wrote:
> When optimizing my Chicken code for speed, I find one of the
> most important things is to write the code so that it gets
> compiled into a single C function with gotos.  It's often so
> important to get this that I end up writing very unnatural
> Scheme code, including manually combining several loops into
> one.
>

This can be done by the chicken optimizer, but it's not trivial -
checking for a node-tree to have the proper form and rearranging
everything on that level is work-intensive. I'll try to think about this
a bit more.


cheers,
felix


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to