<> <> <> <> <<>> <<-- Starting WrapDragoman>> Run Lister WrapDragoman Run StandardCache Run RealCache <<-- Initializing the thing>> _ &handle _ WrapDragoman.Start[instr: 1, data: 1] -- number of caches <<-- Specifying the caches>> _ &rc _ RealCache.NewCache[lines: 512, quadsPerLine: 8, lru: FALSE] -- real cache _ WrapDragoman.SetInstructionCache[handle: &handle, number: 0, cache: StandardCache.NewCache[lines: 50, quadsPerLine: 4, lru: FALSE, realCache: &rc]] -- instruction cache _ WrapDragoman.SetDataCache[handle: &handle, number: 0, cache: StandardCache.NewCache[lines: 50, quadsPerLine: 4, lru: FALSE, realCache: &rc]] -- data cache <<-- Marking interesting GFI's>> _ WrapDragoman.MarkGFI[&handle, "CommandToolUtilitiesImpl", "FileViewerOpsImpl", "FileStreamImpl", "FileNamesImpl", "FileImpl"] <<_ WrapDragoman.MarkGFI[&handle, "IOPrintImpl", "IOCommonImpl", "IOSimpleStreamsImpl", "IOConvertImpl", "ViewerIOImpl", "IOScanImpl"]>> <<_ WrapDragoman.MarkGFI[&handle, "FSLockImpl", "FSFileOpsImpl", "FSReportImpl", "FSOpenFileImpl", "FSStreamImpl", "FSNameImpl"]>> <<_ WrapDragoman.MarkGFI[&handle, "RopeImpl", "RopeImplExt", "ListImpl", "AtomImpl", "ConvertUnsafeImpl"]>> _ WrapDragoman.MarkGFI[&handle, "compiler"] <<-- Running the simulation>> _ WrapDragoman.Run[&handle, "compile Foo.mesa"] _ &rc.print[&rc, &handle.tsOut, "Real cache"]