Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConcurrent rAF loops are not deterministic #9834
Closed
Comments
|
We use a HashMap, that doesn't preserve order. I'm switching it to a BTreeMap. |
|
@paulrouget Do you think we have intermittent failures due to this? |
nox
added a commit
to nox/servo
that referenced
this issue
Mar 2, 2016
The callbacks must stay ordered.
bors-servo
added a commit
that referenced
this issue
Mar 2, 2016
nox
added a commit
to nox/servo
that referenced
this issue
Mar 2, 2016
The callbacks must stay ordered.
nox
added a commit
to nox/servo
that referenced
this issue
Mar 2, 2016
The callbacks must stay ordered.
bors-servo
added a commit
that referenced
this issue
Mar 2, 2016
Use a BTreeMap for Document::animation_frame_list (fixes #9834) The callbacks must stay ordered. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9837) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Mar 2, 2016
Use a BTreeMap for Document::animation_frame_list (fixes #9834) The callbacks must stay ordered. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9837) <!-- Reviewable:end -->
I don't know, but it was causing some weird issues in browserhtml. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chrome and Firefox:
Servo: