Shiliang Tu
Papers
2
Total Citations
8
H-Index
2
About
Shiliang Tu is a researcher focused on embedded real-time systems, specifically the optimization of Java execution for resource-constrained environments like robotics and industrial control. His work addresses the critical challenge of reconciling Java’s platform independence and safety features with the deterministic performance demands of real-time applications. Tu’s key contributions center on the design of specialized hardware and memory management for the JPOR-32, an embedded real-time Java processor. His 2010 paper on the processor’s memory access mechanism, with 6 citations, proposes architectural enhancements to improve execution engine performance. Building on this, his 2011 work on automatic memory management (2 citations) tackles the complexities of garbage collection in real-time contexts, aiming to eliminate unpredictable pauses. Though his citation counts are modest, Tu’s research is notable for its niche focus on bridging high-level language flexibility with low-level hardware constraints, a persistent bottleneck in embedded systems. His efforts contribute to making Java a viable option for time-sensitive, safety-critical applications, offering a path toward more robust and secure embedded software.
Research Focus
Key Achievements
Top Papers
- 1Memory access mechanism in embedded real-time Java processor6 citations · 2010
- 2