📄 gen-combos2
字号:
some pseudocode for now:read in the basic blocks and their countsfor each basic block: for each subsequence: increment its count by the basic block's countwhile not done: pick the (op, ops) pair that most reduces the instruction count add it to frequencies as a new `ops' object write it out replace its instances in basic blocks with the new operationthe amount a pair (op, ops) reduces the instruction count is: the frequency that op is followed by ops
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -