Skip to content

Garbage Collector

Tomáš Růžička requested to merge Task/04-GC into Task/03-FML_BC_Compiler

I'm sorry but I didn't manage to run the benchmarks in time, I just now finnished the implementation so that it works on the bc_interpret tests and I since my GC compiler does not work correctly, I would have to hook it up somehow to the reference implementation. I thought to use the bash script somehow, I managed to run the stack in the gitlab ci, but then I saw the recommended script and it was running locally using docker, so I would either have to rewrite the run script or run docker-in-docker in gitlab.

And it wouldn't even be that interesting to benchmark this monstrosity, I can tell you it's sloooooooow.

In artifacts you can see the gc logs and it is currently running gc once it goes over 32 bytes so that it's interesting.

Edited by Tomáš Růžička

Merge request reports