DEV Community

Discussion on: Compiling Algebraic Data Types in Pure C99

Collapse
 
hirrolot profile image
Hirrolot • Edited

I would suggest to use precompiled headers to make all these functions compiled only once. This would also increase compilation times of datatype(...).

Collapse
 
gabrielfallen profile image
Alexander Chichigin

You probably mean decrease compilation times? 😄

Thread Thread
 
hirrolot profile image
Hirrolot

Ah yeah, that's a typo :)