|
|
|
|
|
by teddyh
1927 days ago
|
|
You’d think that C could do any appropriate optimizations as well as D, since the C compiler (in theory) should know whether there can exist (in any given program) any writeable pointers to the same value or if there only can exist pointers to const. |
|