>I don't know about the idea that self-modifying code is brain-dead.........
>my dad's first & best custom bootloader/bootstrapper was self modifying and
>worked great!!!

Read the intel manual... it says not to use self-modifying code.  In order for
it to work the code cache has to be flushed, and that's slow.  We have to
support self-modifying code of course, but it needen't be fast --- if you use
self-modifying code in a performance-critical section in you're program, that's
a bug anyway.

-- Ramon





Reply via email to