Search code examples
delphicomments

Do comments in Delphi slow down execution time?


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.


Solution

  • Comments are simply ignored by the compiler and have no impact on the content of the executable produced when compiling.