Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 630 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 630 Bytes

An LLVM pass for bound check insertion and optimization based on Gupta et al.'s paper

This repository contains an LLVM pass for bound check insertion and optimization based on the paper Optimizing array bound checks using flow analysis by Gupta et al.

Benchmarks

Code size and speed

Code size and speed

Compile time check counts

Compile time check counts

Run time check counts

Run time check counts

Register pressure

Register pressure