Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=3380          
     




------- Additional Comments From [EMAIL PROTECTED]  2006-03-01 17:05 -------
Ok, I suppose I can fix that :) But first I need to understand how the whole 
thing is supposed to work... It's not very clear between python stuff 
generating asm stubs, magic macros, etc etc... (btw. I think there are bugs 
there but I'll have to dbl check when I understand what the stuff is actually 
supposed to do in the first place). 
 
Can somebody explain me how it works without the asm stuff (the pure C stuff) 
and what the "optimized" version is supposed to do ? I have enabled 
-DGLX_USE_TLS and the resulting stubs look not too bad, but I could probably 
make them a bit better with asm (like doing a proper tail call). 
 
However, I suppose that if I could acutally generate code at runtime, I could 
do even better and generating a branch island that loads the absolute address 
of the target and branch to it (basically about 4 or 5 insns in 32 bits, maybe 
a bit more in 64 bits). But first I need to get a bit more familiar with how 
this all fits together in the mesa source, so far I'm just confused :) 
           
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to