commit | 9a192a1c928fce2d2098964a8482a427f6b81c77 | [log] [tgz] |
---|---|---|
author | Evgeny Eltsin <eaeltsin@google.com> | Mon Sep 06 20:32:18 2010 |
committer | Evgeny Eltsin <eaeltsin@google.com> | Mon Nov 22 17:13:57 2010 |
tree | 4cc7f53c61179bbd1b425d131ab02f7ae4335e46 | |
parent | b0abf9cd6361f3b7870973e1cb1c98d18d68bc52 [diff] |
[noupstream] Instrument for thread suspension. When given command line flag -finstrument-for-thread-suspension, generate instrumentation calls for function entry and back edges. Instrumentation call now looks like: __nacl_suspend_thread_if_needed (); BUG=http://code.google.com/p/nativeclient/issues/detail?id=826 TEST= Review URL: http://codereview.chromium.org/3320011