Differences From Artifact [5baad6528e]:
- File src/runtime/lookup.m — part of check-in [0c332aa2d2] at 2013-12-27 02:07:14 on branch trunk — Rework forwarding API and ABI. It matches the Apple API and ABI now and the forwarding handler itself determines whether it should forward or not. This moves handling of +[resolve{Class,Instance}Method:] to the runtime and allows adding new kinds of forwarding without changing the runtime. Also fixes a potential stack problem in the forwarding for MIPS. (user: js size: 4453)
To Artifact [55f05a8843]:
- File src/runtime/lookup.m — part of check-in [3b97fc3cd9] at 2014-01-04 00:24:08 on branch trunk — Update copyright. (user: js size: 4459)
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ |