CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程

文件名称:jato-0.0.1.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    428.33kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Linux下的java虚拟机(jit),可以运行简单的java程序,实现的非常优秀。-Jato is a Java virtual machine implementation with a Just-in-time (JIT)compiler. It can currently run some simple Java programs on Linux/i386.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

jato-0.0.1/
jato-0.0.1/.gitignore
jato-0.0.1/.mailmap
jato-0.0.1/AUTHORS
jato-0.0.1/Documentation/
jato-0.0.1/Documentation/CodingStyle
jato-0.0.1/Documentation/jit-compiler-design.txt
jato-0.0.1/Makefile
jato-0.0.1/README
jato-0.0.1/arch/
jato-0.0.1/arch/mmix/
jato-0.0.1/arch/mmix/call.c
jato-0.0.1/arch/mmix/include/
jato-0.0.1/arch/mmix/include/arch/
jato-0.0.1/arch/mmix/include/arch/args.h
jato-0.0.1/arch/mmix/include/arch/instruction.h
jato-0.0.1/arch/mmix/include/arch/registers.h
jato-0.0.1/arch/mmix/include/arch/stack-frame.h
jato-0.0.1/arch/mmix/include/arch/text.h
jato-0.0.1/arch/mmix/instruction.c
jato-0.0.1/arch/mmix/register.c
jato-0.0.1/arch/mmix/stack-frame.c
jato-0.0.1/arch/mmix/use-def.c
jato-0.0.1/arch/ppc/
jato-0.0.1/arch/ppc/Makefile_32
jato-0.0.1/arch/ppc/backtrace.c
jato-0.0.1/arch/ppc/disassemble.c
jato-0.0.1/arch/ppc/emit-code.c
jato-0.0.1/arch/ppc/exception.c
jato-0.0.1/arch/ppc/include/
jato-0.0.1/arch/ppc/include/arch/
jato-0.0.1/arch/ppc/include/arch/config_32.h
jato-0.0.1/arch/ppc/include/arch/instruction.h
jato-0.0.1/arch/ppc/include/arch/registers.h
jato-0.0.1/arch/ppc/include/arch/signal.h
jato-0.0.1/arch/ppc/include/arch/stack-frame.h
jato-0.0.1/arch/ppc/insn-selector.brg
jato-0.0.1/arch/ppc/insn-selector_32.brg
jato-0.0.1/arch/ppc/instruction.c
jato-0.0.1/arch/ppc/lir-printer.c
jato-0.0.1/arch/ppc/signal.c
jato-0.0.1/arch/x86/
jato-0.0.1/arch/x86/Makefile_32
jato-0.0.1/arch/x86/Makefile_64
jato-0.0.1/arch/x86/args.c
jato-0.0.1/arch/x86/backtrace.c
jato-0.0.1/arch/x86/call.c
jato-0.0.1/arch/x86/disassemble.c
jato-0.0.1/arch/x86/emit-code.c
jato-0.0.1/arch/x86/exception.c
jato-0.0.1/arch/x86/include/
jato-0.0.1/arch/x86/include/arch/
jato-0.0.1/arch/x86/include/arch/args.h
jato-0.0.1/arch/x86/include/arch/asm.h
jato-0.0.1/arch/x86/include/arch/atomic.h
jato-0.0.1/arch/x86/include/arch/config_32.h
jato-0.0.1/arch/x86/include/arch/config_64.h
jato-0.0.1/arch/x86/include/arch/exception.h
jato-0.0.1/arch/x86/include/arch/init.h
jato-0.0.1/arch/x86/include/arch/instruction.h
jato-0.0.1/arch/x86/include/arch/itable.h
jato-0.0.1/arch/x86/include/arch/memory.h
jato-0.0.1/arch/x86/include/arch/registers.h
jato-0.0.1/arch/x86/include/arch/registers_32.h
jato-0.0.1/arch/x86/include/arch/registers_64.h
jato-0.0.1/arch/x86/include/arch/signal.h
jato-0.0.1/arch/x86/include/arch/stack-frame.h
jato-0.0.1/arch/x86/include/arch/text.h
jato-0.0.1/arch/x86/include/arch/thread.h
jato-0.0.1/arch/x86/init.c
jato-0.0.1/arch/x86/insn-selector.brg
jato-0.0.1/arch/x86/instruction.c
jato-0.0.1/arch/x86/lir-printer.c
jato-0.0.1/arch/x86/registers_32.c
jato-0.0.1/arch/x86/registers_64.c
jato-0.0.1/arch/x86/signal-bh.S
jato-0.0.1/arch/x86/signal.c
jato-0.0.1/arch/x86/stack-frame.c
jato-0.0.1/arch/x86/thread.c
jato-0.0.1/arch/x86/unwind_32.S
jato-0.0.1/arch/x86/unwind_64.S
jato-0.0.1/arch/x86/use-def.c
jato-0.0.1/cafebabe/
jato-0.0.1/cafebabe/CMakeLists.txt
jato-0.0.1/cafebabe/Doxyfile
jato-0.0.1/cafebabe/include/
jato-0.0.1/cafebabe/include/cafebabe/
jato-0.0.1/cafebabe/include/cafebabe/access.h
jato-0.0.1/cafebabe/include/cafebabe/attribute_array.h
jato-0.0.1/cafebabe/include/cafebabe/attribute_info.h
jato-0.0.1/cafebabe/include/cafebabe/class.h
jato-0.0.1/cafebabe/include/cafebabe/code_attribute.h
jato-0.0.1/cafebabe/include/cafebabe/constant_pool.h
jato-0.0.1/cafebabe/include/cafebabe/constant_value_attribute.h
jato-0.0.1/cafebabe/include/cafebabe/error.h
jato-0.0.1/cafebabe/include/cafebabe/field_info.h
jato-0.0.1/cafebabe/include/cafebabe/line_number_table_attribute.h
jato-0.0.1/cafebabe/include/cafebabe/method_info.h
jato-0.0.1/cafebabe/include/cafebabe/source_file_attribute.h
jato-0.0.1/cafebabe/include/cafebabe/stream.h
jato-0.0.1/cafebabe/src/
jato-0.0.1/cafebabe/src/cafebabe/
jato-0.0.1/cafebabe/src/cafebabe/attribute_array.c
jato-0.0.1/cafebabe/src/cafebabe/attribute_info.c
jato-0.0.1/cafebabe/src/cafebabe/class.c
jato-0.0.1/cafebabe/src/cafebabe/code_attribute.c
jato-0.0.1/cafebabe/src/cafebabe/constant_pool.c
jato-0.0.1/cafebabe/src/cafebabe/constant_value_attribute.c
jato-0.0.1/cafebabe/src/cafebabe/error.c
jato-0.0.1/cafebabe/src/cafebabe/field_info.c
jato-0.0.1/cafebabe/src/cafebabe/line_number_table_attribute.c
jato-0.0.1/cafebabe/src/cafebabe/method_info.c
jato-0.0.1/cafebabe/src/cafebabe/source_file_attribute.c
jato-0.0.1/cafebabe/src/cafebabe/stream.c
jato-0.0.1/cafebabe/src/dump.c
jato-0.0.1/cafebabe/src/java.c
jato-0.0.1/include/
jato-0.0.1/include/jit/
jato-0.0.1/include/jit/args.h
jato-0.0.1/include/jit/basic-block.h
jato-0.0.1/include/jit/bc-offset-mapping.h
jato-0.0.1/include/jit/bytecode-to-ir.h
jato-0.0.1/include/jit/compilation-unit.h
jato-0.0.1/include/jit/compiler.h
jato-0.0.1/include/jit/cu-mapping.h
jato-0.0.1/include/jit/disassemble.h
jato-0.0.1/include/jit/emit-code.h
jato-0.0.1/include/jit/emulate.h
jato-0.0.1/include/jit/exception.h
jato-0.0.1/include/jit/expression.h
jato-0.0.1/include/jit/gc-map.h
jato-0.0.1/include/jit/instruction.h
jato-0.0.1/include/jit/lir-printer.h
jato-0.0.1/include/jit/pc-map.h
jato-0.0.1/include/jit/perf-map.h
jato-0.0.1/include/jit/stack-slot.h
jato-0.0.1/includ

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com