-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use new linker pipeline on iOS #1810
Conversation
Is this what I need to test the new object pool linker? (I presume so). |
Yep - this just adds the gen snapshot path and path to the kernel file to the aot-tools link command call |
Co-authored-by: Felix Angelov <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1810 +/- ##
===========================================
- Coverage 100.00% 99.96% -0.04%
===========================================
Files 173 173
Lines 5403 5419 +16
===========================================
+ Hits 5403 5417 +14
- Misses 0 2 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Teach
shorebird patch ios
how to use the new linker pipeline when available.