academic

Yihan Zhu

Hi, I am Yihan Zhu, a junior undergraduate in ACM Honors Class of Shanghai Jiao Tong University, majoring in Computer Science.

Currently, I am a research assistant in EPCC Lab at Shanghai Jiao Tong University, advised by Prof. Jingwen Leng.

My research interests broadly span machine learning systems, agent systems, compilers and computer architecture, with a particular focus on building agent systems for efficient and scalable LLM serving and inference acceleration.

I am seeking a summer research internship in 2027, and I am open to research collaboration opportunities in the areas of machine learning systems, agent systems, compilers, and computer architecture. Feel free to reach out to me via email at zhuyihan@sjtu.edu.cn.

Profile photo of JaneZ

Projects

RCompiler

2025.8-2026.6

A compiler of Rx* (a Rust-like language for education) ,written in about 20k lines of C++.

A handwritten parser is implemented.Mem2Reg, inlining, SCCP, ADCE, local CSE and some other small optimizations are implemented.The registers are allocated with Linear Scanning Algorithm.

Its performance is as good as O1.

GitHub

RISC-V CPU

2025.11-2026.1

A toy CPU written in Verilog.

Tomasulo algorithm is implemented.Support instructions in RISCV-i and RISCV-m.

GitHub