maradydd (
maradydd
) wrote
2009
-
12
-
20
05:34 pm
Entry tags:
code
,
don't do this
Languages I have had to invoke Greenspun's tenth rule on
C
Lua
Flat
|
Top-Level Comments Only
no subject
mentalguy.livejournal.com
2009-12-22 01:08 am (UTC)
(
link
)
These days, replace "RAM" with "instruction cache". Cache misses really hurt.
no subject
lightning-rose.livejournal.com
2009-12-27 05:30 pm (UTC)
(
link
)
Indeed. I have disabled cache on pc's just to see how much the performance drops. Tip: don't do this with an o/s that boots into a gui.
I've also done a fair amount of embedded kernel development so I've benchmarked the differences between cache on and cache off at boot time.
33 comments
Post a new comment
Flat
|
Top-Level Comments Only
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
no subject
Indeed. I have disabled cache on pc's just to see how much the performance drops. Tip: don't do this with an o/s that boots into a gui.
I've also done a fair amount of embedded kernel development so I've benchmarked the differences between cache on and cache off at boot time.