Skip to content
Snippets Groups Projects
Select Git revision
  • 5c7b6b77abd6d739ee7fc6cc1f8c570e2aae2dd7
  • main default protected
  • ci
3 results

wg

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