
12 Oct
2010
12 Oct
'10
11:30 p.m.
On Tue, 12 Oct 2010 23:23:23 +0200 Joakim Tjernlund joakim.tjernlund@transmode.se wrote:
Any idea if SPL is size optimized to death already or if there is some low hanging fruits left?
There are some things that could be shrunk -- such as hardcoding the page size, removing prints, etc.
Still, it would be nice if we could use #if __pic__ == 1 to remove the extra relocation code when the toolchain isn't using it. How much shrinkage might we get out of the rest of the SPL with -fpic enabled?
-Scott