Aras Pranckevicius
d973355b3a
Cleanup: reduce amount of math-related includes
...
Using ClangBuildAnalyzer on the whole Blender build, it was pointing
out that BLI_math.h is the heaviest "header hub" (i.e. non tiny file
that is included a lot).
However, there's very little (actually zero) source files in Blender
that need "all the math" (base, colors, vectors, matrices,
quaternions, intersection, interpolation, statistics, solvers and
time). A common use case is source files needing just vectors, or
just vectors & matrices, or just colors etc. Actually, 181 files
were including the whole math thing without needing it at all.
This change removes BLI_math.h completely, and instead in all the
places that need it, includes BLI_math_vector.h or BLI_math_color.h
and so on.
Change from that:
- BLI_math_color.h was included 1399 times -> now 408 (took 114.0sec
to parse -> now 36.3sec)
- BLI_simd.h 1403 -> 418 (109.7sec -> 34.9sec).
Full rebuild of Blender (Apple M1, Xcode, RelWithDebInfo) is not
affected much (342sec -> 334sec). Most of benefit would be when
someone's changing BLI_simd.h or BLI_math_color.h or similar files,
that now there's 3x fewer files result in a recompile.
Pull Request #110944
2023-08-10 14:51:40 +03:00
..
2023-05-31 16:19:06 +02:00
2023-07-05 14:09:33 +10:00
2023-05-31 16:19:06 +02:00
2023-07-05 16:05:16 +02:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-03 08:54:37 +10:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-07-03 17:01:32 +10:00
2023-06-19 20:40:49 +10:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-07-06 10:40:25 +10:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-06-03 08:54:37 +10:00
2023-06-03 08:54:37 +10:00
2023-05-31 16:19:06 +02:00
2023-06-03 08:54:37 +10:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-07-28 09:38:07 +10:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-06-12 15:49:50 +02:00
2023-06-04 18:35:12 +10:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-02 10:16:16 +10:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-29 10:56:33 +10:00
2023-06-15 13:35:34 +10:00
2023-06-15 13:35:34 +10:00
2023-05-31 16:19:06 +02:00
2023-07-19 10:45:13 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-08-10 12:41:20 +02:00
2023-08-07 10:53:01 +02:00
2023-08-08 12:13:00 +02:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-07-13 13:40:25 +10:00
2023-08-10 14:51:40 +03:00
2023-07-05 14:09:33 +10:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-07-03 19:18:30 +02:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-03 09:44:28 +10:00
2023-07-10 17:42:24 +02:00
2023-07-05 15:39:33 -04:00
2023-07-20 11:55:34 +10:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-07-07 15:42:07 +10:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-07-17 10:46:26 +02:00
2023-05-31 16:19:06 +02:00
2023-06-15 13:35:34 +10:00
2023-06-19 20:40:49 +10:00
2023-05-31 16:19:06 +02:00
2023-08-05 10:54:23 +02:00
2023-06-15 13:35:34 +10:00
2023-07-31 13:02:30 +10:00
2023-08-09 10:06:31 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-03 08:54:37 +10:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-15 13:35:34 +10:00
2023-07-06 19:43:40 +02:00
2023-05-31 16:19:06 +02:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-06-26 10:09:57 +10:00
2023-08-10 14:51:40 +03:00
2023-08-10 14:51:40 +03:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00