Drew Northup wrote:
> 
> How effective would it be to have the monitor just take a quick sampling of
> various locations on the page and test them for the "need" to use one method
> over the other...... or is this asking too much of the project code?

Probably not very efficient.  I suppose it depends on the
density of virtualized code and how much info is stored
about those instructions.  You'd have to store every
byte of each virtualized instruction in order to do
a compare.  Keep idea in mind for a rainy day...

-Kevin

Reply via email to