| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Reland "[d8] Remove maximum workers limitation" This is a reland of a0728e869b87f604945388e2fe2a5bf2f565733c Original change's description: > [d8] Remove maximum workers limitation > > This CL refactors the lifetime management of the v8::Worker C++ object > and in the process lifts the 100 maximum worker limitation. To do this, > it uses a Managed<v8::Worker> heap object and attaches the managed to > the API worker object. > > R=mstarzinger@chromium.org > BUG=v8:9524 > > Change-Id: I279b7aeb6645a87f9108ee6f572105739721cef4 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1715453 > Commit-Queue: Ben Titzer <titzer@chromium.org> > Reviewed-by: Clemens Hammacher <clemensh@chromium.org> > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> > Cr-Commit-Position: refs/heads/master@{#62932} Bug: v8:9524 Change-Id: I7d903fb12ddb00909a9429455f46c55db2fd02de Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1722562 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Clemens Hammacher <clemensh@chromium.org> Commit-Queue: Ben Titzer <titzer@chromium.org> Cr-Commit-Position: refs/heads/master@{#62974} | 6 年前 | |
[timezones] Remove DST cache, add local offset cache This puts the interval-based caching approach back to the critical path (ToLocal / ToUTC) after it was removed by https://chromium-review.googlesource.com/c/v8/v8/+/572148 . For more information, see https://docs.google.com/document/d/1fZ3TXSzeHKaK-L-OAAxSUrF2L_157-psVzKauW4DQWk/edit?usp=sharing . Additional changes in the CL: - Harden the cache by adding a SLOW_DCHECK that the cached result we return always matches the result we'd get without the cache. - Make invalid cache item handling explicit, not based on them having certain start / end times. - Remove the restriction around kMaxEpochTimeInSec since the restriction doesn't seem to hold for the function called by the new caching code. Change-Id: I4cd7d48e1719e7a4d51101b7f3e7a0fda85dd7db Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5899395 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#96424} | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 年前 | ||
| 1 年前 |