Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Karellen
on Dec 11, 2023
|
parent
|
context
|
favorite
| on:
How many lines of C it takes to execute a + b in P...
It's hard to say. How many lines of code does it take to call
typeobj->tp_as_number->nb_add()
when `tp_as_number` is a pointer to a `struct float_as_number`, and `nb_add` is a pointer to `float_add`?
Do struct definitions count as "lines of code
called
"?
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Do struct definitions count as "lines of code called"?