Commit b8e6716
committed
Emit stackmaps for all indirect calls.
Since the JIT compiler can inline indirect calls, we need to emit
stackmaps for them too. Since we can't tell if an indirect call is an
intrisnic (which doesn't need stackmaps) this will inevitably create
some unneeded stackmap calls. But since they'll never be used, all they
cost is space in the binary.1 parent f7b17f0 commit b8e6716
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments