No subject
Mon Jul 23 17:50:42 EST 2007
structure of DispatcherDefault and just add this new API I need. (I don't<br>
intend to change anything in DispatcherDefault - just change to using this<br>
new dispatcher wherever the old one was being used). This new Dispatcher<br>
would also reuse/replicate the assembly code for DispatcherDefault, since<br>
I don't think I will need to change any functionality represented in those<br>
functions. The only thing that would be different is that this Dispatcher<br>
would communicate with another type of Scheduler (which again would be<br>
cloned from the current scheduler code, plus the added functionality).
So<br>
to me, it seems like creating this new type of Dispatcher should not<br>
be as big a deal, other than figuring out make-file type stuff.<br>
(I'm not too worried about code-duplication concerns right now - I just<br>
want to see whether this works).<br>
<br>
More information about the K42-discussion
mailing list