|
|
|
|
|
by ender341341
659 days ago
|
|
> Template specialization means more generated code, which, again, must fit in 2kb. modern compilers are way better about de-duplicating "different types but same instruction" template specializations so it's less of an issue than you may expect , especially if you're coming with template specialization generation from the mid/late 2000's. |
|