From: brian Date: Wed, 12 May 2004 04:00:57 +0000 (-0700) Subject: size chart fix X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=44145497d3cd0810b719577029dbdced42af72ad size chart fix darcs-hash:20040512040057-24bed-9bb7a0b098e5dd708bdafd1fe10368cf311f1468.gz --- diff --git a/doc/charts/chart9.dat b/doc/charts/chart9.dat index 7d1a1b6..cda89a8 100644 --- a/doc/charts/chart9.dat +++ b/doc/charts/chart9.dat @@ -1,4 +1,4 @@ -2.2 484 256 164 -3.8 452 252 160 -5.4 332 200 120 -7.0 216 116 76 +2.6 484 256 164 72 +4.6 452 252 160 72 +6.6 332 200 120 56 +8.6 216 116 76 32 diff --git a/doc/charts/chart9.gnuplot b/doc/charts/chart9.gnuplot index 42141ec..27b0682 100644 --- a/doc/charts/chart9.gnuplot +++ b/doc/charts/chart9.gnuplot @@ -3,10 +3,10 @@ set terminal postscript landscape color "Helvetica" 19 set output 'unfilled.eps' set yrange [0:500] -set xrange [1:7.4] +set xrange [1:9.0] set data style boxes set boxwidth 0.4 -set xtics ("DJpeg" 1.8, "Freetype" 3.4, "Boehm-GC" 5.0, "LibMSPack" 6.6) +set xtics ("DJpeg" 2.0, "Freetype" 4.0, "Boehm-GC" 6.0, "LibMSPack" 8.0) set xlabel "Application" set ylabel "Size (kilobytes)" set title "Size of MIPS Binary vs Java Bytecode" @@ -16,7 +16,8 @@ set grid #set label "159" at 2.95, 169 #set label "256" at 3.35, 266 plot \ - 'chart9.dat' using ($1-0.8):($2) title "Class", \ - 'chart9.dat' using ($1-0.4):($3) title "Native", \ - 'chart9.dat' using ($1):($4) title "Compressed Class" + 'chart9.dat' using ($1-1.2):($2) title "Class", \ + 'chart9.dat' using ($1-0.8):($3) title "MIPS Binary", \ + 'chart9.dat' using ($1-0.4):($4) title "Compressed Class", \ + 'chart9.dat' using ($1):($5) title "Compressed MIPS"