[cc65-git] [cc65/cc65] 6bce4a: Split OptStackOps() into 12 top-level optimizers w...
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Bob A. <no...@gi...> - 2026-05-19 14:46:46
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 6bce4a21333c347fa5f129e2834e5e8d3f39d4f3 https://github.com/cc65/cc65/commit/6bce4a21333c347fa5f129e2834e5e8d3f39d4f3 Author: Alex Volkov <co...@us...> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M src/cc65/codeopt.c M src/cc65/coptstop.c M src/cc65/coptstop.h Log Message: ----------- Split OptStackOps() into 12 top-level optimizers with operations grouped by operand size + operator kind. Commit: cc3c40c54e51b2d9a22b63c85c418a2b11763377 https://github.com/cc65/cc65/commit/cc3c40c54e51b2d9a22b63c85c418a2b11763377 Author: Bob Andrews <mr...@us...> Date: 2026-05-19 (Tue, 19 May 2026) Changed paths: M src/cc65/codeopt.c M src/cc65/coptstop.c M src/cc65/coptstop.h Log Message: ----------- Merge pull request #2962 from avolkov76/anv-coptstop-refactor-2 Refactor: Split OptStackOps into 12 top-level optimizers (take 2) Compare: https://github.com/cc65/cc65/compare/b98aa4f1d5d4...cc3c40c54e51 To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |