src/HOL/BCV/README.html
author wenzelm
Fri, 06 Oct 2000 17:35:58 +0200
changeset 10168 50be659d4222
parent 9791 a39e5d43de55
permissions -rw-r--r--
final tuning;
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
9791
a39e5d43de55 Completely new version of BCV
nipkow
parents: 7626
diff changeset
     4
<H1>Verified Bytecode Verifiers</H1>
7626
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     5
9791
a39e5d43de55 Completely new version of BCV
nipkow
parents: 7626
diff changeset
     6
This theory defines an abstract and generic model of bytecode
a39e5d43de55 Completely new version of BCV
nipkow
parents: 7626
diff changeset
     7
verification, i.e. data-flow analysis for assembly languages with subtypes,
a39e5d43de55 Completely new version of BCV
nipkow
parents: 7626
diff changeset
     8
and applies it to an equally abstract model of the JVM.
7626
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     9
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    10
<P>
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    11
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    12
A paper describing the theory is found here:
9791
a39e5d43de55 Completely new version of BCV
nipkow
parents: 7626
diff changeset
    13
<A HREF = "http://www.in.tum.de/~nipkow/pubs/bcv2.html">
a39e5d43de55 Completely new version of BCV
nipkow
parents: 7626
diff changeset
    14
Verified Bytecode Verifiers</A>.
7626
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    15
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    16
</BODY>
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    17
</HTML>