silenus-dionysus

Results 6 issues of silenus-dionysus

I decided to post this here since it was something I was doing with my repo which I was wondering if it would make sense to port over here. The...

Idea

I have given this more thought and I think this generally in it's naive form is a bad idea given that the memory allocated in std::vector or std::unordered_map is not...

Idea

I think this code is mostly localized to the add_actions.cc package? Obviously replacing the data structure with a unordered_map has the same problem as doing so for the object hash....

Idea

I am not sure which algorithm would be good perhaps one of the copy sweep collectors to prevent fragmentation. Is the list of usages in checkmemory pretty comprehensive now? If...

I am working on and off on the rudiments of another vm/compiler for lpc but I probably don't have the time to rewrite all the supporting code for some of...

Idea

The idea here is to clean up the current code inside the vm relating to svalues and the various custom types used in the union and their interfaces so that...