Commit History

作者 SHA1 備註 提交日期
  Andy Wingo 39729e8448 Rename $closure to $const-fun 6 年之前
  Andy Wingo 9f98b4a5b1 Add $code CPS expression type 6 年之前
  Andy Wingo 24f998e4d2 Lower box, box-ref, box-set! primcalls 7 年之前
  Andy Wingo abfe04835b Remove special optimizer and backend support for pairs 7 年之前
  Andy Wingo 6e100c9ba6 CPS pass now expects exploded vector primitives 7 年之前
  Andy Wingo ad55ee83c3 $throw is a new kind of CPS term 7 年之前
  Andy Wingo ee15ca1455 $prompt is now its own kind of CPS term. 7 年之前
  Andy Wingo afb0a92d50 $branch is now a distinct CPS term type 7 年之前
  Andy Wingo 52e28fd19e Fix DCE over primcall setters with params 7 年之前
  Andy Wingo 8d30643751 DCE of branches punches through dead terms 7 年之前
  Andy Wingo a3173d1758 DCE eliminates effect-free branches to the same continuation 7 年之前
  Andy Wingo c54c151eb6 $primcall has a "param" member 7 年之前
  Andy Wingo c119623e45 Simplify $branch to always take a $primcall 7 年之前
  Andy Wingo b40fac1e98 Factor out compute-effects/elide-type-checks from dce.scm 9 年之前
  Andy Wingo 4aabc205cc Add missing files 9 年之前
  Andy Wingo 420423f9a0 Remove CPS optimization passes and closure conversion 9 年之前
  Andy Wingo 50fcdfece3 Remove "free" field of $fun 10 年之前
  Andy Wingo 34ff3af9f0 Replace $letrec with $rec 10 年之前
  Andy Wingo a9ec16f9c5 Remove $void CPS expression type 10 年之前
  Andy Wingo 0ad455ca6b Remove size limit in elide-type-checks 10 年之前
  Andy Wingo ec412d7562 Rewrite type inference pass to use namesets 10 年之前
  Andy Wingo 59258f7cad Remove $kif 10 年之前
  Andy Wingo 92805e2197 Add $branch expression type 10 年之前
  Andy Wingo 3be43fb782 DCE uses type analysis to elide type checks 10 年之前
  Andy Wingo 5d25fdae37 Rewrite effects analysis to be precise for fields. 10 年之前
  Andy Wingo 40b36bbf94 Set-car! on a dead pair does not force the pair to be live 10 年之前
  Andy Wingo 405805fbc3 Separate make-cont-folder into global and local variants 11 年之前
  Andy Wingo a0329d0109 Root higher-order CPS term is always $kfun $cont 11 年之前
  Andy Wingo a16af11320 compute-dfg takes a $kfun $cont, not a $fun 11 年之前
  Andy Wingo 686a6490f4 Function defined by make-cont-folder takes a cont, not a $fun 11 年之前