itamar8910

Results 8 issues of itamar8910

Wanted features: - stepping through code, step in, step out - breakpoints - show registers - inspect memory Debugger will pull data form symbol table to resolve offsets' labels.

The constructor for Vector(count) doesn't behave correctly, It sets the vector's capacity to 'count', but its size remains 0. Unfortunately a lot of existing code relies on this quirk, so...

The current implementation suffers from a lot of fragmentation, which causes applications to constantly allocate more pages to the heap. A Slab allocator should improve this.

We're currently only able to overwrite exiting clusters