Sciweavers

2032 search results - page 41 / 407
» Improving Java performance using hardware translation
Sort
View
DATE
2005
IEEE
117views Hardware» more  DATE 2005»
15 years 8 months ago
Extended Control Flow Graph Based Performance Optimization Using Scratch-Pad Memory
This paper presents an exploration approach for the researcher to choose the suitable size of Scratch-Pad memory (SPM) for maximal performance improvement of a specified applicat...
Pu Hanlai, Ling Ming, Jin Jing
GECCO
2007
Springer
207views Optimization» more  GECCO 2007»
15 years 8 months ago
A data parallel approach to genetic programming using programmable graphics hardware
In recent years the computing power of graphics cards has increased significantly. Indeed, the growth in the computing power of these graphics cards is now several orders of magn...
Darren M. Chitty
ITC
2002
IEEE
112views Hardware» more  ITC 2002»
15 years 7 months ago
Multiplets, Models, and the Search for Meaning: Improving Per-Test Fault Diagnosis
The advantage to “one test at a time” fault diagnosis is its ability to implicate the components of complicated defect behaviors. The disadvantage is the large size and opacit...
David B. Lavo, Ismed Hartanto, Tracy Larrabee
ISCA
2008
IEEE
185views Hardware» more  ISCA 2008»
15 years 2 months ago
From Speculation to Security: Practical and Efficient Information Flow Tracking Using Speculative Hardware
Dynamic information flow tracking (also known as taint tracking) is an appealing approach to combat various security attacks. However, the performance of applications can severely...
Haibo Chen, Xi Wu, Liwei Yuan, Binyu Zang, Pen-Chu...
JAVA
1999
Springer
15 years 6 months ago
Design, Implementation, and Evaluation of Optimizations in a Just-in-Time Compiler
The Java language incurs a runtime overhead for exception checks and object accesses without an interior pointer in order to ensure safety. It also requires type inclusion test, d...
Kazuaki Ishizaki, Motohiro Kawahito, Toshiaki Yasu...