Skip to content

Enable JITLink everywhere#60576

Merged
xal-0 merged 2 commits intoJuliaLang:masterfrom
xal-0:jitlink-everywhere
Jan 12, 2026
Merged

Enable JITLink everywhere#60576
xal-0 merged 2 commits intoJuliaLang:masterfrom
xal-0:jitlink-everywhere

Conversation

@xal-0
Copy link
Copy Markdown
Member

@xal-0 xal-0 commented Jan 6, 2026

Since #60031 completely removes RTDyld, we should switch to JITLink first to detect problems independent of all the other changes. Since #60105, this should not OOM.

@xal-0 xal-0 mentioned this pull request Jan 6, 2026
@xal-0
Copy link
Copy Markdown
Member Author

xal-0 commented Jan 7, 2026

@nanosoldier runtests()

@nanosoldier
Copy link
Copy Markdown
Collaborator

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Report summary

❗ Packages that crashed

251 packages crashed on the previous version too.

✖ Packages that failed

12 packages failed only on the current version.

  • Package fails to precompile: 2 packages
  • Package has test failures: 1 packages
  • Test duration exceeded the time limit: 9 packages

2007 packages failed on the previous version too.

✔ Packages that passed tests

7 packages passed tests only on the current version.

  • Other: 7 packages

4073 packages passed tests on the previous version too.

~ Packages that at least loaded

1 packages successfully loaded only on the current version.

  • Other: 1 packages

4050 packages successfully loaded on the previous version too.

➖ Packages that were skipped altogether

1 packages were skipped only on the current version.

  • Package could not be installed: 1 packages

897 packages were skipped on the previous version too.

// JITLink is now used on all platforms by default. The support for RuntimeDyld
// will be removed when we need the ability to manipulate JITLink LinkGraphs.
//
// Of the supported profilers, only OProfile has not been ported to JITLink.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I suspect we could also drop oprofile support at this point.

@xal-0 xal-0 merged commit ec97bd9 into JuliaLang:master Jan 12, 2026
8 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.

3 participants