changeset 12:a76fb6f55a5c default tip

fix t-diagram
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 12 Nov 2018 19:02:38 +0900
parents 27fbeff70031
children
files mid_thesis.pdf mid_thesis.tex pic/tgraph.pdf reference.bib src/tgraph.graffle
diffstat 5 files changed, 4 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
Binary file mid_thesis.pdf has changed
--- a/mid_thesis.tex	Mon Nov 12 18:46:38 2018 +0900
+++ b/mid_thesis.tex	Mon Nov 12 19:02:38 2018 +0900
@@ -110,13 +110,14 @@
 MoarVMはPerl6に特化したVMである.C言語で実装されている.
 JITコンパイルなどが現在導入されているが,起動時間などが低速である問題がある.
 MoarVM独自のByteCodeがあり,NQPからこれを出力する機能などが存在している.
+%Perl6のコンパイルの流れをT図 (図\ref{perl6buil})に示す.
 % IT図をいれる
 \begin{figure}[ht]
      \begin{center}
-     \includegraphics[width=50mm]{pic/tgraph.pdf}
+     \includegraphics[width=65mm]{pic/tgraph.pdf}
      \end{center}
-     \caption{NQPのビルドフロー}
-    \label{fig:perl6cbcinter2}
+     \caption{Perl6のビルドフロー}
+    \label{fig:perl6buil}
 \end{figure}
 
 
Binary file pic/tgraph.pdf has changed
--- a/reference.bib	Mon Nov 12 18:46:38 2018 +0900
+++ b/reference.bib	Mon Nov 12 19:02:38 2018 +0900
@@ -21,9 +21,3 @@
 }
 
 
-@misc{threadecodes,
-    title = {Threaded Code},
-    author = {Bell, James R},
-    journal = {Communications of the ACM 16.6},
-    year = 1973,
-}
Binary file src/tgraph.graffle has changed