Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
wnoise
on Jan 8, 2021
|
parent
|
context
|
favorite
| on:
How Tail Call Optimization Works
> However, the compiler still generated code for factorial_accumulate in my object file.
This is because it is not declared static, and thus is visible outside that translation unit.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is because it is not declared static, and thus is visible outside that translation unit.