On Thursday 06 May 2004 11:53 am, Jason Andresen wrote: > Kenneth Culver wrote: > > I'm pretty sure that the FreeBSD people are working on TLS, which will > > allow the > > nvidia people to be happy. > > Maybe I'm reading it wrong, but it seems like TLS is what got them in > all of this trouble in the first place. It seems that FreeBSD's > implementation uses the %gs register, which NVidia also wants to use. Nvidia's driver is using %gs to implement its own type of TLS since FreeBSD doesn't provide TLS. Once FreeBSD provides real TLS, then the Nvidia driver can use that which will result in both the driver and the threading code sharing %gs nicely. (Since %gs will be used to implement TLS). -- John Baldwin <jhb_at_FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.orgReceived on Thu May 06 2004 - 08:51:23 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:53 UTC