Ignore:
Timestamp:
Sep 4, 2021, 10:34:43 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
49b3389
Parents:
f450f2f
Message:

attempt to remove tail-recursion optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/code/fixup-other-f.cfa

    rf450f2f r18783b4  
    1414                frames -= 1;
    1515                nounwind_fixup(42, raised_rtn, not_raised);
     16                if ( frames == -1 ) printf( "42" );                             // prevent recursion optimizations
    1617        } else {
    1718                int fixup = dummy;
Note: See TracChangeset for help on using the changeset viewer.