hilbix / L

Minimalistic Embedded Language
Other
0 stars 0 forks source link

Running out of memory #5

Open hilbix opened 2 years ago

hilbix commented 2 years ago

The buffer code apparently has some memory issues. It eats up all memory.

L should have some standard memory implementation with reference counting and implement everything on top of that.

hilbix commented 2 years ago

L was created in a hurry. Hence implementing a good standard memory management was not possible.

4 (and asynchronous IO) already shows, that there is the need to nearly completely redesign the internal structures of L.

Can be solved with #6