Reviewers: dcarney, ulan,

Description:
Use a per-isolate cache for the date object JS bits

The old per-context cache made it difficult for the embedder to notify
v8 of date/time configuration changes. The embedder had to enter all
contexts for the isolate and notify v8 for each context.

With the new per-isolate cache, the embedder only needs to notify v8
once per isolate.

BUG=348856
LOG=y
[email protected],[email protected]
TEST=cctest/test-date

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

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

Affected files (+141, -55 lines):
  M src/api.cc
  M src/date.h
  M src/date.js
  M src/global-handles.h
  M src/runtime.h
  M src/runtime.cc
  M test/cctest/test-date.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/d/optout.

Reply via email to