Sunday, 2020-03-15

*** tpb has joined #openrisc00:00
*** zama has quit IRC01:40
*** zama has joined #openrisc01:41
*** shorne has quit IRC05:27
*** shorne has joined #openrisc05:54
*** X-Scale` has joined #openrisc12:47
*** X-Scale has quit IRC12:49
*** X-Scale` is now known as X-Scale12:49
*** fengling has quit IRC19:36
*** fengling has joined #openrisc19:37
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?21:17
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 startup21:20
smaeuland then loading global function/data pointers becomes a single l.addi instead of two instructions21:21

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!