Skip to content

Commit 33e6c97

Browse files
Rule updates
1 parent 3857c4b commit 33e6c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agents/rules/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keep in mind the very limited space available: the core interpreter needs to fit
1212
platform-specific extensions the total size can go up to 10K, 12K, or 16K, depending on the platform.
1313
The specific version that must fit into 8K is the apple2 (not apple2_lc) binary. The code size limitation
1414
means that we may sometimes have to select algorithms that are most space-efficient, even if they are
15-
slower.
15+
slower. The `make` process will report the code size of each binary.
1616

1717
## Testing
1818

0 commit comments

Comments
 (0)