Coverage Report

Created: 2018-07-03 15:31

/home/travis/build/MoarVM/MoarVM/src/spesh/threshold.h
Line
Count
Source
1
/* The maximum size of bytecode we'll ever attempt to optimize. */
2
5.76M
#define MVM_SPESH_MAX_BYTECODE_SIZE 65536
3
4
MVMuint32 MVM_spesh_threshold(MVMThreadContext *tc, MVMStaticFrame *sf);