silenus-dionysus

Results 55 comments of silenus-dionysus

I will look into this a bit more soonish. I think the main hurdle for doing this are issues wrt whether to remove the current global stack or not. I...

If we want to remove the global stack it would mean rewriting alot of efuns in the various packages along with the vm. Perhaps as a first step the best...

I will try looking into this this week since I am still waiting for some store to open back up for over the chinese new year. There are some issues...

Is there still interest in this?

I have been thinking a bit more about this but I need to check on something to confirm. This might not be entirely possible without some changes to how the...

Actually there is a way but it's a bit inelegant i.e. just use the container to hold pointers rather than actual data.

My main purpose is to simplify code so that modifications in future are a bit easier. I am however only familiar in a very limited way with the STL custom...

Which is why garbage collection is a better solution.

I am actually thinking I might implement a gc but there are some code changes I need to think about first. The main issue is whether we will try to...

I agree reducing the code complexity is a good goal. I think if we can get some form of object oriented encapsulation in in certain parts of the code the...