咨询与建议

限定检索结果

文献类型

  • 15 篇 会议
  • 13 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 25 篇 工学
    • 18 篇 计算机科学与技术...
    • 17 篇 软件工程
    • 6 篇 电气工程
    • 1 篇 机械工程
  • 1 篇 理学
    • 1 篇 天文学
  • 1 篇 医学
    • 1 篇 临床医学

主题

  • 28 篇 just-in-time com...
  • 9 篇 java
  • 7 篇 performance
  • 6 篇 virtual machine
  • 5 篇 java virtual mac...
  • 4 篇 languages
  • 4 篇 optimization
  • 3 篇 experimentation
  • 3 篇 ahead-of-time co...
  • 3 篇 early binding
  • 3 篇 j2me cdc
  • 3 篇 java ahead-of-ti...
  • 3 篇 relocation
  • 2 篇 method inlining
  • 2 篇 parsing
  • 2 篇 algorithms
  • 2 篇 android
  • 2 篇 managed runtime
  • 2 篇 type inclusion t...
  • 2 篇 scannerless pars...

机构

  • 5 篇 seoul natl univ ...
  • 2 篇 vrije univ bruss...
  • 1 篇 caldera int inc ...
  • 1 篇 seoul natl univ ...
  • 1 篇 intel corp micro...
  • 1 篇 microsoft res pr...
  • 1 篇 natl chiao tung ...
  • 1 篇 cornell univ ith...
  • 1 篇 univ arizona dep...
  • 1 篇 eth inst astron ...
  • 1 篇 natl tsing hua u...
  • 1 篇 fudan univ paral...
  • 1 篇 univ fed minas g...
  • 1 篇 univ waterloo wa...
  • 1 篇 ibm research kan...
  • 1 篇 ibm res tokyo
  • 1 篇 beihang univ sch...
  • 1 篇 institute of dat...
  • 1 篇 univ tokyo
  • 1 篇 uc santa barbara...

作者

  • 6 篇 moon soo-mook
  • 5 篇 oh hyeong-seok
  • 3 篇 lee jaemok
  • 3 篇 choi hyung-kyu
  • 3 篇 shin jin woo
  • 3 篇 hong sunghyun
  • 3 篇 kim jin-chul
  • 2 篇 motohiro kawahit...
  • 2 篇 takeuchi m
  • 2 篇 nakatani t
  • 2 篇 suganuma t
  • 2 篇 onodera t
  • 2 篇 komatsu h
  • 2 篇 takeshi ogasawar...
  • 2 篇 yasue t
  • 2 篇 hideaki komatsu
  • 2 篇 toshiaki yasue
  • 2 篇 toshio suganuma
  • 2 篇 kawahito m
  • 2 篇 ishizaki k

语言

  • 24 篇 英文
  • 4 篇 其他
检索条件"主题词=just-in-time compiler"
28 条 记 录,以下是11-20 订阅
排序:
Exceptionization: A Java VM Optimization for Non-Java Languages
收藏 引用
ACM TRANSACTIONS ON ARCHITECTURE AND CODE OPTIMIZATION 2017年 第1期14卷 5-5页
作者: Yang, Byung-Sun Kim, Jae-Yun Moon, Soo-Mook Seoul Natl Univ Dept Elect Engn & Comp Sci Seoul 08826 South Korea
Java virtual machine (JVM) has recently evolved into a general-purpose language runtime environment to execute popular programming languages such as JavaScript, Ruby, Python, and Scala. These languages have complex no... 详细信息
来源: 评论
A Novel Lightweight Instruction Scheduling Algorithm for just-in-time compiler
A Novel Lightweight Instruction Scheduling Algorithm for Jus...
收藏 引用
World Congress on Software Engineering
作者: Shi, Xiaohua Guo, Peng Beihang Univ Sch Comp Sci Beijing Peoples R China Intel Corp Microprocessor Technol Labs Santa Clara CA 95054 USA
In this paper, we present a lightweight algorithm of instruction scheduling to reduce the pipeline stalls on XScale. The algorithm is designed for and implemented in a J2ME just-In-time (JET) compiler. It is not based... 详细信息
来源: 评论
Swift: A Register-based JIT compiler for Embedded JVMs  12
Swift: A Register-based JIT Compiler for Embedded JVMs
收藏 引用
8th ACM SIGPLAN-SIGOPS Conference on Virtual Execution Environments
作者: Zhang, Yuan Yang, Min Zhou, Bo Yang, Zhemin Zhang, Weihua Zang, Binyu Fudan Univ Parallel Proc Inst Shanghai Peoples R China
Code quality and compilation speed are two challenges to JIT compilers, while selective compilation is commonly used to trade-off these two issues. Meanwhile, with more and more Java applications running in mobile dev... 详细信息
来源: 评论
HYBRID JAVA COMPILATION OF just-IN-time AND AHEAD-OF time FOR EMBEDDED SYSTEMS
收藏 引用
JOURNAL OF CIRCUITS SYSTEMS AND COMPUTERS 2012年 第2期21卷 1240001-1-1240001-22页
作者: Oh, Hyeong-Seok Moon, Soo-Mook Jung, Dong-Heon Seoul Natl Univ Sch Elect Engn & Comp Sci Seoul 151742 South Korea
Many embedded Java software platforms execute two types of Java classes: those installed statically on the client device and those downloaded dynamically from service providers at runtime. For higher performance, it w... 详细信息
来源: 评论
A Method-Based Ahead-of-time compiler for Android Applications
A Method-Based Ahead-of-Time Compiler for Android Applicatio...
收藏 引用
14th Confernece on compilers, Architectures and Synthesis for Embedded Systems (CASES)
作者: Wang, Chih-Sheng Perez, Guillermo A. Chung, Yeh-Ching Hsu, Wei-Chung Shih, Wei-Kuan Hsu, Hong-Rong Natl Tsing Hua Univ Hsinchu Taiwan Natl Chiao Tung Univ Hsinchu Taiwan MediaTek Inc Hsinchu Taiwan
The execution environment of Android system is based on a virtual machine called Dalvik virtual machine (DVM) in which the execution of an application program is in interpret-mode. To reduce the interpretation overhea... 详细信息
来源: 评论
Lock Elision for Read-Only Critical Sections in Java  10
Lock Elision for Read-Only Critical Sections in Java
收藏 引用
ACM SIGPLAN Conference on Programming Language Design and Implementation
作者: Nakaike, Takuya Michael, Maged M. IBM Res Tokyo Tokyo Japan
It is not uncommon in parallel workloads to encounter shared data structures with read-mostly access patterns, where operations that update data are infrequent and most operations are read-only. Typically, data consis... 详细信息
来源: 评论
Hybrid Java Compilation and Optimization for Digital TV Software Platform
Hybrid Java Compilation and Optimization for Digital TV Soft...
收藏 引用
8th International Symposium on Code Generation and Optimization
作者: Jung, Dong-Heon Moon, Soo-Mook Oh, Hyeong-Seok Seoul Natl Univ Sch Elect Engn & Comp Sci Seoul 151742 South Korea
The Java software platform for the interactive digital TV (DTV) is composed of the system/middleware classes statically installed on the DTV set-top box and the xlet classes dynamically downloaded from the TV stations... 详细信息
来源: 评论
Client ahead-of-time compiler for embedded Java platforms
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2009年 第3期39卷 259-278页
作者: Hong, Sunghyun Kim, Jin-Chul Moon, Soo-Mook Shin, Jin Woo Lee, Jaemok Oh, Hyeong-Seok Choi, Hyung-Kyu Seoul Natl Univ Sch Elect Engn & Comp Sci Seoul 151742 South Korea
Many embedded Java platforms execute two types of Java classes: those installed statically on the client device and those downloaded dynamically from service providers at run time. For achieving higher performance, th... 详细信息
来源: 评论
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... 详细信息
来源: 评论
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... 详细信息
来源: 评论