Changes between Version 3 and Version 4 of InternalTricks


Ignore:
Timestamp:
Jun 30, 2006, 10:13:51 PM (18 years ago)
Author:
soujak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InternalTricks

    v3 v4  
    9090   preferred to first breadth-visit the whole sub-tree and then
    9191   kill generation after generation.... muahuahuah!
    92    ,,Search for the `mortuary` among the code.
     92   Search for the `mortuary` among the code.
    9393 * __Exception handler functions__: An unexpected benefit of
    9494   modularization avoided exceptions raising after errors or
     
    9696   strategy, which clearly minimizes the over-head caused by
    9797   these recursion, reducing the number of context switches.
    98  * __Idle__: thumbs twiddling it is implemented without waste
     98 * __Idle__: ''thumbs twiddling'' it is implemented without waste
    9999   a whole process control block. A dummy-loop function is more
    100100   than enough, so we automagically set the interval timer up in