[WGSL] Convert remaining AST nodes to be arena allocated#13706
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom May 11, 2023
Conversation
Collaborator
|
EWS run on previous version of this PR (hash 80e9e5e) Details
|
80e9e5e to
ee400d9
Compare
Collaborator
|
EWS run on previous version of this PR (hash ee400d9) Details
|
ee400d9 to
0709d6a
Compare
Collaborator
|
EWS run on previous version of this PR (hash 0709d6a) Details
|
0709d6a to
34faaf6
Compare
Collaborator
|
EWS run on current version of this PR (hash 34faaf6) Details
|
https://bugs.webkit.org/show_bug.cgi?id=256603 rdar://109163635 Reviewed by Dan Glastonbury. Convert the final remaining nodes and remove the (now unused) parser helper macros * Source/WebGPU/WGSL/AST/ASTBuilder.cpp: * Source/WebGPU/WGSL/AST/ASTBuilder.h: * Source/WebGPU/WGSL/AST/ASTDirective.h: (WGSL::AST::Directive::name const): * Source/WebGPU/WGSL/AST/ASTIdentifier.h: (WGSL::AST::Identifier::Identifier): * Source/WebGPU/WGSL/AST/ASTNode.h: (WGSL::AST::Node::kind const): (WGSL::AST::Node::Node): * Source/WebGPU/WGSL/AST/ASTPointerDereference.h: * Source/WebGPU/WGSL/Parser.cpp: Canonical link: https://commits.webkit.org/263958@main
34faaf6 to
b136ade
Compare
Collaborator
|
Committed 263958@main (b136ade): https://commits.webkit.org/263958@main Reviewed commits have been landed. Closing PR #13706 and removing active labels. |
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.
b136ade
34faaf6
🧪 wpe-wk2🧪 gtk-wk2🧪 api-gtk