v8/include
jochen@chromium.org 069a9c75ad Move configuration of ResourceConstraints to Isolate construction
We can only set resource constraints before the isolate is initialized.
Since in the future, we want to initialize isolates at construction
time, we need to set constraints there.

It's possible to later modify the stack limit, so introduce an
Isolate::SetStackLimit method for that.

The SetResourceConstraints method will be deprecated. Users should pass
ResourceConstraints to Isolate::New, and use Isolate::SetStackLimit to
later modify the stack limit.

BUG=none
R=svenpanne@chromium.org
LOG=y

Review URL: https://codereview.chromium.org/559993005

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23964 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-09-16 09:15:02 +00:00
..
libplatform Add an API to pump the message loop to libplatform 2014-07-03 09:33:36 +00:00
v8-debug.h Expose function CheckDebugBreak in the debugger api 2014-08-20 11:04:05 +00:00
v8-platform.h Don't even include v8.h from libbase or libplatform 2014-07-03 08:50:52 +00:00
v8-profiler.h Add support for ES6 Symbol in heap profiler 2014-05-22 11:26:48 +00:00
v8-testing.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
v8-util.h Make presubmit script happy again. 2014-06-10 09:24:00 +00:00
v8.h Move configuration of ResourceConstraints to Isolate construction 2014-09-16 09:15:02 +00:00
v8config.h [turbofan] Add support for overflow add/sub to the MachineOperatorReducer. 2014-09-09 14:18:17 +00:00
v8stdint.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00