📄 opt_peephole.h
字号:
#ifndef _MAL_PEEPHOLE_#define _MAL_PEEPHOLE_#include "opt_support.h"#include "mal_interpreter.h" /* for showErrors() */#include "opt_prelude.h"/* #define DEBUG_OPT_PEEPHOLE show partial result */#define match(X,M,F) ( (X) && getFunctionId(X) && strcmp(getFunctionId(X),F)==0 && \ getModuleId(X) && strcmp(getModuleId(X),M)==0)#endifopt_export str OPTpeephole(MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -