咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

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

主题

  • 277 篇 java virtual mac...
  • 33 篇 java
  • 24 篇 garbage collecti...
  • 22 篇 performance
  • 22 篇 languages
  • 18 篇 memory managemen...
  • 12 篇 experimentation
  • 12 篇 profiling
  • 12 篇 embedded systems
  • 11 篇 just-in-time com...
  • 11 篇 object-oriented ...
  • 11 篇 bytecode instrum...
  • 10 篇 real-time system...
  • 8 篇 algorithms
  • 7 篇 java processor
  • 6 篇 bytecode
  • 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 篇 英文
  • 24 篇 其他
  • 1 篇 中文
检索条件"主题词=Java Virtual Machine"
277 条 记 录,以下是121-130 订阅
排序:
Optimizing type-specific instrumentation on the JVM with reflective supertype information
收藏 引用
JOURNAL OF VISUAL LANGUAGES AND COMPUTING 2018年 49卷 29-45页
作者: Rosa, Andrea Binder, Walter Univ Svizzera Italiana Fac Informat Via Giuseppe Buffi 13 Lugano Switzerland
Reflective supertype information (RSI) is useful for many instrumentation-based type-specific analyses on the java virtual machine (JVM). On the one hand, while such information can be obtained when performing the ins... 详细信息
来源: 评论
Cinfony - combining Open Source cheminformatics toolkits behind a common interface
收藏 引用
CHEMISTRY CENTRAL JOURNAL 2008年 第1期2卷 1-10页
作者: O'Boyle, Noel M. Hutchison, Geoffrey R. Cambridge Crystallog Data Ctr Cambridge CB2 1EZ England Univ Pittsburgh Dept Chem Chevron Sci Ctr Pittsburgh PA 15260 USA
Background: Open Source cheminformatics toolkits such as OpenBabel, the CDK and the RDKit share the same core functionality but support different sets of file formats and forcefields, and calculate different fingerpri... 详细信息
来源: 评论
Static Analysis of java Bytecode
收藏 引用
Wuhan University Journal of Natural Sciences 2001年 第Z1期6卷 383-390页
作者: Jian\|jun Zhao Department of Computer Science and Engineering, Fukuoka Institute of Technology, Fukuoka 811 0295,Japan Department of Computer Science and Engineering Fukuoka Institute of Technology Fukuoka Japan
Understanding control flows in a computer program is essential for many software engineering tasks such as testing, debugging, reverse engineering, and maintenance. In this paper ,we present a control flow analysis te... 详细信息
来源: 评论
Comprehensive aspect weaving for java
收藏 引用
SCIENCE OF COMPUTER PROGRAMMING 2011年 第11期76卷 1015-1036页
作者: Villazon, Alex Binder, Walter Moret, Philippe Ansaloni, Danilo Univ Lugano Fac Informat CH-6900 Lugano Switzerland
Aspect-oriented programming (AOP) has been successfully applied to application code thanks to techniques such as java bytecode instrumentation. Unfortunately, with existing AOP frameworks for java such as AspectJ, asp... 详细信息
来源: 评论
Accurate Reification of Complete Supertype Information for Dynamic Analysis on the JVM  2017
Accurate Reification of Complete Supertype Information for D...
收藏 引用
16th ACM SIGPLAN International Conference on Generative Programming - Concepts and Experiences (GPCE) co-located with SPLASH Conference
作者: Rosa, Andrea Rosales, Eduardo Binder, Walter Univ Svizzera Italiana Fac Informat Lugano Switzerland
Reflective supertype information (RSI) is useful for many instrumentation-based dynamic analyses on the java virtual machine (JVM). On the one hand, while such information can be obtained when performing the instrumen... 详细信息
来源: 评论
JUSTGen: Effective Test Generation for Unspecified JNI Behaviors on JVMs  21
JUSTGen: Effective Test Generation for Unspecified JNI Behav...
收藏 引用
43rd IEEE/ACM International Conference on Software Engineering - Software Engineering in Practice (ICSE-SEIP) / 43rd ACM/IEEE International Conference on Software Engineering - New Ideas and Emerging Results (ICSE-NIER)
作者: Hwang, Sungjae Lee, Sungho Kim, Jihoon Ryu, Sukyoung Korea Adv Inst Sci & Technol Sch Comp Daejeon South Korea Chungnam Natl Univ Dept Comp Sci & Engn Daejeon South Korea
java Native Interface (JNI) provides a way for java applications to access native libraries, but it is difficult to develop correct JNI programs. By leveraging native code, the JNI enables java developers to implement... 详细信息
来源: 评论
Towards a Serverless java Runtime  36
Towards a Serverless Java Runtime
收藏 引用
36th IEEE/ACM International Conference on Automated Software Engineering (ASE)
作者: Zhang, Yifei Gu, Tianxiao Zheng, Xiaolin Yu, Lei Kuai, Wei Li, Sanhong Alibaba Grp Hangzhou Peoples R China
java virtual machine (JVM) has the well-known slow startup and warmup issues. This is because the JVM needs to dynamically create many runtime data before reaching peak performance, including class metadata, method pr... 详细信息
来源: 评论
Turbo DiSL: Partial Evaluation for High-Level Bytecode Instrumentation
Turbo DiSL: Partial Evaluation for High-Level Bytecode Instr...
收藏 引用
50th International Conference on Objects, Models, Components, Patterns (TOOLS)
作者: Zheng, Yudi Ansaloni, Danilo Marek, Lukas Sewe, Andreas Binder, Walter Villazon, Alex Tuma, Petr Qi, Zhengwei Mezini, Mira Shanghai Jiao Tong Univ Shanghai Scalable Comp Lab Shanghai 200030 Peoples R China
Bytecode instrumentation is a key technique for the implementation of dynamic program analysis tools such as profilers and debuggers. Traditionally, bytecode instrumentation has been supported by low-level bytecode en... 详细信息
来源: 评论
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... 详细信息
来源: 评论
A performance comparison between stop-the-world and multithreaded concurrent generational garbage collection for java
A performance comparison between stop-the-world and multithr...
收藏 引用
IEEE International Performance, Computing, and Communications Conference
作者: Lo, CTD Srisa-An, W Chang, JM IIT Dept Comp Sci Chicago IL 60616 USA
Recent popularity of java programming language has brought the automatic dynamic memory management (a.k.a., the garbage collection) into the mainstream, Traditional garbage collectors suffer from long garbage collecti... 详细信息
来源: 评论