Add bindings for ARB_base_instance / EXT_base_instance - #235
Open
jamienicol wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
Interestingly, this makes Firefox's Android arm32 PGO profile generate builds take an enormous amount of time to compile. (Consistently times out on CI. I haven't let it finish locally but it showed no signs of finishing after an hour and a half) I think we were already hitting some pathological behaviour in LLVM when doing arm32 PGO profile generate builds. I created a simple testcase (basically just calls
Taking 2 minutes for thumbv7neon vs 4 seconds is wild. But then with this PR:
|
jamienicol
added a commit
to jamienicol/firefox
that referenced
this pull request
Aug 6, 2026
…. r?#gfx-reviewers Update gleam to include servo/gleam#235, adding bindings for ARB_base_instance/EXT_base_instance extensions. Unfortunately this gleam PR cannot be merged until gl_generator merges rust-windowing/gl-rs#566 and releases a new version. Without the gl_generator fix, arm32 profile-generate builds take hours due to what is presumably a rustc/LLVM bug. In the meantime, use [patch.crates-io] to vendor specific git revisions of gl_generator and gleam including the required fixes. Once both the gl_generator and gleam pull requests have been merged and new versions of the respective crates have been published, we should switch back to using the crates.io versions.
jamienicol
added a commit
to jamienicol/firefox
that referenced
this pull request
Aug 6, 2026
…. r?#gfx-reviewers Update gleam to include servo/gleam#235, adding bindings for ARB_base_instance/EXT_base_instance extensions. Unfortunately this gleam PR cannot be merged until gl_generator merges rust-windowing/gl-rs#566 and releases a new version. Without the gl_generator fix, arm32 profile-generate builds take hours due to what is presumably a rustc/LLVM bug. In the meantime, use [patch.crates-io] to vendor specific git revisions of gl_generator and gleam including the required fixes. Once both the gl_generator and gleam pull requests have been merged and new versions of the respective crates have been published, we should switch back to using the crates.io versions.
jamienicol
added a commit
to jamienicol/firefox
that referenced
this pull request
Aug 6, 2026
…. r?#gfx-reviewers Update gleam to include servo/gleam#235, adding bindings for ARB_base_instance/EXT_base_instance extensions. Unfortunately this gleam PR cannot be merged until gl_generator merges rust-windowing/gl-rs#566 and releases a new version. Without the gl_generator fix, arm32 profile-generate builds take hours due to what is presumably a rustc/LLVM bug. In the meantime, use [patch.crates-io] to vendor specific git revisions of gl_generator and gleam including the required fixes. Once both the gl_generator and gleam pull requests have been merged and new versions of the respective crates have been published, we should switch back to using the crates.io versions. Differential Revision: https://phabricator.services.mozilla.com/D316861
lando-worker Bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
Aug 7, 2026
…. r=gfx-reviewers,supply-chain-reviewers,ahale Update gleam to include servo/gleam#235, adding bindings for ARB_base_instance/EXT_base_instance extensions. Unfortunately this gleam PR cannot be merged until gl_generator merges rust-windowing/gl-rs#566 and releases a new version. Without the gl_generator fix, arm32 profile-generate builds take hours due to what is presumably a rustc/LLVM bug. In the meantime, use [patch.crates-io] to vendor specific git revisions of gl_generator and gleam including the required fixes. Once both the gl_generator and gleam pull requests have been merged and new versions of the respective crates have been published, we should switch back to using the crates.io versions. Differential Revision: https://phabricator.services.mozilla.com/D316861
github-actions Bot
pushed a commit
to servo/webrender
that referenced
this pull request
Aug 9, 2026
…. r=gfx-reviewers,supply-chain-reviewers,ahale Update gleam to include servo/gleam#235, adding bindings for ARB_base_instance/EXT_base_instance extensions. Unfortunately this gleam PR cannot be merged until gl_generator merges rust-windowing/gl-rs#566 and releases a new version. Without the gl_generator fix, arm32 profile-generate builds take hours due to what is presumably a rustc/LLVM bug. In the meantime, use [patch.crates-io] to vendor specific git revisions of gl_generator and gleam including the required fixes. Once both the gl_generator and gleam pull requests have been merged and new versions of the respective crates have been published, we should switch back to using the crates.io versions. Differential Revision: https://phabricator.services.mozilla.com/D316861
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.