Reviewers: danno, Michael Starzinger, dcarney,

Message:
PTAL.

This is not a for commit. This a rebase of the patch that we use on OilPan
branch to make things run with a tiny bit of cosmetics (I added comment to
include/v8.h).

We will add API tests if we decide that proposed APIs are fine and we should
proceed with them.

Description:
OilPan related infrastructure on the V8 side.

Provides two API extensions:

- Access to internal interruption mechanism to implement OilPan safepoint inside
long running JavaScript code (v8::Isolate::RequestInterrupt,
v8::Isolate::ClearInterrupt);

- GC callback flag to distinguish forced GC from regular GC for testing
purposes.

NOT FOR COMMIT

BUG=

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

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

Affected files (+135, -27 lines):
  M include/v8.h
  M src/api.cc
  M src/execution.h
  M src/execution.cc
  M src/extensions/gc-extension.cc
  M src/heap-inl.h
  M src/heap-snapshot-generator.cc
  M src/heap.h
  M src/heap.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