Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
erik_seaberg
on July 12, 2023
|
parent
|
context
|
favorite
| on:
Breaking java.lang.String
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?
kevincox
on July 12, 2023
[–]
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: