Reviewers: titzer,

Message:
Platform ports are still missing, but I would like to have a round of comments
first :)

Description:
Less aggressive polling when concurrently compiling for OSR.

Changes include:
- completed concurrent OSR tasks trigger a stack check interrupt.
- polling for completion is now guarded by a stack check.
- circular buffer for completed OSR tasks instead of list.

[email protected]
BUG=

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

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

Affected files (+193, -139 lines):
  M src/builtins.h
  M src/compiler.h
  M src/flag-definitions.h
  M src/full-codegen.h
  M src/full-codegen.cc
  M src/ia32/builtins-ia32.cc
  M src/ia32/full-codegen-ia32.cc
  M src/optimizing-compiler-thread.h
  M src/optimizing-compiler-thread.cc
  M src/runtime-profiler.cc
  M src/runtime.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