On Saturday, September 24, 2016 3:26:09 PM PDT Timothy Arceri wrote:
> Pointers will have different lengths so we simple create a different
> sha1 for each platform.

I don't understand...you're putting pointers in the blob?  How can that
work?  You obviously can't reload things from the cache as actual
pointers, so you've got to be doing some kind of remapping from a
"pointer" in the blob to a real pointer.

At that point, can't you just make the blob always use a uint64_t for
pointers, and just pad with zeroes on 32-bit systems?  Then we could
use the same copy for both...

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to