color.h

来自「一个FREE编译器原码」· C头文件 代码 · 共 10 行

H
10
字号
/*
 * color.h - Data structures and function prototypes for coloring algorithm
 *             to determine register allocation.
 */

struct COL_result {Temp_map coloring; Temp_tempList spills;};
struct COL_result COL_color(G_graph ig, Temp_map initial, Temp_tempList regs);


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?