| For those of you who | |
| April 11, 2002 | 10:42 PM |
|
For those of you who wondered why I haven't been posting lately: three words. Too Much Work. I'm in dual-mode again: earning money with coordinating the architectural decisions for a somewhat big integration project [six or seven systems, two platforms, four standard software packages, five programming languages and thousands of planned person days of work] and having fun by working with the unmanaged .NET profiling API again [well, actually the big project is fun as well] I'm currently about to rewrite the JIT-Interception stuff to be a lot more generic when emitting new IL codes. Right now i'm about to figure out how to reuse code from corhlpr.h & co to save me some work (in the first run I did it the hard way, decoding the IMAGE_COR_ILMETHOD on my own which is certainly _not_ recommended ...) |
|