Jeremy Siek 6 年之前
父节点
当前提交
9d6d4dc53f
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      book.tex

+ 0 - 7
book.tex

@@ -1495,13 +1495,6 @@ The topic of Chapter~\ref{ch:register-allocation} is implementing a
 smarter approach in which we make a best-effort to map variables to
 registers, resorting to the stack only when necessary.
 
-%% \margincomment{\scriptsize I'm confused: shouldn't `select instructions' do this?
-%% After all, that selects the x86 instructions. Even if it is separate,
-%% if we perform `patching' before register allocation, we aren't forced to rely on
-%% \key{rax} as much. This can ultimately make a more-performant result. --
-%% Cam}
-
-
 Once variables have been assigned to their homes, we can finalize the
 instruction selection by dealing with an idiosyncrasy of x86
 assembly. Many x86 instructions have two arguments but only one of the