SCM Repository
View of /trunk/src/compiler/IL/census-fn.sml
Parent Directory
|
Revision Log
Revision 338 -
(download)
(annotate)
Mon Sep 13 14:49:12 2010 UTC (11 years, 9 months ago) by jhr
File size: 379 byte(s)
Mon Sep 13 14:49:12 2010 UTC (11 years, 9 months ago) by jhr
File size: 379 byte(s)
Working on HighIL optimization
(* census-fn.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * Compute use counts for IL variables. *) functor CensusFn (IL : SSA) : sig structure IL : SSA val init : IL.program -> unit end = struct structure IL = IL fun init (IL.Program{globals, globalInit, actors}) = () (* FIXME *) end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |