Files
rust/compiler
Matthew Maurer d301f40c84 CFI: Encode Virtual calls as calls through the defining trait
For example, if `trait Foo: Bar`, and we try to call a method from `Bar`
on `dyn Foo`, encode the callsite as passing a `dyn Bar`, not a `dyn
Foo`.
2024-03-29 18:15:41 +00:00
..
2024-03-08 23:20:29 -05:00
2024-03-27 22:32:53 +08:00
2024-03-27 22:32:53 +08:00
2024-03-25 13:58:40 -04:00
2024-03-27 22:32:53 +08:00
2024-03-25 19:39:45 -04:00