Reviewers: alph, loislo, Benedikt Meurer, Sven Panne,

Description:
Use signals for cpu profiling on Mac OS X

A while ago in r2315 Mac OS X cpu profiler implementation was changed to pause sampled thread instead of sending SIGPROF signal. That was done because at that
point profiler send the signal to the whole process and it was handled on a
random thread. Now that signal-based implementation uses pthread_kill it may
well be used on Mac OS X too.

BUG=v8:2814

Please review this at https://codereview.chromium.org/23115005/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/sampler.cc


--
--
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/groups/opt_out.

Reply via email to