Skip to content

Conversation

@SimonEbner
Copy link
Contributor

Useful to debug jit compilation / execution performance regressions.

Copy link
Member

@maerhart maerhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Nice addition!

Comment on lines 423 to 427
auto tsJit = ts.nest("JIT");

// Handle JIT execution.
if (outputFormat == OutputRunJIT) {
if (runUntilBefore != UntilEnd || runUntilAfter != UntilEnd) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
auto tsJit = ts.nest("JIT");
// Handle JIT execution.
if (outputFormat == OutputRunJIT) {
if (runUntilBefore != UntilEnd || runUntilAfter != UntilEnd) {
// Handle JIT execution.
if (outputFormat == OutputRunJIT) {
auto tsJit = ts.nest("JIT");
if (runUntilBefore != UntilEnd || runUntilAfter != UntilEnd) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, good point. Thanks!

Copy link
Contributor

@fabianschuiki fabianschuiki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, cool addition!

@jpienaar jpienaar merged commit 45edc51 into llvm:main Nov 13, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants