咨询与建议

限定检索结果

文献类型

  • 138 篇 会议
  • 124 篇 期刊文献
  • 10 篇 学位论文
  • 1 篇 资讯

馆藏范围

  • 273 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 241 篇 工学
    • 185 篇 计算机科学与技术...
    • 137 篇 软件工程
    • 43 篇 电气工程
    • 21 篇 信息与通信工程
    • 5 篇 电子科学与技术(可...
    • 5 篇 控制科学与工程
    • 3 篇 化学工程与技术
    • 3 篇 生物工程
    • 3 篇 网络空间安全
    • 1 篇 力学(可授工学、理...
    • 1 篇 仪器科学与技术
    • 1 篇 土木工程
    • 1 篇 测绘科学与技术
    • 1 篇 公安技术
  • 15 篇 理学
    • 5 篇 化学
    • 4 篇 数学
    • 3 篇 生物学
    • 2 篇 物理学
    • 2 篇 大气科学
  • 5 篇 医学
    • 2 篇 临床医学
    • 1 篇 特种医学
    • 1 篇 医学技术(可授医学...
  • 5 篇 管理学
    • 5 篇 管理科学与工程(可...
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 273 篇 java virtual mac...
  • 29 篇 java
  • 24 篇 garbage collecti...
  • 22 篇 performance
  • 22 篇 languages
  • 18 篇 memory managemen...
  • 12 篇 experimentation
  • 12 篇 profiling
  • 11 篇 embedded systems
  • 11 篇 just-in-time com...
  • 11 篇 bytecode instrum...
  • 10 篇 real-time system...
  • 9 篇 object-oriented ...
  • 8 篇 algorithms
  • 6 篇 bytecode
  • 6 篇 java processor
  • 6 篇 dynamic memory m...
  • 6 篇 optimization
  • 6 篇 ownership types
  • 6 篇 performance anal...

机构

  • 7 篇 univ svizzera it...
  • 6 篇 purdue univ dept...
  • 5 篇 seoul natl univ ...
  • 5 篇 univ lugano fac ...
  • 4 篇 ecole polytech f...
  • 4 篇 univ regina dept...
  • 4 篇 brno university ...
  • 3 篇 univ lugano luga...
  • 3 篇 seoul natl univ
  • 3 篇 seoul natl univ ...
  • 3 篇 shanghai jiao to...
  • 3 篇 tianjin univ col...
  • 3 篇 ecole polytech f...
  • 3 篇 univ victoria de...
  • 3 篇 coll william & m...
  • 2 篇 tu eindhoven ein...
  • 2 篇 natl res univ hi...
  • 2 篇 univ texas dept ...
  • 2 篇 univ calif irvin...
  • 2 篇 shanghai ai lab ...

作者

  • 28 篇 binder walter
  • 15 篇 rosa andrea
  • 10 篇 ansaloni danilo
  • 10 篇 moret philippe
  • 9 篇 moon soo-mook
  • 9 篇 villazon alex
  • 8 篇 rosales eduardo
  • 8 篇 vitek jan
  • 7 篇 wu mingyu
  • 6 篇 guerraoui rachid
  • 5 篇 chen haibo
  • 5 篇 basso matteo
  • 4 篇 lo ctd
  • 4 篇 franz michael
  • 4 篇 lee jaemok
  • 4 篇 zang binyu
  • 4 篇 spring jesper ho...
  • 4 篇 srisa-an w
  • 4 篇 zhang wei
  • 3 篇 zheng yudi

语言

  • 252 篇 英文
  • 20 篇 其他
  • 1 篇 中文
检索条件"主题词=Java virtual machine"
273 条 记 录,以下是191-200 订阅
排序:
JVMVIEWER: an interactive bytecode interpreter for java
Journal of Computing Sciences in Colleges
收藏 引用
Journal of Computing Sciences in Colleges 2008年 第3期23卷
作者: Carl E. Bredlau Montclair State University Montclair NJ
This paper describes an interactive implementation of a java virtual machine (JVM) simulator for interpreting java bytecodes created either from the java compiler or from an assembler such as Jasmin. Designed for ease... 详细信息
来源: 评论
Scoped types and aspects for real-time java memory management
收藏 引用
REAL-TIME SYSTEMS 2007年 第1期37卷 1-44页
作者: Andreae, Chris Coady, Yvonne Gibbs, Celina Noble, James Vitek, Jan Zhao, Tian Purdue Univ W Lafayette IN 47907 USA Victoria Univ Wellington Wellington New Zealand Univ Wisconsin Milwaukee WI 53201 USA Univ Victoria Victoria BC Canada
Real-time systems are notoriously difficult to design and implement, and, as many real-time problems are safety-critical, their solutions must be reliable as well as efficient and correct. While higher-level programmi... 详细信息
来源: 评论
Efficient register mapping and allocation in LaTTe, an open-source java just-in-time compiler
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 2007年 第1期18卷 57-69页
作者: Yang, Byung-Sun Lee, Junpyo Lee, Seungll Park, Seongbae Chung, Yoo C. Kim, Suhyun Ebcioglu, Kemal Altman, Erik Moon, Soo-Mook Veloxsoft Inc Seoul 152050 South Korea Seoul Natl Univ Seoul 152050 South Korea Google Inc Mountain View CA 94043 USA Informat & Commun Univ Taejon 305732 South Korea IBM Corp Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA Global Supercomp Corp Yorktown Hts NY 10598 USA Seoul Natl Univ Sch Elect Engn Seoul 151742 South Korea
java just-in-time (JIT) compilers improve the performance of a java virtual machine (JVM) by translating java bytecode into native machine code on demand. One important problem in java JIT compilation is how to map st... 详细信息
来源: 评论
Design, implementation, and evaluation of a compilation server
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2007年 第4期29卷 1.1-1.40页
作者: Lee, Han B. Diwan, Amer Moss, J. Eliot B. Univ Colorado Boulder CO 80309 USA Univ Massachusetts Amherst MA 01003 USA
Modern JVM implementations interleave execution with compilation of '' hot '' methods to achieve reasonable performance. Since compilation overhead impacts the execution time of the application and ind... 详细信息
来源: 评论
Reasoning about safety properties in a JVM-like environment
收藏 引用
SCIENCE OF COMPUTER PROGRAMMING 2007年 第2-3期67卷 278-300页
作者: Fong, Philip W. L. Univ Regina Dept Comp Sci Regina SK S4S 0A2 Canada
Type-based protection mechanisms in a JVM-like environment must be administrated by the code consumer at the bytecode level. Unfortunately, formulating a sound static type system for the full JVM bytecode language can... 详细信息
来源: 评论
java client ahead-of-time compiler for embedded systems  07
Java client ahead-of-time compiler for embedded systems
收藏 引用
Conference on Languages, Compilers and Tools for Embedded Systems
作者: Hong, Sunghyun Kim, Jin-Chul Shin, Jin Woo Moon, Soo-Mook Oh, Hyeong-Seok Lee, Jaemok Choi, Hyung-Kyu Seoul Natl Univ Sch Elect Engn & Comp Sci Seoul 151742 South Korea
The performance of embedded java virtual machine can be improved by ahead-of-time compiler ( AOTC), which translates bytecode into machine code in the server and installs the machine code on the client device. Althoug... 详细信息
来源: 评论
StreamFlex: High-throughput stream programming in java  07
StreamFlex: High-throughput stream programming in Java
收藏 引用
22nd International Conference on Object-Oriented Programming, Systems, Languages and Applications
作者: Spring, Jesper H. Privat, Jean Guerraoui, Rachid Vitek, Jan Ecole Polytech Fed Lausanne Lausanne Switzerland Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA IBM Corp San Jose CA 95114 USA
The stream programming paradigm aims to expose coarse-grained parallelism in applications that must process continuous sequences of events. The appeal of stream programming comes from its conceptual simplicity. A prog... 详细信息
来源: 评论
Performance evaluation of embedded garbage collectors in CVM environment
Performance evaluation of embedded garbage collectors in CVM...
收藏 引用
11th International Conference on Knowledge-Based Intelligent Informational and Engineering Systems/17th Italian Workshop on Neural Networks
作者: Chal, Chang-Il Kim, Sang-Wook Chang, Ji-Woong Shin, Miyoung Hanyang Univ Dept Informat & Commun Seoul South Korea Korea Polytech Univ Dept Game & Multimedia Engn Seongnam Si South Korea Kyungpook Natl Univ Sch Elect Engn & Comp Sci Daegu South Korea
Garbage collection in the java virtual machine is a core function that relieves application programmers of difficulties related to memory management. In this paper, we evaluate the performance of GenGC and GenRGC, gar... 详细信息
来源: 评论
Reflexes: Abstractions for Highly Responsive Systems  07
Reflexes: Abstractions for Highly Responsive Systems
收藏 引用
3rd International Conference on virtual Execution Environments
作者: Spring, Jesper Honig Pizo, Filip Guerraoui, Rachid Vitek, Jan Ecole Polytech Fed Lausanne CH-1015 Lausanne Switzerland
Commercial java virtual machines are designed to maximize the performance of applications at the expense of predictability. High throughput garbage collection algorithms, for example, can introduce pauses of 100 milli... 详细信息
来源: 评论
java client ahead-of-time compiler for embedded systems
收藏 引用
ACM SIGPLAN NOTICES 2007年 第7期42卷 63-72页
作者: Hong, Sunghyun Kim, Jin-Chul Shin, Jin Woo Moon, Soo-Mook Oh, Hyeong-Seok Lee, Jaemok Choi, Hyung-Kyu Seoul Natl Univ Sch Elect Engn & Comp Sci Seoul 151742 South Korea
The performance of embedded java virtual machine can be improved by ahead-of-time compiler ( AOTC), which translates bytecode into machine code in the server and installs the machine code on the client device. Althoug... 详细信息
来源: 评论