Date: Thu, 2 Apr 2026 07:12:43 +0200
I quickly skimmed through your updated proposal. Two things stood out: 1) The C++ standard does not know anything about vtables. This is just one of several ways to implement polymorphism. 2) If you think branching is slow, how do you think the compiler will compile your proposal? If your proposed feature can do the exact same thing as if or switch it will be compiled to branches in machine code. And if your branches can be optimized away, in theory they can be optimized away today. Just because you don’t write explicit branches in your code doesn’t mean the CPU will not have to execute branches. Basically this means I don’t see how your proposal will change anything under the hood. It would just introduce different syntax.
On Apr 2, 2026, at 1:37 AM, Muneem via Std-Proposals <std-proposals_at_[hidden]> wrote:
This is the updated proposalOn Thu, Apr 2, 2026 at 1:45 AM Muneem <itfllow123_at_[hidden]> wrote:Ok, I will draft a format proposal that outline all the problems (a whole class of problems), cite all the possible solutions, and then cite bjarne Stroustrup quotes from his old 2013 book to back my philosophy up. Give me some time and thank you for your feedback ❤️❤️Regards, MuneemOn Thu, 2 Apr 2026, 1:15 am Thiago Macieira via Std-Proposals, <std-proposals_at_[hidden]> wrote:On Wednesday, 1 April 2026 10:52:08 Pacific Daylight Time Muneem via Std-
Proposals wrote:
> Okay, I won't make the JIT part in my proposal, but just so I know, you do
> support me if I dont? Like you will vouch for me and help me in my actual
> formal proposal?
I haven't understood the problem yet. You need to start the proposal with the
problems (plural) that need solving, preferably with multiple possible
alternatives and showing why you think your solution is best.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Principal Engineer - Intel Data Center - Platform & Sys. Eng.
--
Std-Proposals mailing list
Std-Proposals_at_[hidden]
https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
<proper cpp proposal.txt>--
Std-Proposals mailing list
Std-Proposals_at_[hidden]
https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
Received on 2026-04-02 05:13:01
