Skip to content
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

Building DMD with LDC #11

Closed
dukc opened this issue Oct 7, 2023 · 4 comments
Closed

Building DMD with LDC #11

dukc opened this issue Oct 7, 2023 · 4 comments
Assignees

Comments

@dukc
Copy link
Collaborator

dukc commented Oct 7, 2023

It is claimed that DMD, despite being a fast compiler already, is even faster when compiled with LDC. We would do well to take advantage of this, especially since it will presumably make running the tests faster.

@dukc dukc self-assigned this Feb 20, 2024
@dukc
Copy link
Collaborator Author

dukc commented Feb 20, 2024

Started working on this.

@dukc
Copy link
Collaborator Author

dukc commented Mar 4, 2024

If anyone is following: Yes, still working on this. My inexperience makes progress very slow though. Currently the compiler seems to be building with ldmd2 but not running tests. The test makefile in dmd/compiler sets bad flags which result in the building compiler attempting to use include files of the druntime being built. Since the makefile is deprecated anyway, I'm attempting to get run.d working instead.

@dukc
Copy link
Collaborator Author

dukc commented Mar 7, 2024

Merge request opened: #54

@dukc
Copy link
Collaborator Author

dukc commented Mar 25, 2024

Fixed, thus closing.

@dukc dukc closed this as completed Mar 25, 2024
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

No branches or pull requests

1 participant