Re: What exactly the --allinst compiler flag does.

2024-09-28 Thread realhet via Digitalmars-d-learn
Thank You! I just did a test, I did not used the --allinst flag for the first time since 4-5 years. It was a superstition since that, because back then it fixed something. Now to my surprise the test build was successful :D 80KLOC, 20 modules -> 20 obj files, and the full compiling time went

Re: What exactly the --allinst compiler flag does.

2024-09-28 Thread user1234 via Digitalmars-d-learn
On Saturday, 28 September 2024 at 12:20:43 UTC, realhet wrote: Hi, I have some statements in my mind about --allinst, but I'm not sure they are correct or not. 1. Normally the compiler analyzes the full code with all the modules, and it only compiles code for template things that are used i