Hacker News new | past | comments | ask | show | jobs | submit login

Isn’t the linker entitled to put a constant object in a read-only page of the binary if it doesn’t require a ctor at runtime?



Yes. That is why global static `const`s (with exceptions like if they have mutable fields) can't legally have their `const` casted away.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: