Commits

Erik Eckstein committed 8b0e36779e8
stdlib: Add some inlining attributes to help the optimizer getting the right inlining decisions. This is more or less a workaround for some optimizations (mainly ARC opt) to avoid performance degradation with the upcoming inliner changes In some situations it makes a big difference for ARC opt if a function is inlined or not, althought this shouldn't be the case.