Y
Hacker News
new
|
ask
|
show
|
jobs
by
foldr
767 days ago
Sure, here you go:
https://godbolt.org/#g:!((g:!((g:!((h:codeEditor,i:(filename...
1 comments
ainar-g
767 days ago
Ah, so extremely localized uses of pointers, got it, thanks.
link
foldr
767 days ago
More or less, yes, but it doesn't have to be extremely local. Here's a variant of the example that introduces a function call boundary:
https://godbolt.org/#g:!((g:!((g:!((h:codeEditor,i:(filename...
link
foldr
767 days ago
Oops, copy paste error there. Here is the example with the function call boundary:
https://godbolt.org/#g:!((g:!((g:!((h:codeEditor,i:(filename...
link