Changes between Version 3 and Version 4 of InternalTricks
- Timestamp:
- Jun 30, 2006, 10:13:51 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InternalTricks
v3 v4 90 90 preferred to first breadth-visit the whole sub-tree and then 91 91 kill generation after generation.... muahuahuah! 92 ,,Search for the `mortuary` among the code.92 Search for the `mortuary` among the code. 93 93 * __Exception handler functions__: An unexpected benefit of 94 94 modularization avoided exceptions raising after errors or … … 96 96 strategy, which clearly minimizes the over-head caused by 97 97 these recursion, reducing the number of context switches. 98 * __Idle__: thumbs twiddlingit is implemented without waste98 * __Idle__: ''thumbs twiddling'' it is implemented without waste 99 99 a whole process control block. A dummy-loop function is more 100 100 than enough, so we automagically set the interval timer up in