Hi -
On Fri, Oct 24, 2008 at 10:47:36AM -0400, Steven Rostedt wrote:
That's what we do with the systemtap script, where kernel "handling"
consists of "running the machine code".
perl and python are pretty big procedural languages, and are not
easily compiled down to compact & quickly executed machine code. (I
take it no one is suggesting including a perl or python VM in the
kernel.) Plus, debugger-flavoured event-handling programming style
would not look nearly as compact in perl/python as in systemtap, which
is small and domain-specific.
- FChE
--