c - A Linux thread without a stack -


of course, necessary have stack of sort - want have (userland) thread have complete (or near possible complete) control on memory allocation. best way this? avoid using automatic variables , use heap everything, think: there better way?

take loop @ protothreads, thing looking for.

out of interest trying do? embedded platform?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -