Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Jit: Remove bounds checks with tests against length.#40180

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
briansull merged 20 commits intodotnet:masterfromnathan-moore:morphToUnsigned
Oct 6, 2020
Merged
Changes from1 commit
Commits
Show all changes
20 commits
Select commitHold shift + click to select a range
9c4c520
Introduce a concept of minimum array length into range check
nathan-mooreAug 16, 2020
bce02ac
Some cleanup
nathan-mooreAug 22, 2020
45caddb
fix potential underflow
nathan-mooreAug 22, 2020
5e4640f
Merge branch 'master' into morphToUnsigned
nathan-mooreAug 24, 2020
aadeabe
bug fix and cleanup
nathan-mooreAug 27, 2020
ee54472
Merge branch 'master' into morphToUnsigned
nathan-mooreAug 27, 2020
6f77bf8
Revert string changes
nathan-mooreAug 28, 2020
49ce937
Merge branch 'master' into morphToUnsigned
nathan-mooreSep 3, 2020
0ec7bea
Allow elimination of arr[0] with len != 0 test
nathan-mooreAug 28, 2020
cd13bfc
Revert "Revert string changes"
nathan-mooreSep 4, 2020
4e0e9f7
Fix up tests
nathan-mooreSep 4, 2020
bbea251
reverting lower bound merging as it may be unsound
nathan-mooreSep 6, 2020
e750aa9
Fix CI exposed bug and add a couple of test cases
nathan-mooreSep 13, 2020
f7905df
code review feedback
nathan-mooreSep 15, 2020
2c422f7
Merge branch 'master' into morphToUnsigned
nathan-mooreSep 15, 2020
357a107
comment nit
nathan-mooreSep 15, 2020
57ad7ef
Merge branch 'master' into morphToUnsigned
nathan-mooreSep 29, 2020
cac0180
feedback
nathan-mooreOct 5, 2020
8afbc53
Merge branch 'master' into morphToUnsigned
nathan-mooreOct 5, 2020
1ee8eda
Add missing break
nathan-mooreOct 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
comment nit
  • Loading branch information
@nathan-moore
nathan-moore committedSep 15, 2020
commit357a10700be1a249442ee497844e890b283f0ffc
2 changes: 1 addition & 1 deletionsrc/coreclr/src/jit/rangecheck.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -63,7 +63,7 @@ int RangeCheck::GetArrLength(ValueNum vn)
// BetweenBounds: Check if the computed range is within bounds
//
// Arguments:
// Range - thecomputedrangeof upper
// Range - the rangeto check if in bounds
// upper - the array length vn
// arrSize - the length of the array if known, or <= 0
//
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp