From 84e65c63e7482590d535e86f7660a00ae8a0cecb Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 17 Jul 2019 19:23:16 +0200 Subject: Start on amal program Fix mutex issue in lhs expr which can cause a deadlock when a file has an error and throws and doesn't close the mutex and another thread waits for that mutex. The mutex can instead be removed and ignore race conditions which are uncommon. This should improve memory usage and performance. --- doc/BytecodeHeader.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 doc/BytecodeHeader.md (limited to 'doc/BytecodeHeader.md') diff --git a/doc/BytecodeHeader.md b/doc/BytecodeHeader.md deleted file mode 100644 index 684a5ef..0000000 --- a/doc/BytecodeHeader.md +++ /dev/null @@ -1,8 +0,0 @@ -# Header layout -|Size|Name |Description | -|----|-------------|----------------------------------------------------------------------------| -|4 |Magic number |The magic number used to identify an amalgam bytecode file. | -|1 |Major version|The major version of the bytecode. Updates in this is a breaking change. | -|1 |Minor version|The minor version of the bytecode. Updates in this are backwards compatible.| -|1 |Patch version|The patch version of the bytecode. Updates in this are only minor bug fixes.| -The versions in the header only changes for every release, not every change. \ No newline at end of file -- cgit v1.2.3