Entry Stata:1999:TSJ from toplas.bib
Last update: Tue May 1 02:05:46 MDT 2012
Top |
Symbols |
Math |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z
BibTeX entry
@Article{Stata:1999:TSJ,
author = "Raymie Stata and Martin Abadi",
title = "A Type System for {Java} Bytecode Subroutines",
journal = j-TOPLAS,
volume = "21",
number = "1",
pages = "90--137",
month = jan,
year = "1999",
CODEN = "ATPSDT",
ISSN = "0164-0925 (print), 1558-4593 (electronic)",
ISSN-L = "0164-0925",
bibdate = "Tue Sep 26 10:12:58 MDT 2000",
bibsource = "http://www.acm.org/pubs/contents/journals/toplas/;
http://www.math.utah.edu/pub/tex/bib/toplas.bib",
URL = "http://www.acm.org/pubs/citations/journals/toplas/1999-21-1/p90-stata/",
abstract = "Java is typically compiled into an intermediate
language, JVML, that is interpreted by the Java Virtual
Machine. Because mobile JVML code is not always
trusted, a bytecode verifier enforces static
constraints that prevent various dynamic errors. Given
the importance of the bytecode verifier for security,
its current descriptions are inadequate. This article
proposes using typing rules to describe the bytecode
verifier because they are more precise than prose,
clearer than code, and easier to reason about than
either. JVML has a subroutine construct which is used
for the compilation of Java's try-finally statement.
Subroutines are a major source of complexity for the
bytecode verifier because they are not obviously
last-in/first-out and because they require a kind of
polymorphism. Focusing on subroutines, we isolate an
interesting, small subset of JVML. We give typing rules
for this subset and prove their correctness. Our type
system constitutes a sound basis for bytecode
verification and a rational reconstruction of a
delicate part of Sun's bytecode verifier.",
acknowledgement = ack-nhfb,
fjournal = "ACM Transactions on Programming Languages and
Systems",
keywords = "bytecode verification; Java; languages; security;
theory; verification",
subject = "Software --- Programming Languages --- Language
Classifications (D.3.2): {\bf Java}; Software ---
Programming Languages --- Formal Definitions and Theory
(D.3.1): {\bf Semantics}; Software --- Operating
Systems --- Security and Protection (D.4.6): {\bf
Invasive software}; Theory of Computation --- Logics
and Meanings of Programs --- Semantics of Programming
Languages (F.3.2): {\bf Operational semantics}; Theory
of Computation --- Logics and Meanings of Programs ---
Semantics of Programming Languages (F.3.2): {\bf
Program analysis}; Theory of Computation --- Logics and
Meanings of Programs --- Studies of Program Constructs
(F.3.3): {\bf Type structure}",
}
Related entries
- Abadi, Martin,
17(3)507,
28(2)207
- always,
6(4)632,
9(4)491,
15(4)632,
15(5)745,
15(5)771,
16(3)1024,
16(5)1449,
18(2)175,
20(2)259,
20(4)707,
20(4)724,
23(2)105,
29(1)2,
31(3)9,
31(4)13,
32(1)2,
34(1)4
- basis,
7(2)183,
16(3)456,
16(4)1361,
18(1)16,
19(6)942,
20(5)1067,
20(6)1111,
21(3)502,
21(5)914,
22(2)296,
22(3)540,
22(4)583,
22(4)638,
27(6)1216,
31(6)20,
32(6)21,
33(1)2,
33(3)9,
33(5)17
- because,
4(4)668,
4(4)687,
5(2)236,
9(3)408,
9(4)491,
13(1)1,
15(1)73,
15(4)632,
16(1)35,
16(3)328,
16(3)607,
16(3)649,
16(3)924,
16(4)1319,
16(6)1768,
17(1)63,
17(4)561,
18(1)30,
18(4)424,
18(6)683,
18(6)752,
19(1)1,
19(3)444,
19(4)568,
20(4)707,
20(4)869,
20(6)1223,
21(2)370,
21(3)430,
21(3)677,
21(4)813,
22(1)162,
22(2)265,
22(4)673,
22(5)932,
28(3)476,
28(5)848,
28(5)942,
29(6)35,
30(2)8,
30(3)12,
30(4)18,
30(4)21,
32(5)17,
34(1)6
- bytecode,
21(6)1196,
22(3)471,
22(4)638,
23(2)243,
28(4)619,
30(2)10,
30(4)21,
31(1)3,
32(3)8
- compilation,
1(1)50,
3(1)24,
6(4)505,
8(4)491,
13(1)21,
14(2)173,
16(1)3,
16(1)151,
16(2)175,
16(3)577,
16(4)1156,
16(5)1648,
17(6)844,
18(4)355,
18(4)477,
19(6)853,
19(6)942,
20(2)344,
20(3)679,
20(4)869,
20(6)1223,
21(2)286,
21(2)324,
21(3)527,
21(4)703,
21(4)790,
21(4)813,
21(5)895,
22(1)129,
22(4)701,
22(5)773,
22(5)932,
24(2)112,
28(1)106,
28(1)134,
28(3)517,
29(2)13,
29(4)18,
29(6)33,
30(4)21,
30(5)28,
31(1)5,
31(2)7,
31(5)17,
31(5)18,
32(2)4,
34(1)4
- compiled,
8(4)491,
8(4)547,
13(2)181,
14(4)574,
16(1)3,
16(3)577,
16(5)1648,
16(6)1699,
21(6)1196,
27(6)1049,
28(1)134,
30(6)30,
31(5)18,
33(4)13,
33(5)15
- complexity,
3(2)126,
4(2)258,
7(4)501,
8(1)109,
10(2)248,
13(2)211,
14(3)339,
15(4)632,
15(5)826,
16(1)35,
16(3)1051,
16(5)1472,
16(5)1512,
17(2)228,
17(2)331,
17(3)535,
17(4)600,
17(4)635,
18(3)268,
18(5)528,
19(1)1,
20(1)1,
20(1)116,
20(2)274,
20(2)344,
20(3)586,
20(3)635,
21(1)138,
21(3)417,
21(3)502,
21(4)790,
21(4)813,
22(1)87,
22(5)816,
27(6)1270,
28(1)175,
30(3)13,
30(4)23,
31(2)8,
31(4)16,
31(6)21,
32(4)14,
32(4)15,
32(6)21,
33(6)21
- constitute,
4(4)585,
16(2)205,
18(6)659,
22(6)1037,
33(3)9,
34(1)6
- current,
7(4)501,
14(2)173,
16(2)205,
16(3)727,
16(3)1010,
17(2)366,
19(3)413,
20(1)208,
20(2)274,
20(3)586,
20(5)917,
20(6)1111,
21(6)1077,
21(6)1137,
22(2)187,
22(5)773,
27(6)1147,
28(5)942,
30(3)12,
30(5)25,
31(1)1,
31(1)2,
31(3)12
- D.3.1,
7(1)159,
7(2)299,
7(2)311,
7(3)359,
7(3)426,
7(3)478,
7(4)637,
7(4)656,
8(1)109,
8(1)140,
8(2)264,
8(4)547,
9(1)54,
9(2)198,
9(3)390,
9(3)408,
9(3)441,
9(4)543,
9(4)567,
10(1)87,
10(1)118,
10(2)338,
10(3)345,
10(3)470,
10(4)602,
11(1)147,
11(2)169,
11(4)517,
11(4)598,
12(3)429,
13(1)99,
13(4)577,
14(1)107,
14(2)127,
14(3)396,
14(4)589,
15(1)133,
15(1)206,
15(2)290,
15(3)463,
15(3)535,
15(4)575,
15(4)681,
16(3)328,
16(3)605,
16(3)924,
16(3)1024,
16(4)1215,
16(4)1279,
16(5)1512,
16(5)1572,
16(5)1613,
16(6)1842,
16(6)1875,
17(1)47,
17(1)63,
17(1)157,
17(2)228,
17(2)366,
17(5)777,
17(6)844,
17(6)896,
18(1)16,
18(6)711,
19(1)7,
19(5)685,
19(5)751,
19(6)1053,
20(2)436,
21(1)11,
21(3)527,
21(5)914,
21(6)1196,
22(1)1,
22(4)638,
22(4)701,
22(6)1037
- D.4.6,
15(4)706,
16(3)986
- delicate,
33(1)2
- description,
2(2)173,
4(1)44,
5(2)127,
7(4)560,
7(4)637,
9(2)125,
9(2)257,
9(3)297,
16(3)428,
16(5)1431,
16(6)1661,
16(6)1737,
16(6)1842,
17(3)461,
19(4)586,
20(3)586,
21(3)527,
21(3)627,
22(4)638,
22(6)973,
22(6)1037,
24(4)369,
27(6)1147,
27(6)1344,
30(4)19,
31(5)19,
31(6)22
- easier,
13(1)52,
14(3)417,
18(1)30,
18(3)254,
27(6)1270,
31(2)6,
31(4)14,
32(1)2
- either,
9(2)235,
11(4)633,
13(2)269,
14(1)28,
14(2)127,
15(4)632,
15(4)706,
16(3)798,
16(5)1467,
18(1)30,
18(2)139,
19(4)557,
20(3)635,
20(6)1131,
21(4)813,
22(5)816,
27(6)1344,
28(2)331,
30(4)23,
32(6)23,
33(5)15
- enforce,
31(3)11,
32(2)4,
32(2)6,
33(6)20
- f.3.2,
7(2)270,
7(2)299,
7(2)311,
7(3)359,
7(3)426,
7(4)637,
7(4)656,
8(1)109,
8(1)140,
8(2)185,
8(4)547,
9(1)54,
9(3)408,
9(3)441,
10(1)118,
10(3)470,
10(4)602,
11(4)517,
11(4)650,
12(1)123,
12(1)139,
12(3)429,
13(2)237,
13(2)269,
13(3)315,
13(4)577,
14(1)107,
14(2)147,
14(4)589,
15(1)133,
15(1)206,
15(2)211,
15(4)575,
15(4)681,
16(3)328,
16(3)456,
16(3)605,
16(3)607,
16(3)649,
16(3)1024,
16(4)1081,
16(4)1215,
16(4)1361,
16(5)1411,
16(6)1875,
17(1)47,
17(2)366,
17(5)777,
18(6)711,
18(6)730,
19(1)48,
19(2)334,
19(3)427,
19(5)639,
19(5)685,
19(5)751,
19(5)804,
19(6)916,
20(1)1,
20(5)1014,
20(5)1067,
21(3)527,
22(2)340,
22(3)540,
22(4)701,
22(6)1037,
23(2)105
- f.3.3,
7(2)311,
7(4)622,
7(4)637,
7(4)680,
8(1)109,
8(1)140,
9(3)390,
9(3)441,
9(4)646,
10(1)87,
11(1)67,
11(1)115,
11(3)418,
11(4)633,
12(1)26,
12(3)341,
13(2)237,
13(4)631,
14(1)107,
14(4)589,
15(2)211,
15(2)253,
15(2)290,
15(2)312,
15(4)575,
16(3)524,
16(3)607,
16(5)1411,
16(6)1811,
17(3)431,
17(4)576,
17(6)805,
18(1)1,
18(2)109,
18(3)254,
18(3)268,
18(5)519,
18(6)730,
19(1)87,
19(2)223,
19(3)427,
19(3)444,
19(4)557,
20(1)1,
20(3)546,
20(4)707,
20(4)724,
20(5)1014,
20(6)1251,
21(2)370,
21(3)527,
21(6)1196,
22(2)340,
22(4)701,
22(6)1037
- focusing,
8(4)419,
16(1)35,
16(3)727,
28(2)207
- give,
4(3)382,
6(2)159,
9(3)297,
9(3)367,
9(4)491,
13(2)211,
13(2)237,
14(2)201,
14(3)339,
14(4)521,
15(5)771,
16(3)456,
16(3)843,
16(4)1114,
16(4)1117,
16(4)1248,
16(5)1411,
17(5)777,
18(2)139,
18(5)519,
18(6)711,
19(1)153,
19(3)427,
19(4)557,
19(5)804,
19(6)1085,
20(1)1,
20(4)724,
20(6)1223,
21(4)703,
28(2)256,
28(2)290,
29(1)2,
30(1)4,
30(3)12,
31(3)9,
31(3)11,
32(1)3
- given,
4(2)258,
4(3)323,
4(3)402,
4(4)650,
4(4)668,
4(4)687,
4(4)733,
8(4)524,
8(4)577,
9(3)367,
10(2)189,
11(4)633,
13(1)99,
13(1)150,
14(2)173,
14(4)471,
15(4)575,
15(5)771,
16(2)205,
16(2)259,
16(3)305,
16(3)456,
16(3)524,
16(3)607,
16(4)1117,
16(4)1215,
16(4)1319,
16(6)1842,
17(1)1,
17(2)264,
17(3)431,
17(3)507,
18(3)235,
18(5)528,
18(5)615,
18(6)711,
19(1)1,
19(1)188,
19(3)444,
19(4)586,
19(6)942,
20(1)208,
20(3)546,
20(6)1171,
21(3)627,
21(6)1077,
22(5)773,
28(1)175,
28(3)389,
28(4)747,
29(6)33,
30(4)24,
31(6)20,
31(6)21,
31(6)23,
32(6)22,
32(6)24
- importance,
6(4)632,
19(6)992
- inadequate,
13(1)150,
16(5)1472,
28(4)747
- interesting,
4(4)585,
14(4)490,
15(1)36,
15(4)735,
16(3)1051,
17(2)293,
17(5)777,
19(3)413,
19(3)444,
27(6)1147,
31(2)8,
31(3)12,
32(5)18,
33(1)3
- intermediate,
4(1)21,
5(3)499,
7(4)560,
9(2)257,
9(3)297,
9(3)319,
9(4)473,
14(2)173,
14(3)299,
16(3)775,
16(5)1431,
17(2)181,
18(6)711,
19(5)639,
19(5)804,
20(3)546,
21(3)527,
22(4)701,
28(4)696,
30(6)32,
31(5)18,
32(6)23
- interpreted,
18(4)355,
21(1)46,
21(2)286
- isolate,
16(5)1648,
33(1)3
- kind,
4(1)44,
13(1)52,
13(1)99,
13(2)181,
14(2)265,
16(4)1248,
17(2)197,
17(2)293,
19(4)557,
20(3)546,
21(1)1,
21(1)11,
22(1)162,
27(6)1270,
28(3)517,
30(5)27,
32(3)8,
32(5)19
- major,
8(4)419,
8(4)547,
9(2)257,
9(3)408,
14(4)490,
16(4)1081,
16(4)1156,
19(6)1053,
20(1)116,
28(1)134,
28(4)747,
30(3)17
- meaning,
4(1)83,
8(1)109,
14(4)521,
16(4)1279,
17(1)63,
18(2)175,
19(2)223,
19(2)253,
19(2)334,
19(2)386,
20(2)302,
21(1)46,
21(2)189,
21(2)240,
21(2)370,
21(3)417,
21(3)502,
21(3)527,
21(3)677,
21(4)747,
21(5)948,
21(6)1196,
22(2)187,
22(2)296,
22(2)340,
22(3)540,
22(4)701,
22(6)1037,
23(2)105,
27(6)1216,
32(6)22,
33(5)16
- mobile,
19(5)804,
25(1)1,
26(1)57,
28(2)290,
31(5)18,
32(3)8,
32(4)12,
32(5)16,
33(4)13
- obviously,
19(3)444,
32(4)14
- operating,
4(3)382,
4(4)678,
6(2)175,
8(4)419,
9(2)235,
10(1)51,
11(1)90,
13(1)52,
15(1)1,
18(5)615,
19(2)292,
21(1)46,
21(3)430,
22(4)673,
22(4)701,
29(6)33,
30(4)22,
31(1)3,
31(6)22
- operational,
4(2)283,
4(2)295,
4(4)668,
9(4)473,
10(1)118,
11(4)598,
13(1)99,
13(2)237,
13(2)269,
14(4)589,
15(2)211,
15(4)681,
16(3)649,
16(4)1081,
16(4)1215,
16(4)1279,
17(1)47,
18(6)711,
18(6)730,
19(1)48,
19(2)334,
19(5)804,
20(4)768,
20(5)1014,
21(3)527,
22(2)340,
22(4)701,
22(6)1037,
27(6)1147,
28(2)256,
28(2)290,
28(4)619,
30(5)26,
31(2)6,
31(2)8,
31(3)12,
32(5)19
- part,
3(2)168,
3(4)431,
4(1)1,
4(2)239,
4(2)295,
4(3)382,
5(2)127,
7(1)159,
7(2)311,
8(1)109,
8(1)140,
8(4)547,
9(3)319,
9(3)367,
9(4)473,
13(1)1,
14(1)54,
14(1)107,
14(4)471,
14(4)490,
15(1)73,
16(3)577,
16(3)1010,
16(4)1117,
16(4)1248,
17(1)123,
17(2)264,
17(3)507,
17(4)635,
18(2)139,
18(4)355,
19(1)1,
19(3)492,
19(3)525,
20(3)483,
20(4)869,
21(4)813,
22(1)87,
22(2)187,
22(3)431,
22(4)583,
22(5)816,
22(6)1002,
28(1)134,
28(4)715,
28(4)747,
32(1)3,
32(3)8,
32(6)23
- polymorphism,
12(1)135,
13(2)237,
13(3)342,
15(2)253,
16(5)1411,
18(5)519,
18(6)711,
19(1)153,
21(1)11,
21(3)502,
22(1)1,
22(2)340,
28(3)429,
28(5)795,
30(4)18,
31(3)12,
32(1)2,
32(3)7
- precise,
4(1)21,
4(4)733,
15(1)73,
16(5)1467,
17(2)331,
17(4)561,
17(5)777,
18(1)73,
18(5)519,
19(1)1,
19(6)992,
20(1)51,
20(1)166,
21(6)1137,
21(6)1196,
22(2)340,
22(2)416,
23(2)105,
24(1)65,
28(1)175,
30(1)4,
30(2)8,
31(2)6,
32(2)6,
32(4)12,
32(5)18,
33(1)3
- prevent,
4(4)615,
18(4)355,
19(4)557,
30(6)30
- propose,
13(2)237,
14(2)201,
15(5)745,
16(3)305,
16(3)456,
16(3)687,
16(3)986,
16(4)1248,
16(6)1737,
17(4)600,
17(4)635,
18(5)564,
18(5)615,
19(3)413,
19(3)444,
19(5)804,
20(1)116,
20(2)436,
20(6)1111,
20(6)1195,
21(2)189,
21(3)677,
22(6)973,
27(6)1097,
28(1)70,
28(2)256,
28(2)331,
30(2)8,
30(4)22,
30(5)25,
30(6)30,
30(6)33,
31(1)1,
31(1)3,
31(4)13,
32(1)2,
32(3)7,
32(4)11,
32(4)13,
32(4)14,
32(4)15,
32(5)16,
33(4)14,
34(1)2
- protection,
15(4)706,
16(3)775,
16(3)986,
31(3)11
- prove,
14(2)147,
15(4)575,
15(4)632,
15(4)659,
15(5)771,
16(3)924,
16(3)1051,
16(4)1081,
16(4)1248,
16(5)1411,
16(5)1613,
17(1)47,
17(1)157,
17(2)264,
17(4)576,
18(3)235,
18(3)254,
18(5)519,
18(6)730,
19(3)413,
19(5)804,
19(6)899,
20(4)707,
20(4)724,
20(5)1067,
20(6)1111,
20(6)1171,
21(2)189,
21(2)240,
21(3)569,
21(3)677,
21(4)790,
21(5)914,
21(6)1196,
22(1)87,
22(2)296,
22(5)773,
22(6)1002,
27(6)1270,
28(2)290,
28(5)795,
28(5)942,
29(6)35,
30(4)24,
31(2)8,
31(3)12,
31(5)19,
32(3)7,
32(3)8,
33(4)12,
34(1)2
- rational,
17(4)635,
21(3)569,
30(5)27,
33(3)11
- reason,
4(1)113,
4(3)455,
8(4)524,
9(3)367,
13(1)52,
16(3)872,
16(4)1248,
16(6)1675,
17(2)181,
18(3)325,
21(3)417,
21(4)703,
22(2)416,
30(6)34,
31(1)1,
31(1)4,
32(4)14,
33(1)4,
34(1)2
- reconstruction,
16(3)775
- require,
4(2)226,
4(4)601,
4(4)711,
4(4)758,
6(2)159,
9(2)235,
9(3)319,
9(3)408,
10(2)189,
14(4)574,
15(1)73,
16(1)3,
16(3)428,
16(3)939,
16(6)1768,
17(1)28,
17(1)85,
17(2)181,
17(2)394,
17(3)461,
17(4)600,
17(4)672,
18(1)30,
18(3)254,
18(6)730,
18(6)752,
19(4)557,
19(6)1031,
20(1)51,
20(3)635,
20(4)869,
20(6)1171,
20(6)1223,
21(1)138,
21(2)240,
21(4)703,
22(2)187,
22(2)224,
22(3)471,
22(4)638,
22(5)773,
28(1)1,
28(2)207,
28(3)476,
28(4)715,
30(4)18,
30(5)28,
31(5)17,
31(6)22,
32(1)3,
32(3)8,
32(4)12,
33(6)20
- rule,
2(4)564,
4(1)113,
4(4)650,
6(3)402,
6(4)632,
7(2)183,
11(4)491,
12(4)643,
13(1)21,
15(1)73,
15(4)575,
16(4)1215,
17(1)16,
17(3)431,
18(2)109,
18(6)730,
19(3)413,
19(5)639,
19(6)992,
20(3)679,
20(4)724,
20(5)917,
20(6)1171,
22(1)45,
22(1)129,
22(1)162,
24(1)51,
27(6)1216,
28(2)256,
28(4)577,
28(5)795,
30(2)8,
30(4)19,
31(1)1,
31(2)8,
31(3)11,
31(6)21,
32(2)4,
33(5)17
- security,
7(2)214,
9(4)582,
15(4)706,
16(3)775,
16(3)986,
19(1)153,
21(6)1196,
22(4)638,
28(1)175,
30(5)25,
30(6)30,
31(1)3,
31(1)5,
33(4)13
- small,
4(1)44,
4(2)149,
4(4)687,
5(1)56,
11(1)90,
13(1)1,
13(4)558,
14(2)173,
15(1)36,
15(4)632,
16(4)1361,
17(2)197,
17(3)461,
17(4)635,
17(5)740,
18(3)325,
18(4)355,
18(4)424,
18(4)454,
20(5)1014,
20(6)1223,
21(3)430,
22(5)932,
28(4)619,
28(4)747,
28(5)942,
29(2)13,
31(1)3,
31(4)14,
32(1)3,
32(5)18,
33(5)16
- sound,
8(4)524,
16(2)205,
16(3)607,
16(4)1361,
16(5)1411,
17(2)366,
18(3)254,
19(6)916,
20(4)724,
29(5)29,
30(5)25,
31(1)1,
31(2)7,
31(5)19,
31(6)23,
32(6)22
- source,
5(2)127,
8(4)491,
14(4)589,
16(1)151,
16(3)387,
16(3)524,
16(4)1215,
16(5)1613,
17(1)85,
17(5)691,
18(3)300,
18(5)528,
18(6)730,
19(3)413,
19(6)916,
21(3)527,
22(2)416,
28(4)619,
28(4)696,
30(4)18,
30(6)32,
31(5)18,
32(1)1,
32(5)19,
32(6)23,
33(4)13
- statement,
5(2)236,
6(4)527,
10(3)403,
13(1)124,
16(3)387,
16(3)524,
16(3)954,
16(4)1097,
16(4)1117,
16(4)1248,
16(5)1467,
17(4)600,
18(1)1,
18(6)752,
19(3)462,
21(2)324,
21(6)1251,
22(2)416,
27(6)1270,
30(6)32,
32(1)1,
32(6)24,
33(5)17
- subroutine,
7(4)539,
7(4)680,
8(1)50,
9(1)1,
13(4)491,
13(4)626,
15(5)876,
16(3)524,
16(5)1467,
16(6)1719,
18(6)730,
19(1)48,
19(1)188,
19(5)751,
20(1)116,
21(3)627,
21(6)1196,
22(1)129
- subset,
3(2)126,
4(2)149,
4(3)323,
9(4)618,
12(4)643,
14(2)147,
16(3)524,
16(3)843,
16(5)1399,
17(2)197,
19(4)586,
19(6)916,
20(5)1014,
21(6)1196,
28(2)256,
32(3)8,
32(5)17
- Sun,
15(4)632,
21(6)1196,
22(4)638,
28(1)1
- typically,
15(5)745,
16(4)1248,
18(1)30,
18(3)235,
18(4)424,
20(1)166,
20(2)302,
21(1)138,
21(2)370,
27(6)1049,
30(5)29,
32(4)13,
34(1)1,
34(1)2
- typing,
13(2)237,
18(3)254,
18(6)730,
19(1)153,
20(1)166,
20(2)302,
21(1)11,
21(2)370,
21(3)502,
21(3)527,
21(5)914,
21(6)1196,
28(5)795,
28(5)848,
32(1)2,
32(6)21
- various,
4(2)239,
8(4)491,
14(2)127,
15(4)575,
15(4)659,
16(2)259,
16(3)524,
16(6)1768,
17(1)157,
17(4)600,
20(4)707,
21(2)175,
21(2)240,
21(3)677,
21(6)1137,
22(2)265,
22(2)296,
22(2)416,
22(4)673,
22(4)701,
22(5)816,
22(6)1037,
28(3)389,
31(1)4,
32(4)13,
32(5)19,
33(5)16,
34(1)5
- verifier,
21(6)1196,
22(4)638,
28(4)619,
30(4)21,
31(1)1,
34(1)2
- virtual,
7(1)62,
7(3)404,
19(1)153,
21(6)1196,
22(4)638,
28(1)1,
28(4)619,
28(5)908,
29(6)33,
29(6)37,
30(4)21,
30(5)28,
30(6)33,
31(6)20,
32(4)12