Constant MAX_RUN_INSTRUCTIONS

Source
const MAX_RUN_INSTRUCTIONS: usize = 1_000_000;
Expand description

Maximum number of instructions we will execute in Engine::run(). This is used to ensure termination of a hinting program. See https://gitlab.freedesktop.org/freetype/freetype/-/blob/57617782464411201ce7bbc93b086c1b4d7d84a5/include/freetype/config/ftoption.h#L744