-
-
Notifications
You must be signed in to change notification settings - Fork 746
compile Phobos with -dip1000 #5044
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
Conversation
|
Auto-merge toggled on |
|
Auto-merge toggled off |
|
No need to prioritize this in the auto tester just yet. |
|
Is there a chance for |
|
@nordlow: Does it or doesn't it? The question is about throwing the switch for the same source code. |
|
You mean if the same D source code compiled into two versions of objects file, one with -dip1000 and one without, are replaceable? I'm guessing the |
Yes – in particular, whether a |
|
Yes, they are ABI compatible. We recently fixed a related issue caused by return inference (Issue 17123 – [REG 2.073] Issues with return @safe inference). |
|
@WalterBright what's the status of this? |
|
See the discussion here on why this isn't viable at this point: #5915 |
Here to gauge progress in getting Phobos to work with -dip1000