Skip to content
Snippets Groups Projects
Select Git revision
  • 9209e5b409c9eb4ffeabd660122e66e4b37cb0fb
  • main default protected
2 results

journal.md

Florent Gluck's avatar
Florent Gluck authored
- for each VM and template function, indicates whether the function is "concurrency-safe" (that is: whether the function can be called concurrently by multiple threads and still behave correctly)
- simplified many portions of the codebase (notable vm.go and vms.go)
- went through the whole template and VM code and updated it to ensure there are no concurrency bugs (well, as best as I could)
- documented missing parts of the codebase
- fixed a few bugs in the way DiskBusy was handled in VM/template code
- bumped version to 1.8.5
50ee5a33
History