quick question: will Delphi 2007 execution time be impacted if I remove comments in //
or (* *)
from my code? The end result is an EXE file with possibly thousand lines of comments.
Comments are simply ignored by the compiler and have no impact on the content of the executable produced when compiling.