Skip to content

Commit 3b978ad

Browse files
Merge pull request #463 from Wuerfel21/W21-asdfghjkl
Fix formatting oddity in general.md
2 parents 24fbbc7 + 2febb6b commit 3b978ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/general.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ Some bytecode backends (e.g. the nucode one) are able to combine bytecodes to cr
411411
Optimizes some specialized function calls for common cases. For example, in the general case pinwrite() has to handle being able to set ranges of bits, but in a special case where just one bit is being written it can be optimized to a _drvw(). Functions processed with this include:
412412

413413
pinread: Optimized if just one pin is read
414+
414415
pinwrite: Optimized if just one pin or one bit are being written
416+
415417
memset: Optimized if fill length is constant and a multiple of 4 bytes (P2 only)
416418

417419

0 commit comments

Comments
 (0)