src/HOL/BCV/README.html
author wenzelm
Wed, 31 May 2000 14:30:28 +0200
changeset 9011 0cfc347f8d19
parent 7626 5997f35954d7
child 9791 a39e5d43de55
permissions -rw-r--r--
Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms to the current context is now done automatically);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7626
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     1
<HTML><HEAD><TITLE>HOL/BCV/README</TITLE></HEAD>
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     2
<BODY>
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     3
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     4
<H1>Towards Verified Bytecode Verifiers</H1>
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     5
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     6
This theory defines a very abstract and generic model of bytecode
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     7
verification, i.e. data-flow analysis for assembly languages with subtypes.
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     8
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     9
<P>
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    10
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    11
A paper describing the theory is found here:
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    12
<A HREF = "http://www4.in.tum.de/~nipkow/pubs/bcv.html">
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    13
Towards Verified Bytecode Verifiers</A>.
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    14
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    15
</BODY>
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    16
</HTML>