-
- Downloads
Bug 1766342 - Compute the process creation timestamp lazily r=glandium
This reverts bug 1751041 and adds a separate function to take the first timestamp that was taken by a process. The latter is then used when creating JS objects to avoid hazards warnings about allocating memory when an object is not yet rooted. Differential Revision: https://phabricator.services.mozilla.com/D144829
Showing
- js/src/builtin/Promise.cpp 1 addition, 1 deletionjs/src/builtin/Promise.cpp
- js/src/gc/Statistics.cpp 3 additions, 3 deletionsjs/src/gc/Statistics.cpp
- mozglue/misc/TimeStamp.cpp 29 additions, 22 deletionsmozglue/misc/TimeStamp.cpp
- mozglue/misc/TimeStamp.h 11 additions, 0 deletionsmozglue/misc/TimeStamp.h
Loading
Please register or sign in to comment