Ignore:
Timestamp:
Jul 20, 2021, 3:31:20 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
86fc350
Parents:
815c6ae
Message:

Added asm statements to the exception benchmarks to prevent unwanted optimizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/code/resume-empty.cfa

    r815c6ae r54651005  
    3232                        unwind_empty(total_frames);
    3333                } catchResume (empty_exception *) {
    34                         // ...
     34                        asm volatile ("# fixup block");
    3535                }
    3636        }
Note: See TracChangeset for help on using the changeset viewer.