Re: [PATCH 00/22] various dynamic_debug patches

2018-10-03 Thread Rafael J. Wysocki
On Thursday, September 20, 2018 10:05:00 AM CEST Rafael J. Wysocki wrote: > On Thursday, September 20, 2018 12:04:22 AM CEST Rasmus Villemoes wrote: > > This started as an experiment to see how hard it would be to change > > the four pointers in struct _ddebug into relative offsets, a la > > CONFIG

Re: [PATCH 00/22] various dynamic_debug patches

2018-09-21 Thread Jason Baron
On 09/19/2018 06:04 PM, Rasmus Villemoes wrote: > This started as an experiment to see how hard it would be to change > the four pointers in struct _ddebug into relative offsets, a la > CONFIG_GENERIC_BUG_RELATIVE_POINTERS, thus saving 16 bytes per > pr_debug site (and thus exactly making up for th

Re: [PATCH 00/22] various dynamic_debug patches

2018-09-20 Thread Rafael J. Wysocki
On Thursday, September 20, 2018 12:04:22 AM CEST Rasmus Villemoes wrote: > This started as an experiment to see how hard it would be to change > the four pointers in struct _ddebug into relative offsets, a la > CONFIG_GENERIC_BUG_RELATIVE_POINTERS, thus saving 16 bytes per > pr_debug site (and thus

[PATCH 00/22] various dynamic_debug patches

2018-09-19 Thread Rasmus Villemoes
This started as an experiment to see how hard it would be to change the four pointers in struct _ddebug into relative offsets, a la CONFIG_GENERIC_BUG_RELATIVE_POINTERS, thus saving 16 bytes per pr_debug site (and thus exactly making up for the extra space used by the introduction of jump labels in