File: control

package info (click to toggle)
tya 1.1v3-3
  • links: PTS
  • area: contrib
  • in suites: slink
  • size: 480 kB
  • ctags: 658
  • sloc: ansic: 5,209; java: 329; asm: 215; makefile: 75; sh: 17
file content (17 lines) | stat: -rw-r--r-- 654 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: tya
Section: contrib/devel
Priority: optional
Maintainer: Ruud de Rooij <ruud@debian.org>
Standards-Version: 2.4.1

Package: tya
Architecture: i386
Depends: ${shlibs:Depends}, jdk1.1 (>= 1.1.7v1a)
Description: JIT-compiler for Java
 TYA is a ``100% unofficial'' JIT-compiler designed as an add-on to Steve
 Byrne's ports of JDK 1.1.x for Linux (x86).
 .
 A JIT-compiler (just in time-compiler) is an extension to the Java virtual
 machine.  It translates Java bytecode instructions on-the-fly (at run-time)
 into native machine instructions.  This results in faster execution of Java
 programs compared to the conventional interpreted execution.