D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 21426 - `dup`, `idup` for arrays plus `keys`, `values` for associative arrays: call postblits directly instead of via TypeInfo function pointer
Summary: `dup`, `idup` for arrays plus `keys`, `values` for associative arrays: call p...
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2020-11-25 22:09 UTC by Nathan S.
Modified: 2020-11-25 23:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Nathan S. 2020-11-25 22:09:37 UTC
Followup to https://issues.dlang.org/show_bug.cgi?id=20741
Comment 1 Dlang Bot 2020-11-25 22:14:17 UTC
@n8sh created dlang/druntime pull request #3289 "dup, idup, keys, values: call postblits directly instead of via TypeInfo function pointer" fixing this issue:

- Fix Issue 21426 - `dup`, `idup` for arrays plus `keys`, `values` for associative arrays: call postblits directly instead of via TypeInfo function pointer

https://github.com/dlang/druntime/pull/3289
Comment 2 Dlang Bot 2020-11-25 23:58:11 UTC
dlang/druntime pull request #3289 "dup, idup, keys, values: call postblits directly instead of via TypeInfo function pointer" was merged into master:

- a35758b9591dbddf71a79a92b5a723ec9fda9858 by Nathan Sashihara:
  Fix Issue 21426 - `dup`, `idup` for arrays plus `keys`, `values` for associative arrays: call postblits directly instead of via TypeInfo function pointer

https://github.com/dlang/druntime/pull/3289