release 10.3.1

This commit is contained in:
Irmen de Jong 2024-05-31 23:51:35 +02:00
parent d2e010c439
commit 8b10115390
2 changed files with 3 additions and 3 deletions

View File

@ -134,8 +134,8 @@ Some notes and references into the compiler's source code modules:
to convert the Ast into IR first. The VM target uses this, but the 6502 codegen doesn't right now. to convert the Ast into IR first. The VM target uses this, but the 6502 codegen doesn't right now.
Run-time memory profiling with the X16emulator Run-time memory profiling with the X16 emulator
---------------------------------------------- -----------------------------------------------
The X16 emulator has a ``-memorystats`` option that enables it to keep track of memory access count statistics, The X16 emulator has a ``-memorystats`` option that enables it to keep track of memory access count statistics,
and write the accumulated counts to a file on exit. and write the accumulated counts to a file on exit.
Prog8 includes a Python script ``profiler.py`` (find it in the "scripts" subdirectory of the source code distribution) Prog8 includes a Python script ``profiler.py`` (find it in the "scripts" subdirectory of the source code distribution)

View File

@ -5,4 +5,4 @@ org.gradle.daemon=true
kotlin.code.style=official kotlin.code.style=official
javaVersion=11 javaVersion=11
kotlinVersion=1.9.24 kotlinVersion=1.9.24
version=10.3.1-SNAPSHOT version=10.3.1