Coverage Report

Created: 2017-07-25 07:52

/home/travis/build/MoarVM/MoarVM/src/spesh/osr.h
Line
Count
Source
1
/* How many iterations we must do in a loop to trigger OSR. */
2
893k
#define MVM_OSR_THRESHOLD 200
3
4
/* Functions called when OSR is triggered, and after logging runs are done. */
5
void MVM_spesh_osr(MVMThreadContext *tc);
6
void MVM_spesh_osr_finalize(MVMThreadContext *tc);