Commit 21306e8
[mono] Simplify of OffsetToStringData as it's done on coreclr (dotnet#93987)
* Change implementation of OffsetToStringData as it's done on coreclr
* Fix comment
* Remove more comments
* completely remove the comments
* Update RuntimeHelpers.Mono.cs
* Addressing comments
* Addressing @lambdageek comment.1 parent a6ff336 commit 21306e8
File tree
4 files changed
+9
-19
lines changed- src/mono
- System.Private.CoreLib/src/System
- Runtime/CompilerServices
- mono/mini
- interp
4 files changed
+9
-19
lines changedLines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2305 | 2305 | | |
2306 | 2306 | | |
2307 | 2307 | | |
2308 | | - | |
2309 | | - | |
2310 | | - | |
2311 | | - | |
2312 | | - | |
2313 | | - | |
2314 | | - | |
2315 | | - | |
2316 | | - | |
2317 | | - | |
| 2308 | + | |
2318 | 2309 | | |
2319 | 2310 | | |
2320 | 2311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
| 938 | + | |
942 | 939 | | |
943 | 940 | | |
944 | 941 | | |
| |||
0 commit comments