Y
Hacker News
new
|
ask
|
show
|
jobs
by
kreetx
1887 days ago
Couldn't the dark bytes just be shipped as a separate file - for those who need it?
1 comments
skywhopper
1887 days ago
Is it clear that the “dark bytes” are “useless” debug information? It sounds like it’s just stuff not in the symbol table.
link
tyingq
1887 days ago
I did keep waiting for some point in the blog post where they would null out the "dark bytes" and see if/how the binary runs.
link
jeffbee
1887 days ago
It won't. If you try to remove this information your program will crash as soon as the GC runs or someone calls systemstack, i.e. pretty much instantly.
link