DescriptionUse 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
R=dcarney@chromium.org, ulan@chromium.org
TEST=cctest/test-date
Committed: https://code.google.com/p/v8/source/detail?r=19784
Patch Set 1 #Patch Set 2 : updates #
Messages
Total messages: 4 (0 generated)
|