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-r.cfa

    rf450f2f r18783b4  
    2020                try {
    2121                        nounwind_other(42);
     22                        if ( frames == -1 ) printf( "42" );                     // prevent recursion optimizations
    2223                } catchResume (not_raised_exception * ex) {
    2324                        ex->fixup = frames + 42;                                        // use local scope => lexical link
Note: See TracChangeset for help on using the changeset viewer.