Added an Isolate* field to NoTrackDoubleFieldsForSerializerScope, PlatformFeatureScop...
authorsvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 25 Apr 2014 08:40:23 +0000 (08:40 +0000)
committersvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 25 Apr 2014 08:40:23 +0000 (08:40 +0000)
commit66f0df5a18cc5a0072fbbcecd71934b4d39d594b
treed2eca05aaf0e4ff9ad4b992f5bec680df607d5c0
parent79be539892e5a85bbce6e24f92337dec0580efe2
Added an Isolate* field to NoTrackDoubleFieldsForSerializerScope, PlatformFeatureScope and BinaryOpIC::State.

The serializer state and even the CPU features will be per-Isolate
later. Currently we get away with global state, because mksnapshot
runs single-threaded and has only 1 Isolate, but this will change.
Furthermore, these changes are yet another prerequisite for removing a
catch-22 at initialization time when we try to enable serialization.

This CL is similar in spirit to r20919, BTW.

BUG=359977
LOG=y
R=mstarzinger@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20963 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/assembler.cc
src/assembler.h
src/bootstrapper.cc
src/code-stubs.h
src/ia32/builtins-ia32.cc
src/ia32/code-stubs-ia32.cc
src/ic.cc
src/ic.h
src/type-info.cc