User: dean

  • Public profile

User profile: dean

User info
User name:dean
History
Joined:
Number of posts:69
Latest posts:

Reserve space in the stack for an unitialised object
@doug4 ah right =) @seeplus due to optimisation reasons, already profiled & accounted :(

Reserve space in the stack for an unitialised object
Hye seeplus, that's correct. The point is that _object_space is visible as long as the variable `dat...

Reserve space in the stack for an unitialised object
@coder777 it doesn't matter if it copies garbage, the whole point is that the scope of the variable...

Reserve space in the stack for an unitialised object
Oky, so the classic solution is: [code] uint8_t _object_space[sizeof(MyUnitialisedObject)]; ...

Reserve space in the stack for an unitialised object
Hi folks, what's the best way to reserve some space in the stack for a uninitialised object. For exa...

This user does not accept Private Messages