咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是261-270 订阅
排序:
An Instruction Cache Architecture for Parallel Execution of java Threads
An Instruction Cache Architecture for Parallel Execution of ...
收藏 引用
Proceedings of The Fourth International Conference on Parallel and Distribyted Computing,Applications and Technologies(第四届并行与分布式计算应用与技术国际会议)
作者: Wanming Chu Yamin Li Department of Computer Hardware University of Aizu Aizu-Wakamatsu 965-8580 Japan Department of Computer Science Hosei University Tokyo 184-8584 Japan
Designing a java processor supporting horizontal multithreading has been becoming more attractive as network computing gains importance. Different from the traditional superscalar processors that issue multiple instru... 详细信息
来源: 评论
An Object-Oriented Processor with Just-In-Time Compilation Support
An Object-Oriented Processor with Just-In-Time Compilation S...
收藏 引用
2010 International Symposium on Computer,Communication, Control and Automation
作者: Anthony S.Fong C.H.Yau City University of Hong Kong
java is dominating in object-oriented computing. However, java relies on java virtual machine to process java bytecodes, such that it imposes large overhead on the embedded system. In addition, as security is always a... 详细信息
来源: 评论
An Efficient and Generic Event-based Profiler Framework for Dynamic Languages  15
An Efficient and Generic Event-based Profiler Framework for ...
收藏 引用
Proceedings of the Principles and Practices of Programming on The java Platform
作者: Gülfem Savrun-Yeniçeri Michael L. Van de Vanter Per Larsen Stefan Brunthaler Michael Franz University of California Irvine Oracle Labs
Profilers help programmers analyze their programs and identify performance bottlenecks. We implement a profiler framework that helps to compare and analyze programs implementing the same algorithms written in differen... 详细信息
来源: 评论
Performance analysis for languages hosted on the truffle framework  18
Performance analysis for languages hosted on the truffle fra...
收藏 引用
Proceedings of the 15th International Conference on Managed Languages & Runtimes
作者: Swapnil Gaikwad Andy Nisbet Mikel Luján University of Manchester Manchester UK
It is attractive to host new or existing language implementations on top of, or reusing components of, existing managed language runtimes such as the java virtual machine (JVM) or the Microsoft Common Language Infrast... 详细信息
来源: 评论
Sharing Programming Resources Between Bio* Projects Through Remote Procedure Call and Native Call Stack Strategies
Sharing Programming Resources Between Bio* Projects Through ...
收藏 引用
作者: Pjotr Prins Naohisa Goto Andrew Yates Laurent Gautier Scooter Willis Christopher Fields Toshiaki Katayama
Open-source software (OSS) encourages computer programmers to reuse software components written by others. In evolutionary bioinformatics, OSS comes in a broad range of programming languages, including C/C++, Perl, Py... 详细信息
来源: 评论
Research on stack-allocation based JVM garbage collection
Research on stack-allocation based JVM garbage collection
收藏 引用
International Conference on Advanced Computer Theory and Engineering, ICACTE
作者: Xiaoliang Xu Jiang Shen College of Computer Science Hangzhou Dianzi University Hangzhou Zhejiang China
In order to reduce the costs of java virtual machine garbage collector, a stack-allocation based on garbage collection algorithm is proposed in this paper. The stack frame is improved to support the object storage, an... 详细信息
来源: 评论
Improving J9 virtual machine with LTTng for efficient and effective tracing
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2015年 第7期45卷 973-987页
作者: Wang, Yang Kent, Kenneth B. Johnson, Graeme IBM Ctr Adv Studies Atlantic Fredericton NB E3B 5A3 Canada
The ability to observe the internal operation of the J9 virtual machine is essential for effective performance tuning. To this end, tracing is an important method, which is the action of recording events from a runnin... 详细信息
来源: 评论
Heap compression for memory-constrained java environments  03
Heap compression for memory-constrained Java environments
收藏 引用
Proceedings of the 18th annual ACM SIGPLAN conference on Object-oriented programing, systems, languages, and applications
作者: G. Chen M. Kandemir N. Vijaykrishnan M. J. Irwin B. Mathiske M. Wolczko The Pennsylvania State University University Park PA Sun Microsystems Inc. Mountain View CA
java is becoming the main software platform for consumer and embedded devices such as mobile phones, PDAs, TV set-top boxes, and in-vehicle systems. Since many of these systems are memory constrained, it is extremely ... 详细信息
来源: 评论
JVM Characterization Framework for Workload Generated as per machine Learning Benckmark and Spark Framework
JVM Characterization Framework for Workload Generated as per...
收藏 引用
IEEE International Conference on Recent Trends in Electronics, Information & Communication Technology
作者: Saravan Chidambaram Sujoy Saraswati Ranganath Ramachandra Jayashree B Huttanagoudar Hema N Roopalakshmi R Hewlett Packard (India) Software Operation Private Ltd Bangalore - 560048 India M. Tech IV sem student Department of CSE RV College of Engineering Bangalore India M. Tech IV sem student Department of CSE MSR Institute of Technology Bangalore India Associate Professor Department of CSE RV College of Engineering Bangalore India
Today there are plenty of frameworks to assist the development of Big-data applications. Computation and Storage are two major activities in these applications. Spark framework has replaced Map-Reduce in Hadoop, which... 详细信息
来源: 评论
Dynamic Linking on a Shared-Memory Multiprocessor  99
Dynamic Linking on a Shared-Memory Multiprocessor
收藏 引用
Proceedings of the 1999 International Conference on Parallel Architectures and Compilation Techniques
作者: Bowen Alpern Mark Charney Jong-Deok Choi Anthony Cocchi Derek Lieber
This paper presents a technique for backpatching instructions in an SMP environment. This technique is used by the Jalapeno virtual machine to support dynamic class loading in java. There is a small runtime overhead t... 详细信息
来源: 评论