- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit54c3db5
authored
exclude UTF8 string marshallers from cg2 (#55624)
* exclude UTF8 and Unicode string marshallers from cg2* keep unicodestringmarshallerThe non-pinned cases which are not supported will throw* excluding one non-r2r caseAll calls to InteropHelpers should now be under !READYTORUN1 parent546604c commit54c3db5
File tree
2 files changed
+14
-2
lines changed- src/coreclr/tools
- Common/TypeSystem/Interop/IL
- aot/ILCompiler.ReadyToRun/Interop/IL
2 files changed
+14
-2
lines changedLines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
1486 | 1489 | | |
1487 | 1490 | | |
| 1491 | + | |
1488 | 1492 | | |
1489 | 1493 | | |
1490 | 1494 | | |
| |||
1536 | 1540 | | |
1537 | 1541 | | |
1538 | 1542 | | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
1539 | 1546 | | |
1540 | 1547 | | |
1541 | 1548 | | |
1542 | 1549 | | |
1543 | 1550 | | |
1544 | 1551 | | |
| 1552 | + | |
1545 | 1553 | | |
1546 | 1554 | | |
1547 | 1555 | | |
| |||
1597 | 1605 | | |
1598 | 1606 | | |
1599 | 1607 | | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
1600 | 1611 | | |
1601 | 1612 | | |
| 1613 | + | |
1602 | 1614 | | |
1603 | 1615 | | |
1604 | 1616 | | |
| |||
1752 | 1764 | | |
1753 | 1765 | | |
1754 | 1766 | | |
| 1767 | + | |
1755 | 1768 | | |
1756 | 1769 | | |
1757 | 1770 | | |
| |||
1806 | 1819 | | |
1807 | 1820 | | |
1808 | 1821 | | |
| 1822 | + | |
1809 | 1823 | | |
1810 | 1824 | | |
1811 | 1825 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments
Comments
(0)