Skip to content

Commit

Permalink
Update Versions.md with v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pzembrod committed May 2, 2021
1 parent 36e9315 commit 3817c3a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Versions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# cc64 versions

## v0.9

Main topic of v0.9 is compile speed. With the help of a simple profiler
I was able to optimize a few performance hotspots in the scanner and in
the scanner/parser interface, resulting in more than 20% compile time
saved or more than 30% speed gained.

Also, Source code listing during compile can now be switched on and off.
Default is off; it turns out that switching off listing decreases
compile time by another ~10%.

## v0.8.1

v0.8.1 brings fixes for 2 bugs around declaring and exporting symbols for new runtime libraries. Thanks to buzzphp for finding and reporting them.
Expand Down

0 comments on commit 3817c3a

Please sign in to comment.