<> <> <> <> <> <<>> <<-- Starting WrapDragoman>> BcdLister WrapDragoman Run AssociativeCacheImpl Run RealCache <<-- Initializing the thing>> _ &handle _ WrapDragoman.Start[instr: 1, data: 1] -- number of caches <<-- Specifying the caches>> _ &rc _ AssociativeCache.NewCache[lines: 512, quadsPerLine: 8, lru: FALSE] -- real cache _ WrapDragoman.SetInstructionCache[handle: &handle, number: 0, cache: AssociativeCache.NewCache[lines: 50, quadsPerLine: 4, lru: FALSE, realCache: &rc]] -- instruction cache _ WrapDragoman.SetDataCache[handle: &handle, number: 0, cache: AssociativeCache.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"] Compile _ WrapDragoman.MarkGFI[&handle, "Compiler"] <<-- Running the simulation>> _ WrapDragoman.Run[&handle, "Compile"] _ &rc.print[&rc, &handle.tsOut, "Real cache"]