We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3857c4b commit 33e6c97Copy full SHA for 33e6c97
1 file changed
.agents/rules/project.md
@@ -12,7 +12,7 @@ keep in mind the very limited space available: the core interpreter needs to fit
12
platform-specific extensions the total size can go up to 10K, 12K, or 16K, depending on the platform.
13
The specific version that must fit into 8K is the apple2 (not apple2_lc) binary. The code size limitation
14
means that we may sometimes have to select algorithms that are most space-efficient, even if they are
15
-slower.
+slower. The `make` process will report the code size of each binary.
16
17
## Testing
18
0 commit comments