@neauoire so parallelism this wouldn’t expand the 64kb limit right? Just allow the partitioning of the 64kb to multiple tasks?
@slew it wouldn't. In my experiments, the threads get their own stacks, which is then added on top of the main one.
The memory is shared, so ideally, you'd thread routines that don't step onto each other.
@slew it wouldn't. In my experiments, the threads get their own stacks, which is then added on top of the main one.
The memory is shared, so ideally, you'd thread routines that don't step onto each other.