Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

Compilation speed with GCC (Developers)

posted by sol, 24.06.2008, 01:42

> I've heard both "noatime" and "relatime" can help, but it seems to matter
> more what filesystem is in use (since Linux supports so many). However,
> that's something no one seems to agree upon (ext2? XFS? JFS? Reiser??).
> See

noatime helps on any file system that supports storing access times. That goes in general for file IO, not just for compiling.

It's because when you compile, you may be reading 1000 files -- each read will then involve a write, which is much more expensive than a read. This adds up; disabling all these writes saves a little bit of time and disk wear.

 

Complete thread:

Back to the forum
Board view  Mix view
22749 Postings in 2119 Threads, 402 registered users (1 online)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum