Thread overview
[Issue 13138] add peek/poke as compiler intrinsics
Jul 16, 2014
Walter Bright
Jul 16, 2014
Walter Bright
July 16, 2014
https://issues.dlang.org/show_bug.cgi?id=13138

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/D-Programming-Language/druntime/pull/892 https://github.com/D-Programming-Language/dmd/pull/3773

--
July 16, 2014
https://issues.dlang.org/show_bug.cgi?id=13138

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
See also:

http://wiki.dlang.org/DIP20 Volatile read/write intrinsics

http://wiki.dlang.org/DIP62 Volatile type qualifier for unoptimizable variables in embedded programming

DIP20 is more or less what this peek/poke proposal does.

--
July 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13138

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/366102264fdfd471dadac6409c00733f3a452bd3 Merge pull request #3773 from WalterBright/peek-poke

fix Issue 13138 add peek/poke to core.bitop

--
November 22, 2014
https://issues.dlang.org/show_bug.cgi?id=13138

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/f9b55f723cb2a99a83a9e3937334e7c959f3b52b Merge pull request #892 from WalterBright/peek-poke

fix Issue 13138 add peek/poke to core.bitop

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13138

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/f9b55f723cb2a99a83a9e3937334e7c959f3b52b Merge pull request #892 from WalterBright/peek-poke

--