File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ Some notes and references into the compiler's source code modules:
134134 to convert the Ast into IR first. The VM target uses this, but the 6502 codegen doesn't right now.
135135
136136
137- Run-time memory profiling with the X16emulator
138- ----------------------------------------------
137+ Run-time memory profiling with the X16 emulator
138+ -----------------------------------------------
139139The X16 emulator has a ``-memorystats `` option that enables it to keep track of memory access count statistics,
140140and write the accumulated counts to a file on exit.
141141Prog8 includes a Python script ``profiler.py `` (find it in the "scripts" subdirectory of the source code distribution)
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ org.gradle.daemon=true
55kotlin.code.style =official
66javaVersion =11
77kotlinVersion =1.9.24
8- version =10.3.1-SNAPSHOT
8+ version =10.3.1
You can’t perform that action at this time.
0 commit comments