Skip to content

Commit

Permalink
release 10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed May 31, 2024
1 parent d2e010c commit 8b10115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/technical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


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,
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)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.daemon=true
kotlin.code.style=official
javaVersion=11
kotlinVersion=1.9.24
version=10.3.1-SNAPSHOT
version=10.3.1

0 comments on commit 8b10115

Please sign in to comment.