SCM Repository
View of /trunk/src/compiler/IL/domain-sig.sml
Parent Directory
|
Revision Log
Revision 257 -
(download)
(annotate)
Mon Aug 9 18:28:37 2010 UTC (10 years, 8 months ago) by jhr
File size: 394 byte(s)
Mon Aug 9 18:28:37 2010 UTC (10 years, 8 months ago) by jhr
File size: 394 byte(s)
Added ForwardDFAFn functor
(* domain-sig.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * Abstract interface for data-flow analysis domains. *) signature DOMAIN = sig structure IL : SSA type t val bottom : t val join : t list -> t val transfer : t * IL.node -> t val same : t * t -> bool val toString : t -> string end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |