mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 19:31:36 +00:00
release 10.3.1
This commit is contained in:
parent
d2e010c439
commit
8b10115390
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user