scispace - formally typeset
D

Ding-Yong Hong

Researcher at Academia Sinica

Publications -  32
Citations -  282

Ding-Yong Hong is an academic researcher from Academia Sinica. The author has contributed to research in topics: Binary translation & SIMD. The author has an hindex of 9, co-authored 27 publications receiving 257 citations. Previous affiliations of Ding-Yong Hong include National Tsing Hua University.

Papers
More filters
Proceedings ArticleDOI

HQEMU: a multi-threaded and retargetable dynamic binary translator on multicores

TL;DR: This work takes advantage of the ubiquitous multicore platforms, using multithreaded approach to implement DBT, and demonstrates in a multi-threaded DBT prototype, called HQEMU, that it could improve QEMU performance by a factor of 2.4X on the SPEC 2006 integer and floating point benchmarks.
Proceedings ArticleDOI

Early experiences in application level I/O tracing on blue gene systems

TL;DR: This is the first comprehensive application-level I/O monitoring, playback, and optimizing tool available on BG systems, and the preliminary experiments on popular NPB BTIO benchmark show that the tool is much useful on facilitating detailed I/o performance analysis.
Proceedings ArticleDOI

Improving dynamic binary optimization through early-exit guided code region formation

TL;DR: A light-weight region formation technique called Early-Exit Guided Region Formation (EEG) is proposed to improve the quality of the formed traces/regions and iteratively identifies and merges delinquent regions into larger code regions.
Journal ArticleDOI

Improving SIMD Parallelism via Dynamic Binary Translation

TL;DR: A general approach is proposed that translates loops consisting of short-SIMD instructions to machine-independent IR, conducts SIMD loop transformation/optimization at this IR level, and finally translates to long- SIMD instructions.
Proceedings ArticleDOI

LnQ: Building High Performance Dynamic Binary Translators with Existing Compiler Backends

TL;DR: An LLVM+QEMU (LnQ)framework for building high performance and retargetable binary translators with existing compiler modules with existing optimizers and code generation back ends is presented.