Re: cvs commit: src/sys/sys tls.h src/lib/libc/gen tls.c src/lib

看板DFBSD_commit作者時間21年前 (2005/03/29 02:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串12/14 (看更多)
:It should be optional (based on the platform), since some platforms :need / want it and some don't. We need that pointer for both methods :on IA32, on platforms with a normal pointer as thread register we don't :need it at all. : :This is not about :__thread int a; : :testfunc() :{ : a = 1; :} : :but about :int *testfunc() :{ : return &a; :} : :The conditional allows us to support both styles in MI code. Let me finish :my patchset to show what I mean. : :Joerg I don't understand what you mean. Why are you making it a conditional field rather then a mandatory field? It costs us nothing to have that field there. -Matt Matthew Dillon <dillon@backplane.com>
文章代碼(AID): #12I4si00 (DFBSD_commit)
討論串 (同標題文章)
完整討論串 (本文為第 12 之 14 篇):
文章代碼(AID): #12I4si00 (DFBSD_commit)