Publications
Talks, Technical Writing & Industry Impact
Boosting RISC-V Application Performance: An 8-Month LLVM Journey
Igalia Compilers Blog, May 2025
Chronicles an 8-month optimization effort that delivered significant performance improvements for RISC-V applications in LLVM. It details enhanced code generation strategies, libc optimizations, and maintainership of the RISC-V libc port. Work resulted in measurable performance gains across multiple benchmark suites.
RISC-V Support into LLVM's libc: Challenges and Solutions for 32-bit and 64-bit
[Slides]
LLVM Developers' Meeting, October 2024
Technical presentation detailing the implementation of RISC-V support in LLVM's libc project. Addresses unique challenges in supporting both 32-bit and 64-bit RISC-V architectures, including ABI compatibility, syscall interfaces, and performance optimizations. As the RISC-V libc maintainer, presents architectural decisions and solutions for bringing full C library support to RISC-V platforms.
Recent Publications
ESBMC v7.7: Efficient Concurrent Software Verification with Scheduling, Incremental SMT and Partial Order Reduction
Tools and Algorithms for the Construction and Analysis of Systems (TACAS), 2025
Improves verification of concurrent C programs through dynamic thread scheduling, incremental SMT solving, and enhanced partial order reduction algorithms. Significantly reduces exploration of redundant states and enables faster bug detection in multi-threaded applications.
ESBMC v7.6: Enhanced model checking of C++ programs with clang AST
Science of Computer Programming, 2025
Introduces advanced C++ support through Clang AST integration, enabling comprehensive verification of modern C++ features including templates, lambda expressions, and STL containers. Demonstrates significant improvements in verification accuracy and coverage.
ESBMC v7.4: Harnessing the Power of Intervals
Tools and Algorithms for the Construction and Analysis of Systems (TACAS), 2024
Implements interval analysis techniques to improve precision in numeric computations and reduce false positives in verification. Enhances handling of floating-point arithmetic and improves scalability for complex numerical programs.
Open Source Contributions





