Archive for October, 2006
Array Implementation Progress.
I will admit I had not appreciated just how much work would be involved in getting arrays into mist. But lets start at the beginning. My strategy was to get integer arrays working before moving onto other base types and nested arrays (arrays of arrays). On finishing this, the plan is to implement a garbage collection algorithm to stop all the possible memory leak situations that arrays present.
Read the rest of this entry »
Mist Update – Refactoring and Valgrind
The reworking and improvements of the code took longer than expected, perhaps an indication that this work really needed doing. So what have I been up to?
Read the rest of this entry »