From: Henry G. Baker
Subject: Tail Recursion/Garbage Collection in C
Date: 
Message-ID: <hbakerCL6qLx.8G4@netcom.com>
(I apologize for this possible duplicate posting.  Netcom has mailer probs.)

I have just posted a 34Kbyte ANSI C file to comp.lang.scheme.c which
shows a novel way to implement tail recursion and garbage collection
in C.  This program, called "CBOYER", is a hand-compiled version of
the Lisp Boyer Benchmark in a continuation-passing style of C.  Due to
its novel use of the stack, it may make an interesting benchmark to
compare hardware architectures.

I would be interested in any measurement results and feedback.

Thanks.

  -- Henry Baker
     ······@netcom.com