Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

9
lang/java-vm-spec/DESCR Normal file
View File

@@ -0,0 +1,9 @@
In The Java(TM) Virtual Machine Specification, Sun's designers of the Java
virtual machine provide comprehensive coverage of the Java virtual machine
class file format and instruction set. In addition, the book contains
directions for compiling the virtual machine with numerous practical
examples to clarify how it operates in practice. The book also demonstrates
the Java virtual machine's powerful verification techniques. In all, the
book provides sufficient detail to enable you to implement your own
fully-compatible Java virtual machine, or on the other hand, to just really
understand what makes the Java technology work.