Kenneth Lerman wrote:
> It seems too simple. What am I missing?
>   
It needs to look ahead an arbitrary number of blocks to see if a big 
slowdown
is required some time ahead.  When this stuff is interpreted, and that big
slowdown is spotted, you have to go backwards through the blocks
some amount to begin the slowing down.  It doesn't look horribly difficult,
but is a relatively unbounded problem, requiring a length of queue big 
enough
to have a long enough "horizon" to watch over.  I don't know the program
structure well enough, but it might even be possible to splice in a filter
between the interpreter and the TP that holds back a ring buffer of moves
to perform this processing.

Jon

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to