1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)LLVM184 forks (184 forks)github user discovery
good first issue
Repository metrics
- Stars
- 1,678 stars (1,678 stars)
- PR merge metrics
- Avg merge 3d 2h (Avg merge 3d 2h)49 merged PRs in 30d (49 merged PRs in 30d)
Contributor guide
- Research direction
- Study the LLVM Timer class and its usage pattern in the LLVM codebase. Then, integrate a timer into the TypeAnalysis pass to measure compile time. When the time exceeds a relative threshold, prompt the user to submit a bug report.
- Tech stack
- ccpp
- Domain
- compilers
- Issue type
- Feature
- Prerequisites
- C++LLVM