Adam Jackson
cffd4e4a4e
mi: Mark the span blit routines as _X_COLD
...
On gcc, __attribute__((cold)) means:
- consider calls to the function to be unlikely for branch prediction
- optimize the function for size
- emit the function in a dedicated cold text section
It's not worth deleting these routines even though there are no longer
in-tree consumers, but we can at least keep them out of i$ at runtime.
Signed-off-by: Adam Jackson <ajax@redhat.com >
Reviewed-by: Keith Packard <keithp@keithp.com >
Signed-off-by: Keith Packard <keithp@keithp.com >
2014-10-23 17:30:32 -07:00
..
2012-09-23 10:31:55 -07:00
2014-10-09 11:14:53 +02:00
2014-06-12 22:52:49 -07:00
2014-10-23 17:30:32 -07:00
2014-09-26 15:27:18 -04:00
2012-03-21 13:54:42 -07:00
2014-07-28 12:20:44 -07:00
2014-10-09 11:14:53 +02:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-01-12 10:24:11 -08:00
2014-07-21 22:58:36 -07:00
2014-10-09 11:14:53 +02:00
2014-06-12 22:52:51 -07:00
2012-03-21 13:54:42 -07:00
2014-10-23 17:30:32 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-01-12 10:24:11 -08:00
2014-01-12 10:24:12 -08:00
2014-01-12 10:24:11 -08:00
2014-03-29 00:01:11 -07:00
2012-03-21 13:54:42 -07:00
2014-10-09 11:19:06 +02:00
2012-03-21 13:54:42 -07:00
2014-01-12 10:24:11 -08:00
2013-09-10 13:29:21 -04:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-01-12 10:24:11 -08:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-10-09 11:14:53 +02:00
2012-11-05 13:25:02 -06:00
2012-03-21 13:54:42 -07:00
2014-07-17 11:17:20 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-10-09 11:14:53 +02:00
2014-06-12 22:52:47 -07:00
2012-03-21 13:54:42 -07:00
2014-10-09 11:19:06 +02:00
2014-06-12 22:52:49 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-06-15 22:02:40 +01:00