IRC logs for #openrisc Sunday, 2020-03-15

--- Log opened Sun Mar 15 00:00:03 2020
-!- X-Scale` is now known as X-Scale08:51
-!- Netsplit *.net <-> *.split quits: fengling15:39
-!- Netsplit over, joins: fengling15:40
smaeulI 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
smaeulmy idea is that I would do something like "-mcmodel=tiny -fpie", and then load the base addresss of my application into a register at startup17:23
smaeuland then loading global function/data pointers becomes a single l.addi instead of two instructions17: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!