src/HOL/BCV/README.html
author wenzelm
Sun, 31 Oct 1999 20:11:23 +0100
changeset 7990 0a604b2fc2b1
parent 7626 5997f35954d7
child 9791 a39e5d43de55
permissions -rw-r--r--
updated;
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>