Hi V8 dev, I notice that src/base/platform/condition-variable.h does not use native Win32 API CONDITION_VARIABLE but instead try to emulate the same effect with Win32 Event API. POSIX OS does use native pthread_cond_t.
I believed the historical reason for this was because CONDITION_VARIABLE was not available for Windows XP and below, but now that Chromium has dropped support for Windows XP and Windows Vista, we should consider using the native version for efficiency. I am willing to implement the switch. Sincerely, Rong Jie -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
