scispace - formally typeset
K

Kemal Ebcioglu

Researcher at IBM

Publications -  70
Citations -  4687

Kemal Ebcioglu is an academic researcher from IBM. The author has contributed to research in topics: Very long instruction word & Compiler. The author has an hindex of 28, co-authored 68 publications receiving 4605 citations. Previous affiliations of Kemal Ebcioglu include University at Buffalo.

Papers
More filters
Proceedings ArticleDOI

Performance analysis of tree VLIW architecture for exploiting branch ILP in non-numerical code

TL;DR: The analysis indicates that the performance benefit of the tree VLIW architecture comes not only from the intended branch ILP but from the improvement of data ILP caused by the decrease of useless speculative execution.
Proceedings ArticleDOI

On optimal loop parallelization

TL;DR: It is proved that even for machines with unlimited resources there are simple loops for which no semantically and algorithmically equivalent time optimal program exists.
Proceedings ArticleDOI

Unroll-based register coalescing

TL;DR: A code transformation technique based on loop unrolling which makes otherwise uncoalescible copies in innermost loops become coalescible when unrolled 2.2 times on average, and it is demonstrated that the unroll amount obtained is precise and the most efficient.
Journal IssueDOI

Lightweight monitors for the Java virtual machine

TL;DR: The lightweight monitor is introduced, an efficient user-level monitor implementation which is translated and inlined by a just-in-time lJITr compiler and is useful for single-threaded Java programs as well as for multi-threading Java programs with little lock contention.