MarbleMice.com

Hacking the trees of knowledge.

Archive for October, 2006

Array Implementation Progress.

without comments

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 »

Written by birdle

October 25th, 2006 at 7:45 pm

Posted in General

Mist Update – Refactoring and Valgrind

without comments

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 »

Written by birdle

October 13th, 2006 at 10:21 am

Posted in General