Toward a better list iterator for the kernel
Toward a better list iterator for the kernel
Posted Mar 10, 2022 20:04 UTC (Thu) by pankyraghv (subscriber, #153275)In reply to: Toward a better list iterator for the kernel by pj
Parent article: Toward a better list iterator for the kernel
Posted Mar 11, 2022 18:55 UTC (Fri)
by timon (subscriber, #152974)
[Link]
Posted Mar 13, 2022 10:08 UTC (Sun)
by PengZheng (subscriber, #108006)
[Link] (3 responses)
I assume (it might be false) that C++ exception is not suitable for kernel development and some constrained embedded environment.
Posted Mar 13, 2022 11:39 UTC (Sun)
by Wol (subscriber, #4433)
[Link] (1 responses)
Once you're in user space, especially if you're in an online state (ie the computer is a lot faster than the person behind the keyboard), you no longer need to worry and can use the full power of C++. Just make sure you don't use the bits you don't understand :-)
Cheers,
Posted Mar 14, 2022 2:26 UTC (Mon)
by PengZheng (subscriber, #108006)
[Link]
Posted Mar 13, 2022 15:43 UTC (Sun)
by ianmcc (subscriber, #88379)
[Link]
More info: https://wg21.link/p1947
Toward a better list iterator for the kernel
Toward a better list iterator for the kernel
https://github.com/SerenityOS/serenity/blob/master/AK/Vec...
Are there any good guidelines for such C++ usages?
Toward a better list iterator for the kernel
Wol
Toward a better list iterator for the kernel
Toward a better list iterator for the kernel