Hi,
In the course of debugging one might need to make changes to core header
files like class.h, syncblk.h, object.h etc..And to see to it that these
changes get reflected over the code one has to rebuild the whole
of vm
In my case running the build command {that takes care of dependencies}
takes almost 40 minutes to complete.
Is there some way to reduce this build time?
For example almost a month back there was a discussion in this group
about building a separate DLL (in a separate /vm/xxx) etc..but i dont know
if it can be applied to core header files
Thanks & Regards