Marco Concetto Rudilosso

Results 25 comments of Marco Concetto Rudilosso

About objects such as global_obj: Do we want them to be "global" and never be garbage collected or?

> Just to make sure we're on the same page: there are two distinct sources of roots for the garbage collector. The stack that the interpreter uses to execute, and...

> It's kind of normal though. Every object that has been allocated has to be traversed. The only way to avoid that is a generational GC. Still, it might be...

@maximecb I did! I've started my first point. I'm sorry for not being quick, but I'm attending a Microsoft competition for students and it's being a bit intense.

@maximecb I'm actually hitting a block now. I'll describe the situation: So we start the program and the VM starts reading the bytecode, while doing so it creates the objects...

I just finished the get_stack_values function! I'm not sure what would be the best way of putting my code in the zeta repo. Right now most of the development is...

Okay perfect! Yes, I will rebase on master often!

I was going to implement the visitor soon. The array was just an easy way in order to first understand what to do. I'm not sure what the tags file...

Rebasing my latest changes onto master make all the tests pass! 😄 Thanks @krypt-n and @maximecb for the help. I still need to do some more work to better tests...

@maximecb that would be lovely :smile: in the meanwhile I'll make sure that the variable holding the amount of memory allocated get reduced on sweep.