Re: Intent to ship: Devirtualizing IPC method calls (bug 1512990)

2019-02-04 Thread Kris Maglione
On Mon, Feb 04, 2019 at 04:29:54PM -0500, Alex Gaynor wrote: b) Memory -- we no longer need to emit vtables for all of these methods (~20 KB per process) \o/ c) Ergonomics -- implementing classes will now have control over whether they take arguments by value or reference \o/ Thank you :)

Intent to ship: Devirtualizing IPC method calls (bug 1512990)

2019-02-04 Thread Alex Gaynor
Hi dev.platform! I wanted to let everyone know about some changes to how C++ IPDL actors are implemented that are currently in the process of being landed (I expect to land them to autoland tomorrow morning). This message will summarize these changes, for complete details see