documentation updates
authoradam <adam@megacz.com>
Tue, 11 May 2004 07:51:16 +0000 (00:51 -0700)
committeradam <adam@megacz.com>
Tue, 11 May 2004 07:51:16 +0000 (00:51 -0700)
darcs-hash:20040511075116-5007d-1a6e3c79dbe20cbfe54ca2b524017800e2c37ef1.gz

15 files changed:
doc/nestedvm.ivme04-fig1.pdf [deleted file]
doc/nestedvm.ivme04-fig1.tex [deleted file]
doc/nestedvm.ivme04-fig2.pdf [deleted file]
doc/nestedvm.ivme04-fig2.tex [deleted file]
doc/nestedvm.ivme04-fig3.pdf [deleted file]
doc/nestedvm.ivme04-fig3.tex [deleted file]
doc/nestedvm.ivme04-fig4.pdf [deleted file]
doc/nestedvm.ivme04-fig4.tex [deleted file]
doc/nestedvm.ivme04-fig5.pdf [deleted file]
doc/nestedvm.ivme04-fig5.tex [deleted file]
doc/nestedvm.ivme04-fig6.pdf [deleted file]
doc/nestedvm.ivme04-fig6.tex [deleted file]
doc/nestedvm.ivme04.aux [deleted file]
doc/nestedvm.ivme04.blg [deleted file]
doc/nestedvm.ivme04.log [deleted file]

diff --git a/doc/nestedvm.ivme04-fig1.pdf b/doc/nestedvm.ivme04-fig1.pdf
deleted file mode 100644 (file)
index 9079785..0000000
Binary files a/doc/nestedvm.ivme04-fig1.pdf and /dev/null differ
diff --git a/doc/nestedvm.ivme04-fig1.tex b/doc/nestedvm.ivme04-fig1.tex
deleted file mode 100644 (file)
index 9a4c44c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-\documentclass{article}
-\input tmp.inputs
-\pagestyle{empty}
-\usepackage{amssymb,amsbsy}
-\begin{document}
-\newlength{\MyLength}
-\settowidth{\MyLength}{machine code}
-\newcommand{\MyBox}[1]{\makebox[\MyLength][c]{#1}}
-\begin{psmatrix}[colsep=2,rowsep=0]
-  & \\[0pt]
-  [name=s0]\MyBox{unsafe source} & [name=s1]\MyBox{safe source}   \\[0pt]
-  [name=s00]\MyBox{\tt (.c)} & [name=s11]\MyBox{\tt (.java)}   \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  [name=b0]\MyBox{machine code}  & [name=b1]\MyBox{safe bytecode} \\[0pt]
-  [name=b00]\MyBox{\tt (.o)}  & [name=b11]\MyBox{\tt (.class)} \\
-  & \\[0pt]
-  \psset{nodesep=5pt,arrows=->}
-\end{psmatrix}
-\end{document}
diff --git a/doc/nestedvm.ivme04-fig2.pdf b/doc/nestedvm.ivme04-fig2.pdf
deleted file mode 100644 (file)
index 9fef4c7..0000000
Binary files a/doc/nestedvm.ivme04-fig2.pdf and /dev/null differ
diff --git a/doc/nestedvm.ivme04-fig2.tex b/doc/nestedvm.ivme04-fig2.tex
deleted file mode 100644 (file)
index 0edaef7..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-\documentclass{article}
-\input tmp.inputs
-\pagestyle{empty}
-\usepackage{amssymb,amsbsy}
-\begin{document}
-\newlength{\MyLength}
-\settowidth{\MyLength}{xmachine codex}
-\newcommand{\MyBox}[1]{\makebox[\MyLength]{#1}}
-\psmatrix[colsep=2,rowsep=0,nrot=:D]
-  & \\[0pt]
-  [name=s0]\MyBox{unsafe source} & [name=s1]\MyBox{safe source}   \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  [name=b0]\MyBox{machine code}  & [name=b1]\MyBox{safe bytecode} \\[0pt]
-  & \\[0pt]
-  \psset{nodesep=5pt,arrows=->}
-  \ncline{s0}{b0}\bput{:U}{\tt gcc}
-  \ncline{s1}{b0}\bput{:D}{\tt gcj}
-  \ncline{s1}{b1}\aput{:U}{\tt javac}
-  \ncline{b1}{b0}\aput{:D}{\tt gcj}\bput{:D}{JITs}
-\endpsmatrix
-\end{document}
diff --git a/doc/nestedvm.ivme04-fig3.pdf b/doc/nestedvm.ivme04-fig3.pdf
deleted file mode 100644 (file)
index 9927f71..0000000
Binary files a/doc/nestedvm.ivme04-fig3.pdf and /dev/null differ
diff --git a/doc/nestedvm.ivme04-fig3.tex b/doc/nestedvm.ivme04-fig3.tex
deleted file mode 100644 (file)
index 3c17d3a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-\documentclass{article}
-\input tmp.inputs
-\pagestyle{empty}
-\usepackage{amssymb,amsbsy}
-\begin{document}
-\newlength{\MyLength}
-\settowidth{\MyLength}{xmachine codex}
-\newcommand{\MyBox}[1]{\makebox[\MyLength]{#1}}
-\psmatrix[colsep=2,rowsep=0,nrot=:U]
-  & \\[0pt]
-  & \\[0pt]
-  [name=s0]\MyBox{unsafe source} & [name=s1]\MyBox{safe source}   \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  [name=b0]\MyBox{machine code}  & [name=b1]\MyBox{safe bytecode} \\[0pt]
-  & \\[0pt]
-  \psset{nodesep=5pt,arrows=->}
-  \ncline{s0}{s1}\aput{:U}{source-to}\bput{:U}{source}
-  \ncline{s1}{b1}\aput{:U}{\tt javac}
-\endpsmatrix
-\end{document}
diff --git a/doc/nestedvm.ivme04-fig4.pdf b/doc/nestedvm.ivme04-fig4.pdf
deleted file mode 100644 (file)
index ace944c..0000000
Binary files a/doc/nestedvm.ivme04-fig4.pdf and /dev/null differ
diff --git a/doc/nestedvm.ivme04-fig4.tex b/doc/nestedvm.ivme04-fig4.tex
deleted file mode 100644 (file)
index e478d07..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-\documentclass{article}
-\input tmp.inputs
-\pagestyle{empty}
-\usepackage{amssymb,amsbsy}
-\begin{document}
-\newlength{\MyLength}
-\settowidth{\MyLength}{xmachine codex}
-\newcommand{\MyBox}[1]{\makebox[\MyLength]{#1}}
-\psmatrix[colsep=2,rowsep=0,nrot=:U]
-  & \\[0pt]
-  [name=s0]\MyBox{unsafe source} & [name=s1]\MyBox{safe source}   \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  [name=b0]\MyBox{machine code}  & [name=b1]\MyBox{safe bytecode} \\[0pt]
-  & \\[0pt]
-  \psset{nodesep=5pt,arrows=->}
-  \ncline{s0}{b1}\bput{:U}{source-to-binary}
-\endpsmatrix
-\end{document}
diff --git a/doc/nestedvm.ivme04-fig5.pdf b/doc/nestedvm.ivme04-fig5.pdf
deleted file mode 100644 (file)
index f505887..0000000
Binary files a/doc/nestedvm.ivme04-fig5.pdf and /dev/null differ
diff --git a/doc/nestedvm.ivme04-fig5.tex b/doc/nestedvm.ivme04-fig5.tex
deleted file mode 100644 (file)
index 4b80ebb..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-\documentclass{article}
-\input tmp.inputs
-\pagestyle{empty}
-\usepackage{amssymb,amsbsy}
-\begin{document}
-\newlength{\MyLength}
-\settowidth{\MyLength}{xmachine codex}
-\newcommand{\MyBox}[1]{\makebox[\MyLength]{#1}}
-\psmatrix[colsep=2,rowsep=0,nrot=:U]
-  & \\[0pt]
-  & \\[0pt]
-  [name=s0]\MyBox{unsafe source} & [name=s1]\MyBox{safe source}   \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  [name=b0]\MyBox{machine code}  & [name=b1]\MyBox{safe bytecode} \\[0pt]
-  \psset{nodesep=5pt,arrows=->}
-  \ncline{s0}{b0}\bput{:U}{\tt gcc}
-  \ncline{s1}{b1}\aput{:U}{\tt javac}
-  \ncline{b0}{s1}\naput{\tt NestedVM}
-\endpsmatrix
-\end{document}
diff --git a/doc/nestedvm.ivme04-fig6.pdf b/doc/nestedvm.ivme04-fig6.pdf
deleted file mode 100644 (file)
index d251f2a..0000000
Binary files a/doc/nestedvm.ivme04-fig6.pdf and /dev/null differ
diff --git a/doc/nestedvm.ivme04-fig6.tex b/doc/nestedvm.ivme04-fig6.tex
deleted file mode 100644 (file)
index f84854d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-\documentclass{article}
-\input tmp.inputs
-\pagestyle{empty}
-\usepackage{amssymb,amsbsy}
-\begin{document}
-\newlength{\MyLength}
-\settowidth{\MyLength}{xmachine codex}
-\newcommand{\MyBox}[1]{\makebox[\MyLength]{#1}}
-\psmatrix[colsep=2,rowsep=0,nrot=:U]
-  & \\[0pt]
-  [name=s0]\MyBox{unsafe source} & [name=s1]\MyBox{safe source}   \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  & \\[0pt]
-  [name=b0]\MyBox{machine code}  & [name=b1]\MyBox{safe bytecode} \\[0pt]
-  & \\[0pt]
-  \psset{nodesep=5pt,arrows=->}
-  \ncline{s0}{b0}\bput{:U}{\tt gcc}
-  \ncline{b0}{b1}\naput{\tt NestedVM}
-\endpsmatrix
-\end{document}
diff --git a/doc/nestedvm.ivme04.aux b/doc/nestedvm.ivme04.aux
deleted file mode 100644 (file)
index c17098f..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-\relax 
-\bibstyle{amsplain}
-\citation{KR}
-\citation{soustroup}
-\citation{java}
-\citation{csharp}
-\citation{jni}
-\citation{cni}
-\citation{j2me}
-\citation{msil}
-\citation{parrot}
-\citation{python}
-\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}}
-\@writefile{toc}{\contentsline {section}{\numberline {2}Approaches to Translation}{1}}
-\citation{jazillian}
-\citation{mohca}
-\citation{c2j}
-\citation{c2jpp}
-\citation{capp}
-\citation{ephedra}
-\citation{egcsjvm}
-\citation{gcc}
-\@writefile{toc}{\contentsline {section}{\numberline {3}Existing Work}{2}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Source-to-Source Translation}{2}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.1}Incomplete Translation}{2}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.2}Partial Domain Translation}{2}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Source-to-Binary Translation}{2}}
-\@writefile{toc}{\contentsline {section}{\numberline {4}NestedVM}{3}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Why MIPS?}{3}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Binary-to-Source}{3}}
-\citation{jikes}
-\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces  Trampoline transformation necessitated by Java's 64kb method size limit}}{4}}
-\newlabel{code1}{{1}{4}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.1}Optimizations}{4}}
-\citation{hotspot}
-\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}Binary-to-Binary}{6}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.1}Compiler Flags}{7}}
-\citation{msil}
-\@writefile{toc}{\contentsline {section}{\numberline {5}The NestedVM Runtime}{8}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}The Runtime Class}{8}}
-\@writefile{toc}{\contentsline {section}{\numberline {6}Future Directions}{8}}
-\@writefile{toc}{\contentsline {section}{\numberline {7}Conclusion}{8}}
-\@writefile{toc}{\contentsline {section}{\numberline {8}Appendix: Testing Methodology}{8}}
-\@writefile{toc}{\contentsline {section}{\numberline {9}Future Directions}{9}}
-\@writefile{toc}{\contentsline {section}{\numberline {10}Conclusion}{9}}
-\@writefile{toc}{\contentsline {section}{\numberline {11}Appendix A: Testing Environment}{9}}
-\@writefile{toc}{\contentsline {section}{\numberline {12}Future Directions}{9}}
-\@writefile{toc}{\contentsline {section}{\numberline {13}Conclusion}{9}}
-\@writefile{toc}{\contentsline {section}{\numberline {14}Appendix A: Testing Environment}{9}}
-\@writefile{toc}{\contentsline {section}{\numberline {15}References}{9}}
diff --git a/doc/nestedvm.ivme04.blg b/doc/nestedvm.ivme04.blg
deleted file mode 100644 (file)
index b63185d..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-This is BibTeX, Version 0.99c (Web2C 7.4.5)
-The top-level auxiliary file: nestedvm.ivme04.aux
-The style file: amsplain.bst
-Database file #1: nestedvm.bib
-Warning--I'm ignoring c2jpp's extra "note" field
---line 73 of file nestedvm.bib
-Warning--to sort, need author or key in csharp
-Warning--to sort, need author or key in cni
-Warning--to sort, need author or key in j2me
-Warning--to sort, need author or key in msil
-Warning--to sort, need author or key in parrot
-Warning--to sort, need author or key in python
-Warning--to sort, need author or key in jazillian
-Warning--to sort, need author or key in c2j
-Warning--to sort, need author or key in gcc
-Warning--to sort, need author or key in jikes
-Warning--to sort, need author or key in hotspot
-Warning--missing pages in capp
-Warning--missing journal name in KR
-Warning--missing pages in KR
-Warning--missing journal name in jni
-Warning--missing pages in jni
-Warning--missing journal name in ephedra
-Warning--missing pages in ephedra
-Warning--missing title in c2jpp
-Warning--missing journal name in c2jpp
-Warning--missing pages in c2jpp
-Warning--missing journal name in soustroup
-Warning--missing pages in soustroup
-Warning--missing journal name in egcsjvm
-Warning--missing pages in egcsjvm
-You've used 20 entries,
-            2213 wiz_defined-function locations,
-            574 strings with 5810 characters,
-and the built_in function-call counts, 4059 in all, are:
-= -- 309
-> -- 103
-< -- 0
-+ -- 55
-- -- 28
-* -- 254
-:= -- 559
-add.period$ -- 20
-call.type$ -- 20
-change.case$ -- 64
-chr.to.int$ -- 0
-cite$ -- 45
-duplicate$ -- 223
-empty$ -- 482
-format.name$ -- 28
-if$ -- 901
-int.to.chr$ -- 0
-int.to.str$ -- 20
-missing$ -- 30
-newline$ -- 70
-num.names$ -- 18
-pop$ -- 214
-preamble$ -- 1
-purify$ -- 53
-quote$ -- 0
-skip$ -- 110
-stack$ -- 0
-substring$ -- 135
-swap$ -- 33
-text.length$ -- 0
-text.prefix$ -- 0
-top$ -- 0
-type$ -- 78
-warning$ -- 25
-while$ -- 20
-width$ -- 22
-write$ -- 139
-(There were 26 warnings)
diff --git a/doc/nestedvm.ivme04.log b/doc/nestedvm.ivme04.log
deleted file mode 100644 (file)
index 8636bab..0000000
+++ /dev/null
@@ -1,665 +0,0 @@
-This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5) (format=pdflatex 2004.2.3)  9 MAY 2004 19:48
-**nestedvm.ivme04.tex
-(./nestedvm.ivme04.tex{/usr/local/share/texmf-local/pdftex/config/pdftex.cfg}
-LaTeX2e <2001/06/01>
-Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
-ohyphenation, loaded.
-(./acmconf.cls
-Document Class: acmconf 1994/11/27 Alternative LaTeX document class
-Bugs to berson@cs.pitt.edu
-(/usr/local/share/texmf-local/tex/latex/base/article.cls
-Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
-(/usr/local/share/texmf-local/tex/latex/base/size10.clo
-File: size10.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
-)
-\c@part=\count79
-\c@section=\count80
-\c@subsection=\count81
-\c@subsubsection=\count82
-\c@paragraph=\count83
-\c@subparagraph=\count84
-\c@figure=\count85
-\c@table=\count86
-\abovecaptionskip=\skip41
-\belowcaptionskip=\skip42
-\bibindent=\dimen102
-)
-\@acmtitlebox=\box26
-)
-(/usr/local/share/texmf-local/tex/latex/graphics/graphicx.sty
-Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
-
-(/usr/local/share/texmf-local/tex/latex/graphics/keyval.sty
-Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
-\KV@toks@=\toks14
-)
-(/usr/local/share/texmf-local/tex/latex/graphics/graphics.sty
-Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
-
-(/usr/local/share/texmf-local/tex/latex/graphics/trig.sty
-Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
-)
-(/usr/local/share/texmf-local/tex/latex/config/graphics.cfg
-File: graphics.cfg 2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
-)
-Package graphics Info: Driver file: pdftex.def on input line 80.
-
-(/usr/local/share/texmf-local/tex/latex/graphics/pdftex.def
-File: pdftex.def 2002/06/19 v0.03k graphics/color for pdftex
-\Gread@gobject=\count87
-))
-\Gin@req@height=\dimen103
-\Gin@req@width=\dimen104
-)
-(/usr/local/share/texmf-local/tex/latex/tools/multicol.sty
-Package: multicol 2000/07/10 v1.5z multicolumn formatting (FMi)
-\c@tracingmulticols=\count88
-\mult@box=\box27
-\multicol@leftmargin=\dimen105
-\c@unbalance=\count89
-\c@collectmore=\count90
-\doublecol@number=\count91
-\multicoltolerance=\count92
-\multicolpretolerance=\count93
-\full@width=\dimen106
-\page@free=\dimen107
-\premulticols=\dimen108
-\postmulticols=\dimen109
-\multicolsep=\skip43
-\multicolbaselineskip=\skip44
-\partial@page=\box28
-\last@line=\box29
-\mult@rightbox=\box30
-\mult@grightbox=\box31
-\mult@gfirstbox=\box32
-\mult@firstbox=\box33
-\@tempa=\box34
-\@tempa=\box35
-\@tempa=\box36
-\@tempa=\box37
-\@tempa=\box38
-\@tempa=\box39
-\@tempa=\box40
-\@tempa=\box41
-\@tempa=\box42
-\@tempa=\box43
-\@tempa=\box44
-\@tempa=\box45
-\@tempa=\box46
-\@tempa=\box47
-\@tempa=\box48
-\@tempa=\box49
-\@tempa=\box50
-\c@columnbadness=\count94
-\c@finalcolumnbadness=\count95
-\last@try=\dimen110
-\multicolovershoot=\dimen111
-\multicolundershoot=\dimen112
-\mult@nat@firstbox=\box51
-\colbreak@box=\box52
-)
-(/usr/local/share/texmf-local/tex/latex/amsfonts/amssymb.sty
-Package: amssymb 2002/01/22 v2.2d
-
-(/usr/local/share/texmf-local/tex/latex/amsfonts/amsfonts.sty
-Package: amsfonts 2001/10/25 v2.2f
-\@emptytoks=\toks15
-\symAMSa=\mathgroup4
-\symAMSb=\mathgroup5
-LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
-(Font)                  U/euf/m/n --> U/euf/b/n on input line 132.
-))
-(/usr/local/share/texmf-local/tex/latex/amsmath/amsmath.sty
-Package: amsmath 2000/07/18 v2.13 AMS math features
-\@mathmargin=\skip45
-
-For additional information on amsmath, use the `?' option.
-(/usr/local/share/texmf-local/tex/latex/amsmath/amstext.sty
-Package: amstext 2000/06/29 v2.01
-
-(/usr/local/share/texmf-local/tex/latex/amsmath/amsgen.sty
-File: amsgen.sty 1999/11/30 v2.0
-\@emptytoks=\toks16
-\ex@=\dimen113
-))
-(/usr/local/share/texmf-local/tex/latex/amsmath/amsbsy.sty
-Package: amsbsy 1999/11/29 v1.2d
-\pmbraise@=\dimen114
-)
-(/usr/local/share/texmf-local/tex/latex/amsmath/amsopn.sty
-Package: amsopn 1999/12/14 v2.01 operator names
-)
-\inf@bad=\count96
-LaTeX Info: Redefining \frac on input line 211.
-\uproot@=\count97
-\leftroot@=\count98
-LaTeX Info: Redefining \overline on input line 307.
-\classnum@=\count99
-\DOTSCASE@=\count100
-LaTeX Info: Redefining \ldots on input line 379.
-LaTeX Info: Redefining \dots on input line 382.
-LaTeX Info: Redefining \cdots on input line 467.
-\Mathstrutbox@=\box53
-\strutbox@=\box54
-\big@size=\dimen115
-LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
-LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
-\macc@depth=\count101
-\c@MaxMatrixCols=\count102
-\dotsspace@=\muskip10
-\c@parentequation=\count103
-\dspbrk@lvl=\count104
-\tag@help=\toks17
-\row@=\count105
-\column@=\count106
-\maxfields@=\count107
-\andhelp@=\toks18
-\eqnshift@=\dimen116
-\alignsep@=\dimen117
-\tagshift@=\dimen118
-\tagwidth@=\dimen119
-\totwidth@=\dimen120
-\lineht@=\dimen121
-\@envbody=\toks19
-\multlinegap=\skip46
-\multlinetaggap=\skip47
-\mathdisplay@stack=\toks20
-LaTeX Info: Redefining \[ on input line 2666.
-LaTeX Info: Redefining \] on input line 2667.
-)
-(/usr/local/share/texmf-local/tex/latex/graphics/epsfig.sty
-Package: epsfig 1999/02/16 v1.7a (e)psfig emulation (SPQR)
-\epsfxsize=\dimen122
-\epsfysize=\dimen123
-)
-(/usr/local/share/texmf-local/tex/latex/base/alltt.sty
-Package: alltt 1997/06/16 v2.0g defines alltt environment
-)
-(/usr/local/share/texmf-local/tex/latex/psnfss/palatino.sty
-Package: palatino 2002/09/08 PSNFSS-v9.0a (SPQR) 
-) (./pdftricks.sty
-Package: pdftricks 2001/09/30 1.15 psTricks support in PDF (CVRACL)
-
-
-Package pdftricks Warning: ****************************************
-(pdftricks)                Package pdftricks v,1.15 loaded
-(pdftricks)                [psTricks support in PDF (CVR, ACL)]
-(pdftricks)                ****************************************.
-
-(/usr/local/share/texmf-local/tex/latex/graphics/color.sty
-Package: color 1999/02/16 v1.0i Standard LaTeX Color (DPC)
-
-(/usr/local/share/texmf-local/tex/latex/config/color.cfg
-File: color.cfg 2001/08/31 v1.1 color configuration of teTeX/TeXLive
-)
-Package color Info: Driver file: pdftex.def on input line 125.
-)
-touch /tmp/w18-test-2004591188
-system()...disabled.
-
-
-Package pdftricks Warning: ****************************************
-(pdftricks)                No \write 18 capability.
-(pdftricks)                You'll have to run a script by yourself!
-(pdftricks)                ****************************************.
-
-\PDFStream=\write3
-Special stream 'pdfpic'
-\c@psfig=\count108
-\c@arraylength=\count109
-\c@ArrayIndex=\count110
-\c@zeroCtr=\count111
-\c@recordCtr=\count112
-\c@Ctr=\count113
-\c@f@irstCtr=\count114
-\c@s@econdCtr=\count115
-)
-\CVinputs=\write4
-\openout4 = `tmp.inputs'.
-
-
-(/usr/local/share/texmf-local/tex/latex/misc/parskip.sty
-Package: parskip 2001/04/09 non-zero parskip adjustments
-)
-(/usr/local/share/texmf-local/tex/latex/tools/tabularx.sty
-Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)
-
-(/usr/local/share/texmf-local/tex/latex/tools/array.sty
-Package: array 1998/05/13 v2.3m Tabular extension package (FMi)
-\col@sep=\dimen124
-\extrarowheight=\dimen125
-\NC@list=\toks21
-\extratabsurround=\skip48
-\backup@length=\skip49
-)
-\TX@col@width=\dimen126
-\TX@old@table=\dimen127
-\TX@old@col=\dimen128
-\TX@target=\dimen129
-\TX@delta=\dimen130
-\TX@cols=\count116
-\TX@ftn=\toks22
-)
-(./nestedvm.ivme04.aux)
-\openout1 = `nestedvm.ivme04.aux'.
-
-LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 30.
-LaTeX Font Info:    ... okay on input line 30.
-LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 30.
-LaTeX Font Info:    ... okay on input line 30.
-LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 30.
-LaTeX Font Info:    ... okay on input line 30.
-LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 30.
-LaTeX Font Info:    ... okay on input line 30.
-LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 30.
-LaTeX Font Info:    ... okay on input line 30.
-LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 30.
-LaTeX Font Info:    ... okay on input line 30.
-LaTeX Font Info:    Try loading font information for OT1+ppl on input line 30.
-
-(/usr/local/share/texmf-local/tex/latex/psnfss/ot1ppl.fd
-File: ot1ppl.fd 2001/06/04 font definitions for OT1/ppl.
-)
-(/usr/local/share/texmf-local/tex/context/base/supp-pdf.tex
-(/usr/local/share/texmf-local/tex/context/base/supp-mis.tex
-loading : Context Support Macros / Missing
-\protectiondepth=\count117
-\scratchcounter=\count118
-\scratchtoks=\toks23
-\scratchdimen=\dimen131
-\scratchskip=\skip50
-\scratchmuskip=\muskip11
-\scratchbox=\box55
-\scratchread=\read1
-\scratchwrite=\write5
-\zeropoint=\dimen132
-\minusone=\count119
-\thousandpoint=\dimen133
-\emptytoks=\toks24
-\nextbox=\box56
-\nextdepth=\dimen134
-\everyline=\toks25
-\!!counta=\count120
-\!!countb=\count121
-\recursecounter=\count122
-)
-loading : Context Support Macros / PDF
-\nofMPsegments=\count123
-\nofMParguments=\count124
-\everyMPtoPDFconversion=\toks26
-)
-LaTeX Font Info:    Font shape `OT1/ppl/bx/n' in size <14.4> not available
-(Font)              Font shape `OT1/ppl/b/n' tried instead on input line 32.
-LaTeX Font Info:    Try loading font information for OT1+phv on input line 32.
- (/usr/local/share/texmf-local/tex/latex/psnfss/ot1phv.fd
-File: ot1phv.fd 2001/06/04 scalable font definitions for OT1/phv.
-)
-LaTeX Font Info:    Font shape `OT1/phv/bx/n' in size <14.4> not available
-(Font)              Font shape `OT1/phv/b/n' tried instead on input line 32.
-LaTeX Font Info:    Try loading font information for U+msa on input line 32.
-
-(/usr/local/share/texmf-local/tex/latex/amsfonts/umsa.fd
-File: umsa.fd 2002/01/19 v2.2g AMS font definitions
-)
-LaTeX Font Info:    Try loading font information for U+msb on input line 32.
-
-(/usr/local/share/texmf-local/tex/latex/amsfonts/umsb.fd
-File: umsb.fd 2002/01/19 v2.2g AMS font definitions
-)
-LaTeX Font Info:    Try loading font information for OT1+pcr on input line 32.
-
-(/usr/local/share/texmf-local/tex/latex/psnfss/ot1pcr.fd
-File: ot1pcr.fd 2001/06/04 font definitions for OT1/pcr.
-)
-LaTeX Font Info:    Font shape `OT1/phv/bx/n' in size <9> not available
-(Font)              Font shape `OT1/phv/b/n' tried instead on input line 34.
-LaTeX Font Info:    Try loading font information for OMS+ppl on input line 46.
-
-(/usr/local/share/texmf-local/tex/latex/psnfss/omsppl.fd
-File: omsppl.fd 
-)
-LaTeX Font Info:    Font shape `OMS/ppl/m/n' in size <9> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 46.
-
-Underfull \hbox (badness 3386) in paragraph at lines 52--59
-/pplr7t@9.0pt/a binary-to-source and binary-to-binary trans-la-tor
- []
-
-
-Underfull \hbox (badness 2600) in paragraph at lines 52--59
-/pplr7t@9.0pt/tar-get-ing the Java Vir-tual Ma-chine. NestedVM-
- []
-
-LaTeX Font Info:    Font shape `OT1/ppl/bx/n' in size <9> not available
-(Font)              Font shape `OT1/ppl/b/n' tried instead on input line 64.
-
-LaTeX Warning: Citation `KR' on page 1 undefined on input line 64.
-
-
-LaTeX Warning: Citation `soustroup' on page 1 undefined on input line 64.
-
-
-LaTeX Warning: Citation `java' on page 1 undefined on input line 66.
-
-
-LaTeX Warning: Citation `csharp' on page 1 undefined on input line 66.
-
-
-LaTeX Warning: Citation `jni' on page 1 undefined on input line 73.
-
-
-LaTeX Warning: Citation `cni' on page 1 undefined on input line 73.
-
-
-Underfull \hbox (badness 4229) in paragraph at lines 79--85
-/pplr7t@9.0pt/hib-ited in a num-ber of con-texts, in-clud-ing ap-
- []
-
-
-Underfull \hbox (badness 2165) in paragraph at lines 79--85
-/pplr7t@9.0pt/plets en-vi-ron-ments and servlet con-tain-ers with a
- []
-
-
-LaTeX Warning: Citation `j2me' on page 1 undefined on input line 91.
-
-
-LaTeX Warning: Citation `msil' on page 1 undefined on input line 98.
-
-
-LaTeX Warning: Citation `parrot' on page 1 undefined on input line 99.
-
-
-LaTeX Warning: Citation `python' on page 1 undefined on input line 99.
-
-Opening PDFStream=nestedvm.ivme04-fig1.tex
-\openout3 = `nestedvm.ivme04-fig1.tex'.
-
-
-<nestedvm.ivme04-fig1.pdf, id=1, 175.65625pt x 81.30376pt>
-File: nestedvm.ivme04-fig1.pdf Graphic file (type pdf)
-
-<use nestedvm.ivme04-fig1.pdf> Opening PDFStream=nestedvm.ivme04-fig2.tex
-\openout3 = `nestedvm.ivme04-fig2.tex'.
-
-
-<nestedvm.ivme04-fig2.pdf, id=2, 186.6975pt x 109.40875pt>
-File: nestedvm.ivme04-fig2.pdf Graphic file (type pdf)
-
-<use nestedvm.ivme04-fig2.pdf> [1{/usr/local/share/texmf-local/dvips/config/pdf
-tex.map}
-Warning: pdflatex (file /usr/local/share/texmf-local/pdftex/config/chalk.map): 
-cannot open font map file
-{/usr/local/share/texmf-local/pdftex/config/trebuchet.map}{/usr/local/share/tex
-mf-local/pdftex/config/warnock.map}{/usr/local/share/texmf-local/pdftex/config/
-monaco.map}{/usr/local/share/texmf-local/pdftex/config/americantt.map}{/usr/loc
-al/share/texmf-local/pdftex/config/cour.map}{/usr/local/share/texmf-local/pdfte
-x/config/goudy.map}
-
-
- <./nestedvm.ivme04-fig1.pdf>]
-Underfull \hbox (badness 1783) in paragraph at lines 164--166
-/pplr7t@9.0pt/The most com-mon tech-nique em-ployed is par-tial
- []
-
-Opening PDFStream=nestedvm.ivme04-fig3.tex
-\openout3 = `nestedvm.ivme04-fig3.tex'.
-
-
-<nestedvm.ivme04-fig3.pdf, id=40, 186.6975pt x 109.40875pt>
-File: nestedvm.ivme04-fig3.pdf Graphic file (type pdf)
-
-<use nestedvm.ivme04-fig3.pdf>
-
-LaTeX Warning: Citation `jazillian' on page 2 undefined on input line 197.
-
-
-Underfull \hbox (badness 1005) in paragraph at lines 204--209
-[]/pplr7t@9.0pt/Unfortunately such deep anal-y-sis is in-tractible for
- []
-
-
-LaTeX Warning: Citation `mohca' on page 2 undefined on input line 210.
-
-
-LaTeX Warning: Citation `c2j' on page 2 undefined on input line 221.
-
-
-LaTeX Warning: Citation `c2jpp' on page 2 undefined on input line 221.
-
-
-LaTeX Warning: Citation `capp' on page 2 undefined on input line 221.
-
-
-LaTeX Warning: Citation `ephedra' on page 2 undefined on input line 222.
-
-Opening PDFStream=nestedvm.ivme04-fig4.tex
-\openout3 = `nestedvm.ivme04-fig4.tex'.
-
-
-<nestedvm.ivme04-fig4.pdf, id=41, 192.72pt x 109.40875pt>
-File: nestedvm.ivme04-fig4.pdf Graphic file (type pdf)
-
-<use nestedvm.ivme04-fig4.pdf>
-
-LaTeX Warning: Citation `egcsjvm' on page 2 undefined on input line 269.
-
-
-LaTeX Warning: Citation `gcc' on page 2 undefined on input line 270.
-
-[2 <./nestedvm.ivme04-fig2.pdf> <./nestedvm.ivme04-fig3.pdf> <./nestedvm.ivme04
--fig4.pdf>]
-Underfull \hbox (badness 4013) in paragraph at lines 317--325
-[]/pplr7t@9.0pt/NestedVM of-fers to-tal sup-port for all non-
- []
-
-
-Underfull \hbox (badness 1097) in paragraph at lines 317--325
-/pplr7t@9.0pt/found on a MIPS /pcrr7t@9.0pt/R2000 /pplr7t@9.0pt/CPU, in-clud-in
-g the
- []
-
-
-Underfull \hbox (badness 2772) in paragraph at lines 392--396
-/pplr7t@9.0pt/The sim-plest op-er-a-tional mode for Nest-edVM is
- []
-
-Opening PDFStream=nestedvm.ivme04-fig5.tex
-\openout3 = `nestedvm.ivme04-fig5.tex'.
-
-
-<nestedvm.ivme04-fig5.pdf, id=75, 186.6975pt x 97.36375pt>
-File: nestedvm.ivme04-fig5.pdf Graphic file (type pdf)
-
-<use nestedvm.ivme04-fig5.pdf>
-Overfull \hbox (37.89pt too wide) in paragraph at lines 419--503
-[]$[]$ 
- []
-
-[3 <./nestedvm.ivme04-fig5.pdf>]
-
-LaTeX Warning: Citation `jikes' on page 4 undefined on input line 519.
-
-<chart1.pdf, id=90, 794.97pt x 614.295pt>
-File: chart1.pdf Graphic file (type pdf)
- <use chart1.pdf>
-Overfull \hbox (0.81pt too wide) in paragraph at lines 538--539
-[][] 
- []
-
-[4 <./chart1.pdf>]
-Underfull \hbox (badness 1092) in paragraph at lines 571--574
-[]/pplr7t@9.0pt/This prob-lem was sur-mounted by switch-ing on a
- []
-
-
-LaTeX Warning: Citation `hotspot' on page 5 undefined on input line 577.
-
-<chart5.pdf, id=109, 794.97pt x 614.295pt>
-File: chart5.pdf Graphic file (type pdf)
- <use chart5.pdf>
-Overfull \hbox (0.81pt too wide) in paragraph at lines 580--581
-[][] 
- []
-
-<chart6.pdf, id=110, 794.97pt x 614.295pt>
-File: chart6.pdf Graphic file (type pdf)
- <use chart6.pdf>
-Overfull \hbox (0.81pt too wide) in paragraph at lines 582--583
-[][] 
- []
-
-
-Underfull \hbox (badness 1990) in paragraph at lines 588--591
-/pplr7t@9.0pt/ment can be coded as a /pcrr7t@9.0pt/TABLESWITCH/pplr7t@9.0pt/, t
-he
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 592--596
-[]/pplr7t@9.0pt/Hybrid Interpretive-JIT com-pil-ers such as
- []
-
-
-Underfull \hbox (badness 2277) in paragraph at lines 625--634
-/pplr7t@9.0pt/and ev-ery branch in-struc-tion's des-ti-na-tion is
- []
-
-[5 <./chart5.pdf> <./chart6.pdf>]
-Underfull \hbox (badness 10000) in paragraph at lines 663--672
-[]/pplr7t@9.0pt/One sub-op-ti-mal so-lu-tion was to ex-press con-
- []
-
-
-Underfull \hbox (badness 2990) in paragraph at lines 663--672
-/pplr7t@9.0pt/stants as off-sets from a few cen-tral val-ues; for
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 663--672
-/pplr7t@9.0pt/ex-am-ple ``/pcrr7t@9.0pt/pc = N[]0x00010000 + 0x10/pplr7t@9.0pt/
-'' (where
- []
-
-
-Underfull \hbox (badness 1067) in paragraph at lines 663--672
-/pplr7t@9.0pt/di-rectly to /pcrr7t@9.0pt/.class /pplr7t@9.0pt/files (with-out t
-he in-ter-me-di-ate
- []
-
-Opening PDFStream=nestedvm.ivme04-fig6.tex
-\openout3 = `nestedvm.ivme04-fig6.tex'.
-
-
-<nestedvm.ivme04-fig6.pdf, id=149, 186.6975pt x 108.405pt>
-File: nestedvm.ivme04-fig6.pdf Graphic file (type pdf)
-
-<use nestedvm.ivme04-fig6.pdf>
-Underfull \hbox (badness 1418) in paragraph at lines 709--714
-[]/pplr7t@9.0pt/Direct com-pi-la-tion to /pcrr7t@9.0pt/.class /pplr7t@9.0pt/fil
-es opens up
- []
-
-
-Underfull \hbox (badness 4120) in paragraph at lines 709--714
-/pplr7t@9.0pt/lat-ing MIPS bi-na-ries and load-ing them via
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 709--714
-/pcrr7t@9.0pt/ClassLoader.fromBytes() /pplri7t@9.0pt/at de-ploy-ment
- []
-
-<chart7.pdf, id=150, 794.97pt x 614.295pt>
-File: chart7.pdf Graphic file (type pdf)
- <use chart7.pdf>
-Overfull \hbox (0.81pt too wide) in paragraph at lines 721--722
-[][] 
- []
-
-[6 <./nestedvm.ivme04-fig6.pdf> <./chart7.pdf>]
-Underfull \hbox (badness 1052) in paragraph at lines 833--840
-/pcrr7t@9.0pt/-fno-schedule-insns /pplr7t@9.0pt/in-struc-tion, /pcrr7t@9.0pt/gc
-c /pplr7t@9.0pt/will
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 859--866
-[]/pcrr7t@9.0pt/-fno-rename-registers /pplr7t@9.0pt/Some pro-ces-sors
- []
-
-<chart4.pdf, id=185, 794.97pt x 614.295pt>
-File: chart4.pdf Graphic file (type pdf)
- <use chart4.pdf>
-Overfull \hbox (0.81pt too wide) in paragraph at lines 882--883
-[][] 
- []
-
-<chart3.pdf, id=186, 794.97pt x 614.295pt> [7]
-File: chart3.pdf Graphic file (type pdf)
- <use chart3.pdf>
-Overfull \hbox (0.81pt too wide) in paragraph at lines 884--885
-[][] 
- []
-
-
-Underfull \hbox (badness 1661) in paragraph at lines 913--920
-[]/pplr7t@9.0pt/The run-time pro-vides ac-cess to the host file
- []
-
-
-Underfull \hbox (badness 4378) in paragraph at lines 913--920
-/pplr7t@9.0pt/stan-dard UNIX syscalls (/pcrr7t@9.0pt/read()/pplr7t@9.0pt/, /pcr
-r7t@9.0pt/write()/pplr7t@9.0pt/,
- []
-
-
-Underfull \hbox (badness 7869) in paragraph at lines 921--924
-[]/pplr7t@9.0pt/It pro-vides gen-eral OS ser-vices, in-clud-ing
- []
-
-
-LaTeX Warning: Citation `msil' on page 8 undefined on input line 932.
-
-
-Overfull \hbox (6.59984pt too wide) in paragraph at lines 980--980
-[]    /pcrr7t@7.0pt/pubilc int callJava(int a, int b, int c, int d) {[] 
- []
-
-[8 <./chart4.pdf> <./chart3.pdf>]
-Missing character: There is no ^^d5 in font pplr7t!
-
-Overfull \hbox (6.59984pt too wide) in paragraph at lines 1053--1053
-[]    /pcrr7t@7.0pt/pubilc int callJava(int a, int b, int c, int d) {[] 
- []
-
-
-Underfull \hbox (badness 1735) in paragraph at lines 1106--1112
-/pplr7t@9.0pt/comic32.exe, times32.exe, and ver-dan32.exe. The
- []
-
-[9] (./nestedvm.ivme04.aux)
-
-LaTeX Warning: There were undefined references.
-
- ) 
-Here is how much of TeX's memory you used:
- 2493 strings out of 95437
- 31117 string characters out of 1189862
- 103247 words of memory out of 1000001
- 5415 multiletter control sequences out of 10000+50000
- 26163 words of font info for 74 fonts, out of 500000 for 1000
- 14 hyphenation exceptions out of 1000
- 29i,15n,24p,218b,509s stack positions out of 1500i,500n,5000p,200000b,5000s
- 231 PDF objects out of 300000
- 0 named destinations out of 131072
- 60 words of extra memory for PDF output out of 65536
-{/usr/local/share/texmf-local/dvips/tetex/f7b6d320.enc}</usr/local/share/texm
-f-local/fonts/type1/bluesky/cm/cmr10.pfb>{/usr/local/share/texmf-local/dvips/te
-tex/09fbbfac.enc}</usr/local/share/texmf-local/fonts/type1/bluesky/cm/cmtt10.pf
-b>{/usr/local/share/texmf-local/dvips/psnfss/8r.enc}</usr/local/share/texmf-loc
-al/fonts/type1/urw/palatino/uplb8a.pfb>{/usr/local/share/texmf-local/dvips/tete
-x/bbad153f.enc}</usr/local/share/texmf-local/fonts/type1/bluesky/cm/cmsy9.pfb><
-/usr/local/share/texmf-local/fonts/type1/urw/palatino/uplr8a.pfb></usr/local/sh
-are/texmf-local/fonts/type1/urw/palatino/uplri8a.pfb>
-Output written on nestedvm.ivme04.pdf (9 pages, 269364 bytes).