BSVino / JaiPrimer

A description of Jonathan Blow's programming language, Jai
1.81k stars 81 forks source link

"No automatic memory management of any kind" is still legit after the latest "Temporary storage" video? #19

Open DoctorGester opened 7 years ago

DoctorGester commented 7 years ago

Is it? I wouldn't say temp storage is fully automatic since you have to call reset but still...

BSVino commented 7 years ago

I guess you'd have to define 'automatic' but I would argue no, since the way the word is typically used describes garbage collection, but the temporary storage video is just a builtin linear allocator.

g-berthiaume commented 3 years ago

BTW, there's no mention of temporary storage in this documentation. I personally think it's a pretty interesting idea that is worth documenting.