Reviewers: Yang,

Message:
Please take a look.

Description:
Ensure that interruptor callback registered through API is called outside of
ExecutionAccess lock.

Such a coarse locking can cause a dead-lock when another thread is attempting to
clear an interrupt while we are waiting in the interrupt callback.

Add test that verifies this API invariant.

BUG=chromium:374978

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

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

Affected files (+132, -45 lines):
  M src/execution.cc
  M src/isolate.cc
  M test/cctest/test-api.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/d/optout.

Reply via email to