Re: kernel stack challenge

From: viro
Date: Tue Apr 06 2004 - 21:31:32 EST


On Tue, Apr 06, 2004 at 09:02:49PM -0400, Horst von Brand wrote:
> Sergiy Lozovsky <serge_lozovsky@xxxxxxxxx> said:
> > If stack will shrink - i'll come up with something.
>
> Good luck! When it is done shrinking, there won't be much (if any) left for
> you to play with.
>
> > Rearchitecture of LISP interpreter - is too much work.
>
> Implement a kernel-side LISP interpreter isn't...

It's a userland (and leaky, at that) LISP interpreter plus some glue and duct
tape to make it kinda-sorta work in kernel mode - enough for a demo, in any
case. BTW, the LISP dialect implemented by that interpreter is unimpressive,
to put it mildly. Even aside of atrocious "GC" and lexer (BTW, have the
author of RefLISP ever heard of arcane technics known as "checking the return
value of malloc"?), semantics of his EVAL would be a shame even in 70s (at
any point after Landin's papers, actually). Sigh...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/