Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
June 24, 2012 [dmd-internals] [D-Programming-Language/dmd] 251112: start on coff support | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 2511126cd7a234797e8b32515e419ce4f84ca928 https://github.com/D-Programming-Language/dmd/commit/2511126cd7a234797e8b32515e419ce4f84ca928 Author: Walter Bright <walter@walterbright.com> Date: 2012-06-24 (Sun, 24 Jun 2012) Changed paths: A src/backend/mscoff.h A src/backend/mscoffobj.c A src/libmscoff.c M src/posix.mak A src/scanmscoff.c M src/win32.mak Log Message: ----------- start on coff support |
June 25, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] 251112: start on coff support | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | Looks as though as a release isn't happening any time soon... On 25 June 2012 05:13, GitHub <noreply@github.com> wrote: > Branch: refs/heads/master > Home: https://github.com/D-Programming-Language/dmd > Commit: 2511126cd7a234797e8b32515e419ce4f84ca928 > https://github.com/D-Programming-Language/dmd/commit/2511126cd7a234797e8b32515e419ce4f84ca928 > Author: Walter Bright <walter@walterbright.com> > Date: 2012-06-24 (Sun, 24 Jun 2012) > > Changed paths: > A src/backend/mscoff.h > A src/backend/mscoffobj.c > A src/libmscoff.c > M src/posix.mak > A src/scanmscoff.c > M src/win32.mak > > Log Message: > ----------- > start on coff support > > > > > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
June 25, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] 251112: start on coff support | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | On Sunday, June 24, 2012 20:13:10 GitHub wrote: > start on coff support By the way, if we're going to be supporting both Digital Mars' C runtime and Microsoft's C runtime, doesn't that mean that we're going to need version identifiers for them (e.g. DMC and MSVC)? - Jonathan M Davis _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
June 25, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] 251112: start on coff support | ||||
---|---|---|---|---|
| ||||
Posted in reply to Don Clugston | On 25 Jun 2012, at 10:20, Don Clugston wrote: > Looks as though as a release isn't happening any time soon... Same thought here. I think we should focus on getting a release with proper handling of C structs on x86_64 out soon. But maybe Walter wanted to just store away his current progress regarding COFF – the commit doesn't seem to actually add/change any functionality. David _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
June 25, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] 251112: start on coff support | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Nadlinger Attachments:
| On Jun 25, 2012, at 11:01 AM, David Nadlinger <code@klickverbot.at> wrote:
> On 25 Jun 2012, at 10:20, Don Clugston wrote:
> > Looks as though as a release isn't happening any time soon...
>
> Same thought here. I think we should focus on getting a release with proper handling of C structs on x86_64 out soon. But maybe Walter wanted to just store away his current progress regarding COFF – the commit doesn't seem to actually add/change any functionality.
First it's great to see that some work is done on adding support for COFF. Second:
1. Why don't we have a release branch? Making things like this not an issue
2. I see no reason why Walter need to push his changes upstream (unless he wants to collaborate with someone)
3. Wouldn't this be a perfect case for creating a new branch upstream
--
/Jacob Carlborg
|
Copyright © 1999-2021 by the D Language Foundation