public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* configrun-sid patch: cache support
@ 2001-09-27 14:29 Frank Ch. Eigler
  0 siblings, 0 replies; only message in thread
From: Frank Ch. Eigler @ 2001-09-27 14:29 UTC (permalink / raw)
  To: sid

Hi -

Taking advantage of Ben Elliston's generalized cache model
(see sid/component/cache), the configrun-sid script now presents
options to insert data and/or instruction caches into the CPU's
bus path to memory.  It makes it easy to experiment with
hypothetical cache configurations.

For a toy program, here's some teaser output:

% arm-elf-sid --icache=direct/8kb/16 --dcache=4way/64kb/32/random hello-arm.x
hello world
icache profile report
reads:        1343
read hits:    69%
writes:       0
write hits:   0%
replacements: 409
flushes:      0
dcache profile report
reads:        762
read hits:    88%
writes:       1005
write hits:   52%
replacements: 90
flushes:      0


- FChE
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7s5pIVZbdDOm/ZT0RAreYAJ48zc4a4dAV33PeL+/iFtN9yyaJPgCfYhI6
sPCYg7ClLw66QLupbUjmcL4=
=N0WT
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-27 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-27 14:29 configrun-sid patch: cache support Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).