Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tjdetwiler
on Dec 4, 2013
|
parent
|
context
|
favorite
| on:
On programming without malloc
Plus if you have your kernel stacks allocated in the same virtual address space, you might not be able to just "grow the stack" since that memory may be in use.
But yes recursion in a kernel is a "bad thing" unless you know the recursive bound.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But yes recursion in a kernel is a "bad thing" unless you know the recursive bound.