← Back to index
|
Original Bugzilla link
Bug 15644 – Change object layout ABI to MI style
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2016-02-04T01:18:00Z
Last change time
2016-03-19T20:22:23Z
Assigned to
nobody
Creator
bugzilla
See also
https://issues.dlang.org/show_bug.cgi?id=15618
Comments
Comment #0
by bugzilla — 2016-02-04T01:18:58Z
The current runtime object layout does: base class fields interfaces Change it to: base classes (note plural) fields Since we have to support the latter anyway in order to interface with C++, this simplifies the logic compiler.
Comment #1
by bugzilla — 2016-02-04T01:23:23Z
https://github.com/D-Programming-Language/dmd/pull/5397
Comment #2
by bugzilla — 2016-02-04T01:32:48Z
Spec change:
https://github.com/D-Programming-Language/dlang.org/pull/1225
Comment #3
by github-bugzilla — 2016-02-04T07:21:48Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/a54e89ddb515821f31dba19f80a5fbee2843096e
fix Issue 15644 - Switch object layout ABI to MI style
https://github.com/D-Programming-Language/dmd/commit/708f17460373fccc94f337249296f18b38e060ff
Merge pull request #5397 from WalterBright/changeToMiLayout fix Issue 15644 - Switch object layout ABI to MI style
Comment #4
by github-bugzilla — 2016-02-04T11:02:06Z
Commits pushed to master at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/701641c78081fe23d2345fd2edc184e9e7ea2038
fix Issue 15644 - Switch object layout ABI to MI style
https://github.com/D-Programming-Language/dlang.org/commit/990c42dff8af698320db91135db7e990eb8849bd
Merge pull request #1225 from WalterBright/fix15644 fix Issue 15644 - Switch object layout ABI to MI style
Comment #5
by github-bugzilla — 2016-03-19T20:22:23Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dlang.org
https://github.com/D-Programming-Language/dlang.org/commit/701641c78081fe23d2345fd2edc184e9e7ea2038
fix Issue 15644 - Switch object layout ABI to MI style
https://github.com/D-Programming-Language/dlang.org/commit/990c42dff8af698320db91135db7e990eb8849bd
Merge pull request #1225 from WalterBright/fix15644