Y
Hacker News
new
|
ask
|
show
|
jobs
by
lupire
1543 days ago
> the
caller
has to make sure that any value passed as a parameter to that function is never used anywhere else.
you mean the
compiler
, right?
1 comments
ChadNauseam
1543 days ago
The compiler checks that you don't write code where the caller disobeys that restriction :p
link