--- Log opened Sun Mar 15 00:00:03 2020 | ||
-!- X-Scale` is now known as X-Scale | 08:51 | |
-!- Netsplit *.net <-> *.split quits: fengling | 15:39 | |
-!- Netsplit over, joins: fengling | 15:40 | |
smaeul | I have a bare metal application that needs to fit in 16K of SRAM, and I'm running out of space as I add more features. How difficult would it be to implement something like -mcmodel=tiny that's available in gcc on other architectures? | 17:20 |
---|---|---|
smaeul | my idea is that I would do something like "-mcmodel=tiny -fpie", and then load the base addresss of my application into a register at startup | 17:23 |
smaeul | and then loading global function/data pointers becomes a single l.addi instead of two instructions | 17:24 |
--- Log closed Mon Mar 16 00:00:04 2020 |
Generated by irclog2html.py 2.15.2 by Marius Gedminas - find it at mg.pov.lt!