/dpt/ - Daily Programming Thread

Old thread: What are you working on, Jow Forums?

Attached: smokey.jpg (338x450, 134K)

Other urls found in this thread:

boards.4channel.org/g/index.rss
twitter.com/SFWRedditVideos

first for fuck niggers

Still on the road to learn every decent language that pisses off /dpt/

What are those languages?

hey /dpt/. quick question. is gcc *.c any different from compiling each .c into a .o and a seperate linking stage? does -flto change anything?

That's A LOT of languages

Every language /dpt/ has ever heard of.

If your project grows to more than a few source files, that's what you should be doing, invoking gcc for each object file and linking them as the final step.
You don't have to do this manually, that's what GNU make is for.

Of course - but im concerned about optimizations. Can the compiler make more optimizations if it has knowledge of all the source files at once?

Common Lisp, Forth, Ada, APL, Smalltalk, Idris, and Haskell