Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 CS577 Compiler Construction
CS577 Compiler Construction (Modern Language Processors) Spring 2002
Reminder: No class on Monday, May 27 (Memorial Day Holiday).
Homework 2 is due in class on Wednesday, May 29.
Projects will be due in the instructor's office or mailbox at noon on Friday, June 14.
The take-home final will be handed out on Wed. June 5 in class, and will be due at 12:30 pm
on Wed. June 12 (the start of the final exam slot). The final may ask about anything covered
in lecture or in the assigned papers.
Project presentations will be during class on June 5 and during the final exam slot on June 12.
Presentations should aim to be about 20 minutes; if you think you'll need longer, consult with
the instructor.
The single most useful set of meaningful benchmarks available for free is
from the Java Grande Forum.
Users on the CS Solaris network can access the source and .class files in
directory /u/apt/jgf/v2.0. These benchmarks are biased towards floating point array
computations. I'd recommend running a combination of floating point and integer
benchmarks, including some that create lots of objects, from sections 2 and 3.
Good possibilities include raytracer, heapsort, and crypt. Note that some of
the benchmarks run a long time, even in the smallest ("A") size; be kind to
your fellow users if running these on a shared machine.
If you are unfamiliar with Java, skim a good introductory textbook, such as
Arnold, Gosling, and Holmes, The Java Programming Language, Addison-Wesley.
Tim Lindholm & Frank Yellin, The Java Virtual Machine Specification, 2nd ed., happily available on-line
Bill Venners, Inside the Java 2 Virtual Machine, McGraw-Hill, 1999.
Substantial portions of this book are also available
on-line. This is probably the best book to look at first.
Jon Meyer & Troy Downing,Java Virtual Machine, O'Reilly 1997. This is available from the PSU library
as an ebook.
Joshua Engel,Progrmamming for the Java Virtual Machine, Addison-Wesley, 1999.
General Books on Compilers
Al Aho, Ravi Sethi, and Jeff Ullman, Compilers: Principles, Tools, and Techniques, Addison-Wesley, 1986.
Andrew Appel, Modern Compiler Implementation in ML/Java/C, Cambridge UP, 1998.
Steve Muchnick, Advanced Compiler Design & Implmentation, Morgan Kaufmann, 1997.
Christopher Fraser and David Hanson,A Retargetable C Compiler: Design and Implementation, Benjamin/Cummings, 1995.
Books on Garbage Collection
Richard Jones and Rafael Lins, Garbage Collection: Algorithms for Automatic Dynamic Memory Management, Wiley, 1996.