doc: Document !1570

This commit is contained in:
Jakob Bornecrantz 2022-11-23 16:18:12 +00:00
parent 6fe06068e8
commit fa8a09e8d3

View file

@ -0,0 +1,4 @@
main: Introduce `comp_target_factory` this struct allows use to remove long and
clumbersome switch statements for each type. Instead the code is generic and
tweaks for specific target types can be reused for others more easily with this
data driven design of the code.