Skip to content

Tests to explore when C compilers do Tail Call Optimization

Notifications You must be signed in to change notification settings

dpw/c-tco-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-tco-tests

Some simple programs to test the extent to which C compilers can perform Tail Call Optimisation.

Do:

$ make run CC=gcc CFLAGS=-O6

Or:

$ make run CC=clang CFLAGS=-O3

About

Tests to explore when C compilers do Tail Call Optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages