Hello,<br><br>here is an another try for the implementation of MatrixStack.<br>I send just the first modification. I shall send the other ones, when this patch is accepted.<br><br>Following Henri and Tony&#39;s idea, I begin with a stack with size 32. So, log_stack_size=1. When current=32, I increase the size of the stack with a factor 2, so log_stack_size=2. When current=64, again I increase the size of the stack with a factor 2, so log_stack_size=3 and so on.... When current=(log_size_stack-1)*32, I decrease the size of the stack with a factor 2.<br>
<br>Does anyone agree with this implementation?<br><br>David<br><br><br>