Reviewers: Hannes Payer,

Description:
[platform] Implement a worker pool

We don't use the worker pool yet, however, there are tests. Yay. The
next step is to use the worker pool for parallel sweeping.

I've also started to move the platform related files into a sub
directory. The goal is to eventually build all the platform stuff as
a separate library which is used by d8 and cctest (and other embedders
that wish to use the default implementation) but not by chromium.

BUG=v8:3015
R=hpa...@chromium.org
LOG=n

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

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

Affected files (+305, -237 lines):
  D src/default-platform.h
  D src/default-platform.cc
  M src/api.cc
  A + src/libplatform/default-platform.h
  A + src/libplatform/default-platform.cc
  A + src/libplatform/task-queue.h
  A + src/libplatform/task-queue.cc
  A + src/libplatform/worker-thread.h
  A + src/libplatform/worker-thread.cc
  M src/v8.cc
  M test/cctest/cctest.gyp
  A + test/cctest/test-libplatform-task-queue.cc
  A + test/cctest/test-libplatform-worker-thread.cc
  A + test/cctest/test-libplatform.h
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to