Y
Hacker News
new
|
ask
|
show
|
jobs
by
g82918
2337 days ago
Thank you, that bit was very interesting. I like the idea for single threaded applications of having argv0 be a global.
1 comments
sherincall
2337 days ago
Doesn't have to be single-threaded even. Main writes the pointer at the start, and no one else is going to change it, just read from it.
link