corth-lang / Corth

A self-hosted stack based language like Forth
MIT License
8 stars 1 forks source link

`malloc.sew` and `malloc.mfree` #6

Closed HuseyinSimsek7904 closed 11 months ago

HuseyinSimsek7904 commented 1 year ago

malloc.sew should be removed as it is very time inefficient. malloc.mfree should directly change the necessary segments, not check all of the segments.

HuseyinSimsek7904 commented 11 months ago

malloc.sew was removed a long time ago.