-
Notifications
You must be signed in to change notification settings - Fork 839
Span for .. in .. do optimization
#6213
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7b7dc8f
Trying to optimize span in for loop
TIHan d064f9b
Added Span_GetItem call
TIHan 84bc179
Almost success with optimization
TIHan e088062
Fixed code gen
TIHan 343d29d
Added Span optimization tests
TIHan 4d5f2b9
Added ReadOnlySpan opt
TIHan 2b06a30
Cleaning up tests
TIHan 123dcd1
Moving tests around
TIHan a483901
Trying to figure out span tests
TIHan 2931b10
Trying to fix some tests
TIHan 4a09465
Trying to get some more tests passing
TIHan b506e37
Fixed range
TIHan 185e86f
Trying to get tests to pass again
TIHan b331303
Fixing tests for netcore
TIHan 3a8829a
Fix build
TIHan 318f875
When a solution becomes unloaded, we should clear F#'s cache (#6420)
TIHan 46f1b6d
Changing if directives
TIHan d7352d3
Simplifying
TIHan 35c755a
Using a type shape for span optimization
TIHan ae91449
Fixing one test
TIHan d233338
Drastically simplified looking at the type shape for Span
TIHan 962c634
Simplified a bit more
TIHan f2e950c
RunScript has expected error messages
TIHan 4b5c002
Add back net472
TIHan 76e30d5
Feedback
TIHan 3764d52
Update SpanOptimizationTests.fs
TIHan b7a886a
Update SpanOptimizationTests.fs
TIHan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,11 +17,6 @@ | |
| <Compile Include="HashIfExpression.fs" /> | ||
| <Compile Include="ProductVersion.fs" /> | ||
| <Compile Include="EditDistance.fs" /> | ||
| <Compile Include="Compiler.fs" /> | ||
|
||
| <Compile Include="ILHelpers.fs" /> | ||
| <Compile Include="Language\AnonRecords.fs" /> | ||
| <Compile Include="Language\StringConcat.fs" /> | ||
| <Compile Include="SourceTextTests.fs" /> | ||
| </ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
|
|
||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.