Forgot your password?

typodupeerror

Comment: Re:16GB RAM and GCC optimization (Score 1) 357

by AVonGauss (#37818482) Attached to: Android ICS Will Require 16GB RAM To Compile
There are days where I miss Slashdot, this is not one of them. I did read the article (always do) and understood it. You can throw resources at a problem to try and "solve it" by masking the problem(s), but sometimes you actually have to sit down and do the real work to fix it. Sorry if you don't understand that concept.

Comment: Re:16GB RAM and GCC optimization (Score 1) 357

by AVonGauss (#37816940) Attached to: Android ICS Will Require 16GB RAM To Compile
Thank you for showing me what an arrogant post looks like. ;) Far from a student, and I don't think I qualify as "young" anymore but thank you for trying to make assumptions. Engineers like any other group of people come in all different flavors and there is no magic stereotype that helps you figure out which ones are "better" than others; some are loud, some are quiet, some are great at certain things while others are better at other things - blah, blah, blah...

Comment: Re:16GB RAM and GCC optimization (Score 1) 357

by AVonGauss (#37814616) Attached to: Android ICS Will Require 16GB RAM To Compile
That would be like me asking you to specifically state exactly why Android needs a 16 GB build environment. What I have stated is not that they are doing it wrong, but the fact that if it truly requires 16 GB to build reasonably then they can probably do a better job of organizing the source and/or build environment. Considering most projects, even larger than Android, build fine with far less resources I don't think that's too much of a stretch.

Comment: Re:16GB RAM and GCC optimization (Score 1) 357

by AVonGauss (#37814582) Attached to: Android ICS Will Require 16GB RAM To Compile
We probably just disagree about this, but being a common way does not mean its a good way - there's also probably a bit of difference between a project the size of SQLite and Android. I do agree compiler optimizations in general should not cause a problem, but in practice I think more judicial reliance on them decreases the effort in maintaining a solution especially as the size and/or scope of the solution evolves. Even if you were bent on bundling all source files up and sending them to the compiler in one shot, I would think that if you truly need a machine with 16 GB of RAM that would be a good indicator its also a good time to better organize and segregate your code in to more discrete and logical pieces.

Genius is the talent of a person who is dead.

Working...