new/malloc NUMA awareness

2006-07-31 Thread tbp
m Files\QuickTime\QTSystem\ c:\Program Files\Common Files\Autodesk Shared\ d:\tools\backburner\ c:\Program Files\Common Files\Adobe\AGL c:\Program Files\gdebugger\gDEBugger\ .\ Output from c:\cygwin\bin\id.exe (nontsec) UID: 1003(tbp)GID: 513(No

Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-30 Thread tbp
g caught by the cygwin-system-consistency police? -- Regards, tbp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-29 Thread tbp
?rev=1.5&content-type=text/x-cvsweb-markup -- Regards, tbp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-29 Thread tbp
Christopher Faylor wrote: DJ/Brian's patch would affect all thread creation, including threads created by "CreateThread". That's what SDL uses right now. Regards, tbp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-29 Thread tbp
essly poking at binutil sources for a couple of hours, may i ask you to share your gcc kludge? Regards, tbp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-29 Thread tbp
d this discussion? (it sounds like it's time to give PE & binutils a glance) Thanks for your time, tbp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-28 Thread tbp
binary from gcc sources, i can only make a cygwin or mingw. What's the trick? Download and compile the Cygwin modified sources. Doh :) Thanks for time, tbp. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-28 Thread tbp
0x43bbb0,%xmm0 41dc47: xorps 0x444358,%xmm2 42b006: xorps 0x43ad94,%xmm1 I guess i could try to track those constants and put them in their own section or something, but is there a proper fix in the work by someone knowledgeable? Thanks for your time, tbp -- Un

Re: g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-28 Thread tbp
stand -mfpmath=sse is flagged as experimental. What i don't get is why the compiler emits totally bogus code when using default switches: -O3 -march=k8 -> boom. -O3 -march=pentium4 -> boom. I guess this has little to do with cygwin per se and i'm gonna file a bugreport to let th

g++ 3.4.0 cygwin, codegen SSE & alignement issues

2004-04-27 Thread tbp
win. Take note that my app doesn't generate sse1/2 on its own, it all comes from gcc. I'm puzzled & surprised that nobody tripped that one earlier and i'd apreciate any clue. tbp PS: i'm off list, plz cc -- Unsubscribe info: http://cygwin.com/ml/#unsubscri