Skip to content

Commit

Permalink
Preparing release of v9.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Oct 5, 2022
1 parent 77e6110 commit 2f226ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

I am a changelog... do not wait too much from me :D

## v9.0.20
- Fixing a performance regression on the allocation of opcodes and fix-ups.
Cleaning only the ones that are going to be used.
Like this, this version has the same speed than before when allocating in the stack.

## v9.0.19
- Correctly handling the encoding of the command line arguments of the VM (Windows)
- Allocating the opcodes and fixup structs only once and reusing them (Reducing risk of C Stack Overflow)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 9)
set(VERSION_MINOR 0)
set(VERSION_PATCH_NUMBER 19)
set(VERSION_PATCH_NUMBER 20)

if(BUILD_IS_RELEASE)
set(VERSION_PATCH "${VERSION_PATCH_NUMBER}")
Expand Down

0 comments on commit 2f226ea

Please sign in to comment.