X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdyncount.lisp;h=744cf74bb3866d8bfe663ed56a36f3a909aa682f;hb=e02c32bd4d07a7d30c9a9d78be54f1f9f84f9877;hp=ffc0aed6c95cf7ca4741a3031a2392ce724dd8e4;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/dyncount.lisp b/src/code/dyncount.lisp index ffc0aed..744cf74 100644 --- a/src/code/dyncount.lisp +++ b/src/code/dyncount.lisp @@ -11,14 +11,12 @@ (in-package "SB!DYNCOUNT") -(file-comment - "$Header$") - #| -Make sure multi-cycle instruction costs are plausible. -VOP classification. - Make tables of %cost for benchmark X class. - Could be represented as a sort of bar chart. +comments from CMU CL: + Make sure multi-cycle instruction costs are plausible. + VOP classification. + Make tables of %cost for benchmark X class. + Could be represented as a sort of bar chart. |# (eval-when (:compile-toplevel)