previous index next

Now let's turn to memory. As you can imagine, a system like this is going to use a significant amount of memory, since it's making a copy of every instruction that's executed. In the best case we're going to duplicate the entire working set of the application, and at worst we're going to allocate memory for all application code that's ever run, plus associated data structures.

  Copyright © 2004 Derek Bruening