stack backend

Gonzo gonzo@gmd.de
Tue Dec 11 08:37:00 GMT 2001


is there a simple stack backend available for gcc?
( some kind of my-first-compiler-outputs-that-sort-of-stuff.)

for a c function

    int bla( int i, int j)
    {
    return( i + j );
    }

i want to have sth like:

    popint i
    popint j
    bla
    pushint

thanks,
andreas

p.s.: could you cc me to andreasw@cs.tu-berlin.de?



More information about the Gcc mailing list