Add exclusive compiler phase tracing for OCaml rewatch - #8672
Closed
fhammerschmidt wants to merge 1 commit into
Closed
fhammerschmidt wants to merge 1 commit into
fhammerschmidt wants to merge 1 commit into
Conversation
Signed-off-by: Florian Hammerschmidt <florianh89@gmail.com>
fhammerschmidt
added this pull request to stack #8668
September 25, 2026 09:36
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## faster-rewatch-ocaml #8672 +/- ##
========================================================
- Coverage 78.73% 78.69% -0.04%
========================================================
Files 480 481 +1
Lines 65110 65183 +73
========================================================
+ Hits 51264 51296 +32
- Misses 13846 13887 +41
🚀 New features to boost your workflow:
|
This was referenced Sep 25, 2026
Member
Author
|
Superseded by consolidated PR #8680, which preserves this work as one commit in the combined review branch. |
fhammerschmidt
removed this pull request from stack #8668
September 26, 2026 17:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
REWATCH_TYPECHECK_TRACEthat records exclusive compiler phase timings, allocations, and request-level GC data across OCaml rewatch workers.Stack
Depends on #8671. This PR adds the detailed compiler trace and benchmark analysis on top of that performance work.
Validation
make checkformatmake test