-
Notifications
You must be signed in to change notification settings - Fork 10.5k
I would still like to see you redo this to work like the global operator and AnyObject lookup, however, avoiding paging in all delayed parsed bodies in all source files. #60102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 10, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesLookupRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 10, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesLookupRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 10, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesLookupRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 10, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesLookupRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 14, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesLookupRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 14, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesLookupRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 14, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesLookupRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 17, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 17, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 17, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 21, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesRequest` to address the issue. Resolves swiftlang#60102
kovdan01
added a commit
to kovdan01/swift
that referenced
this issue
Oct 21, 2024
In swiftlang#58965, lookup for custom derivatives in non-primary source files was introduced. It required traversing all delayed parsed function bodies of a file if the file was compiled with differential programming enabled (even for functions with no `@derivative` attribute). This patch introduces `CustomDerivativesRequest` to address the issue. Resolves swiftlang#60102
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would still like to see you redo this to work like the global operator and AnyObject lookup, however, avoiding paging in all delayed parsed bodies in all source files.
Originally posted by @slavapestov in #58965 (comment)
The text was updated successfully, but these errors were encountered: