-
Notifications
You must be signed in to change notification settings - Fork 59
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
Rewrite relocation to be compliant with P1144 #67
Conversation
…vs no relocation.
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #67 +/- ##
==========================================
- Coverage 96.91% 96.80% -0.12%
==========================================
Files 56 57 +1
Lines 3701 3719 +18
==========================================
+ Hits 3587 3600 +13
- Misses 114 119 +5 ☔ View full report in Codecov by Sentry. |
…elocation when applicable
@DanielLiamAnderson belated ping! The deadline for P1144R10 is early on February 15th — any chance this PR could be merged by then? |
Oops, yes, I'll try! I just want to finish a little more testing but I'll see if I can do that asap. |
Relocation now mostly follows the API proposed in P1144. Parlay will also defer the implementation of relocation operations to the compiler/library if they are present, which currently works on Arthur O'Dwyer's LLVM fork here.