This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2026-03-13 20:16:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
daa9b40883deac33de80df17caf9b13339c66387
prog8
/
codeOptimizers
History
Irmen de Jong
daa9b40883
optimize lsb(long>>8/16/24) into single byte accesses (skip the whole shift)
2026-01-08 03:21:57 +01:00
..
src/prog8
/optimizer
optimize lsb(long>>8/16/24) into single byte accesses (skip the whole shift)
2026-01-08 03:21:57 +01:00
build.gradle.kts
fix pointer variable usage detection in other block
2025-08-05 17:39:22 +02:00
codeOptimizers.iml
const optimizer now knows about a bunch of library functions, such as math.*
2023-12-28 20:14:13 +01:00
readme-tests.txt
…