Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> but there is no direct way to know if a variable is local or not (in C and C++ at least).

If you only have one stack, and the stack is at the top of memory and it grows down, you can:

    int onstackp(void*x){char a;return x>&a;}


That's so simple! Thank you a lot.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: