e2457418da
core.h is kind of a massive header in terms what it includes within itself. It includes VFS utilities, kernel headers, file_sys header, ARM-related headers, etc. This means that changing anything in the headers included by core.h essentially requires you to rebuild almost all of core. Instead, we can modify the System class to use the PImpl idiom, which allows us to move all of those headers to the cpp file and forward declare the bulk of the types that would otherwise be included, reducing compile times. This change specifically only performs the PImpl portion. |
||
---|---|---|
.. | ||
nvdevice.h | ||
nvdisp_disp0.cpp | ||
nvdisp_disp0.h | ||
nvhost_as_gpu.cpp | ||
nvhost_as_gpu.h | ||
nvhost_ctrl.cpp | ||
nvhost_ctrl.h | ||
nvhost_ctrl_gpu.cpp | ||
nvhost_ctrl_gpu.h | ||
nvhost_gpu.cpp | ||
nvhost_gpu.h | ||
nvhost_nvdec.cpp | ||
nvhost_nvdec.h | ||
nvhost_nvjpg.cpp | ||
nvhost_nvjpg.h | ||
nvhost_vic.cpp | ||
nvhost_vic.h | ||
nvmap.cpp | ||
nvmap.h |