Re: [Mesa-dev] [PATCH 00/18] [RFC] Pointer specific data structures

2018-04-13 Thread Thomas Helland
2018-04-12 20:07 GMT+02:00 Eric Anholt : > Erik Faye-Lund writes: > >> On Wed, Apr 11, 2018 at 8:48 PM, Thomas Helland >> wrote: >>> This series came about when I saw a talk online, while simultaneously >>> being annoyd about the needless waste of memory in our set as reported >>> by pahole. I ha

Re: [Mesa-dev] [PATCH 00/18] [RFC] Pointer specific data structures

2018-04-12 Thread Eric Anholt
Erik Faye-Lund writes: > On Wed, Apr 11, 2018 at 8:48 PM, Thomas Helland > wrote: >> This series came about when I saw a talk online, while simultaneously >> being annoyd about the needless waste of memory in our set as reported >> by pahole. I have previously made some patches that changed our

Re: [Mesa-dev] [PATCH 00/18] [RFC] Pointer specific data structures

2018-04-12 Thread Erik Faye-Lund
On Wed, Apr 11, 2018 at 8:48 PM, Thomas Helland wrote: > This series came about when I saw a talk online, while simultaneously > being annoyd about the needless waste of memory in our set as reported > by pahole. I have previously made some patches that changed our hash > table from a reprobing on

[Mesa-dev] [PATCH 00/18] [RFC] Pointer specific data structures

2018-04-11 Thread Thomas Helland
This series came about when I saw a talk online, while simultaneously being annoyd about the needless waste of memory in our set as reported by pahole. I have previously made some patches that changed our hash table from a reprobing one to a quadratic probing one, in the name of lower overhead and