Dailydave mailing list archives

Re: DFlow Managed language?


From: Adrien Kunysz <adrien () kunysz be>
Date: Tue, 8 Sep 2009 20:05:11 +0100

On Tue, Sep 08, 2009 at 07:31:02AM -0400, dave wrote:
So one thing that you see a bit is people implementing their parsing
algorithms (which tend to need to be speedy) in C while the rest of
their logic is in a nice managed language, like C# or Java.

One thing you could do is add a trust level to the data going through
your managed language code, and if the data is trusted, have it go
through the native code, and if not, go through the slower managed code.

I think improving the compiler and/or virtual machine to make the code
faster would be more productive than implementing the parser twice in
two different languages.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Dailydave mailing list
Dailydave () lists immunitysec com
http://lists.immunitysec.com/mailman/listinfo/dailydave

Current thread: