Skip to content

Conversation

@acdlite
Copy link
Collaborator

@acdlite acdlite commented Apr 9, 2019

We use bitwise operations to compute expiration times, which means they need to be smaller than 31 bits. So we measure times relative to module initialization, similar to performance.now.

This was already working in the old fiber scheduler, but we didn't have a test for it.

We use bitwise operations to compute expiration times, which means they
need to be smaller than 31 bits. So we measure times relative to module
initialization, similar to `performance.now`.

This was already working in the old fiber scheduler, but we didn't have
a test for it.
@sebmarkbage sebmarkbage merged commit 183d1f4 into facebook:master Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants