Skip to content

Patch #5

Compare
Choose a tag to compare
@Sewer56 Sewer56 released this 26 Apr 20:13
· 17 commits to master since this release

Changes

  • Add test of concurrent assembly of mnemonics.
  • Implement thread-safe memory allocation/deallocation to ensure that asynchronous attempts to create Assemblers do not possibly result in a bad allocation. (Commit moved to lower level. To Reloaded.Memory.Buffers)
  • Fix bad Dispose pattern missing GC.SuppressFinalize and thus calling itself twice.