Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for May 23, 2013
An "enum" for Python 3
An unexpected perf feature
LWN.net Weekly Edition for May 16, 2013
A look at the PyPy 2.0 release
Surprisingly enough...
Posted Oct 31, 2010 20:42 UTC (Sun) by mjw (subscriber, #16740) [Link]
Here is the ikvm byte code verifier written in c#: http://ikvm.cvs.sourceforge.net/viewvc/ikvm/ikvm/runtime/... (6 years old)
Here is the gij one written in c++: http://gcc.gnu.org/viewcvs/trunk/libjava/verify.cc?view=log (8 years old)
The mauve verify testsuite is here: http://sourceware.org/cgi-bin/cvsweb.cgi/verify/?cvsroot=... (8 years old)
There are even a couple of (stand alone) byte code verifiers written in java. bcel and asm contain one for example.
And of course icedtea/openjdk contained one from the start also.
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds