Embedded is a special case
Posted Oct 4, 2007 3:07 UTC (Thu) by
filker0 (guest, #31278)
In reply to:
Memory part 2: CPU caches -- factual error by tshow
Parent article:
Memory part 2: CPU caches
Embedded systems are a special case and all of the rules change. Set top boxes, such as game
machines, are special purpose platforms. General coding techniques used in your typical
application tend to be architecture and platform agnostic, a game is written knowing exactly what
kind of hardware environment it's going to get. Embedded apps often manage their own cache,
too. I know the ones I'm working on right now do.
(
Log in to post comments)