Click here to Skip to main content
15,886,110 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: use of build time Pin
Kiriander22-Feb-21 21:24
Kiriander22-Feb-21 21:24 
GeneralRe: use of build time Pin
Davyd McColl22-Feb-21 23:17
Davyd McColl22-Feb-21 23:17 
GeneralRe: use of build time Pin
Thornik22-Feb-21 23:11
Thornik22-Feb-21 23:11 
GeneralRe: use of build time Pin
Carlos Perez Chavez23-Feb-21 2:22
Carlos Perez Chavez23-Feb-21 2:22 
GeneralRe: use of build time Pin
  Forogar  23-Feb-21 2:30
professional  Forogar  23-Feb-21 2:30 
GeneralRe: use of build time Pin
Dan Neely23-Feb-21 3:17
Dan Neely23-Feb-21 3:17 
NewsRe: use of build time Pin
W Balboos, GHB23-Feb-21 4:43
W Balboos, GHB23-Feb-21 4:43 
GeneralRe: use of build time Pin
trønderen23-Feb-21 8:39
trønderen23-Feb-21 8:39 
If compile time is an essential part of the build time, then you are making a program.

You are not making a software system composed of sevearal program components merged into a whole.

You are not making a software product with nasty elements such as documentation, test logs, ...

Or, maybe you are, but when you say "build time" you are not talking of building the software system product, but to "build" a linkable unit from a source file. Then you might see compiling filling a noticeable part of the build time. Maybe half a second out of two seconds build time ...

Last time I did a make clean, rebuilt the system from scratch, and inspected the last written timestamp on the compiled files, there were typically six to eight of them completed per second. (And last time I did this little exercise was around ten years ago; we've got faster machines today.)

Using compile time as an argument against compiled languages, in favor of interpreted ones, might have been valid in the 1980s. It is not today.

Besides: Because interpreted languages traditionally had lousy run time performance, all major interpreted languages today start the interpretation by doing an on-the-fly compilation... (if they do not find an already compiled version in a cache). So you don't escape the compile time - you just count it as part of the run time.
GeneralRe: use of build time Pin
W Balboos, GHB23-Feb-21 8:48
W Balboos, GHB23-Feb-21 8:48 
GeneralRe: use of build time Pin
Kilo2223-Feb-21 19:50
Kilo2223-Feb-21 19:50 
GeneralRe: use of build time Pin
Member 1409260528-Feb-21 21:08
Member 1409260528-Feb-21 21:08 
GeneralSimon Says Pin
Gerry Schmitz22-Feb-21 9:54
mveGerry Schmitz22-Feb-21 9:54 
GeneralRe: Simon Says Pin
Chris Maunder22-Feb-21 10:57
cofounderChris Maunder22-Feb-21 10:57 
GeneralRe: Simon Says Pin
Gerry Schmitz22-Feb-21 12:18
mveGerry Schmitz22-Feb-21 12:18 
GeneralRe: Simon Says Pin
Eddy Vluggen22-Feb-21 12:06
professionalEddy Vluggen22-Feb-21 12:06 
GeneralRe: Simon Says Pin
Randor 22-Feb-21 12:16
professional Randor 22-Feb-21 12:16 
GeneralRe: Simon Says Pin
Gerry Schmitz22-Feb-21 12:24
mveGerry Schmitz22-Feb-21 12:24 
GeneralRe: Simon Says Pin
Randor 22-Feb-21 12:29
professional Randor 22-Feb-21 12:29 
GeneralRe: Simon Says Pin
Jörgen Andersson22-Feb-21 21:01
professionalJörgen Andersson22-Feb-21 21:01 
GeneralMulti-tasking... Pin
Daniel Pfeffer22-Feb-21 8:09
professionalDaniel Pfeffer22-Feb-21 8:09 
GeneralRe: Multi-tasking... Pin
honey the codewitch22-Feb-21 9:09
mvahoney the codewitch22-Feb-21 9:09 
GeneralRe: Multi-tasking... Pin
Rick York22-Feb-21 10:24
mveRick York22-Feb-21 10:24 
GeneralRe: Multi-tasking... Pin
honey the codewitch22-Feb-21 10:31
mvahoney the codewitch22-Feb-21 10:31 
GeneralRe: Multi-tasking... Pin
Rick York22-Feb-21 14:17
mveRick York22-Feb-21 14:17 
GeneralRe: Multi-tasking... Pin
honey the codewitch22-Feb-21 14:46
mvahoney the codewitch22-Feb-21 14:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.