Related articles |
---|
Tail Recursion/setjmp/longjmp in C (CBOYER 1.3) hbaker@netcom.com (1994-02-21) |
Newsgroups: | comp.compilers |
From: | hbaker@netcom.com (Henry G. Baker) |
Summary: | cboyer13.c w/ sparc-optimized cboyer13.s posted to comp.lang.scheme.c |
Keywords: | optimize, GC, available |
Organization: | nil |
Date: | Mon, 21 Feb 1994 00:20:20 GMT |
My cboyer.c benchmark version 1.3 has been posted to comp.lang.scheme.c,
along with cboyer.s automatically optimized for the sparc by replacing
register window pushes with explicit register saves.
For those who missed the earlier discussions, this benchmark is PORTABLE
ANSI C which makes the C stack into the first generation of a generational
garbage collector.
-- Henry Baker
hbaker@netcom.com
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.