| Commit | Date | |
|---|---|---|
|
[r626]
(16.4 kB)
by
buzzphp
Now late binding libgraph to conio in order to remove overhead for text only programs. Still more work to be done. It should remove 5-10K from a text only bin. |
2016-10-03 23:30:03 |
View
Download |
|
[r623]
(15.4 kB)
by
buzzphp
Added tiny sprintf versions (swritef) which can be used to reduce bin sizes. |
2016-10-03 12:04:46 |
View
Download |
| 2016-10-03 10:09:09 |
View
Download |
|
|
[r609]
(14.9 kB)
by
buzzphp
Fixed the LWASM slowness issue. For large ASM files (>1000), I use the 'forwardrefmax' pragma, which means all branches will be long. This doesn't effect projects which are broken up into small objects. |
2016-10-02 05:21:34 |
View
Download |
|
[r592]
(14.9 kB)
by
buzzphp
Experimenting with some peephole optimizations. Trying to reduce the bin sizes. |
2016-10-01 07:03:46 |
View
Download |
|
[r569]
(14.9 kB)
by
buzzphp
AMOC now removes unneeded symbols from files, reducing the final lib by 100kb+. Speeds up linking too. |
2016-09-28 23:36:14 |
View
Download |
| 2016-09-28 22:18:05 |
View
Download |
|
|
[r516]
(19.3 kB)
by
buzzphp
Found a bug in the heap_malloc.c. Fixed and tested. I'll test until its 100% perfect! |
2016-09-25 18:40:16 |
View
Download |
| 2016-09-24 15:49:49 |
View
Download |
|
|
[r472]
(18.9 kB)
by
buzzphp
Added rpncalc.c example from Brian K. Holman |
2016-09-23 02:24:38 |
View
Download |