[llvm-commits] [PATCH] Improved threading support on Windows

NAKAMURA Takumi geek4civic at gmail.com
Tue Aug 23 03:34:51 PDT 2011


Good evening, Aaron!

About lib/Support/Windows/RWMutex.inc;

  - Would you like to try describing rwmutex on windows xp?
    Oh yeah, I don't have any Windows XP hosts any more. :(
  - I think, rather to refer to kernel32.dll, GetModuleHandle(NULL)
would be more enough.
    How do you think?
  - It would be happier for us to have generic "delayed dll resolver"
for NT5.1-unavailable entries.
    I think it might be the global ctor. How do you think?
  - How about to split RWMutexImpl to Windows XP and higher?
  - Could you consider unittests for rwmutex?

Thanks to work on this!

...Takumi



More information about the llvm-commits mailing list