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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -