Commit fe9d4d7
committed
After emscripten-core#10741, we are still getting non-unique function pointer indexes in fastcomp because we are doing a matching the on the stubs instead of the wasm function wrapper.
In this change, we get the actual function wrapper and pass it into addFunction() so that addFunction can use this to compare with the function wrapper gotten from the wasm table.1 parent e6919c8 commit fe9d4d7
1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1559 | 1559 | | |
1560 | 1560 | | |
1561 | 1561 | | |
1562 | | - | |
1563 | | - | |
1564 | | - | |
1565 | | - | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
1566 | 1571 | | |
1567 | | - | |
| 1572 | + | |
1568 | 1573 | | |
1569 | | - | |
| 1574 | + | |
1570 | 1575 | | |
1571 | 1576 | | |
1572 | 1577 | | |
| |||
0 commit comments