3 papers
cs.SE2025
SLICEMATE: Accurate and Scalable Static Program Slicing via LLM-Powered Agents
Jianming Chang, Jieke Shi, Yunbo Lyu +5
Static program slicing, which extracts the executable portions of a program that affect the values at a specific location, supports many software analysis tasks such as debugging a…
cs.SE2025
Rethinking LLM-Based RTL Code Optimization Via Timing Logic Metamorphosis
Zhihao Xu, Bixin Li, Lulu Wang
Register Transfer Level(RTL) code optimization is crucial for achieving high performance and low power consumption in digital circuit design. However, traditional optimization meth…
cs.SE2023
On Code Reuse from StackOverflow: An Exploratory Study on Jupyter Notebook
Mingke Yang, Yuming Zhou, Bixin Li +1
Jupyter Notebook is a popular tool among data analysts and scientists for working with data. It provides a way to combine code, documentation, and visualizations in a single, inter…