hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

CPU heat during compilation #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I typed "make" for compiling but my CPU heated to +80 degrees Celsius and 
shutdown eventually !

It happened while compiling runtime.cc which is very huge file. g++ took up 
100% CPU and even after a minute, it didn't finish.

I thing this file must be split into multiple smaller files to ease 
compilation. 

Running Debian Squeeze 6.0, 64-bit Core-i3 with 4 GB RAM.

Original issue reported on code.google.com by specula....@gmail.com on 26 Jul 2012 at 6:55

GoogleCodeExporter commented 8 years ago
This is a joke, right? :) Anyway, if your computer overheats after just a 
minute under full load then your cpu needs better cooling.

Original comment by aggraef@gmail.com on 26 Jul 2012 at 7:18

GoogleCodeExporter commented 8 years ago
No, I'm dead serious. I want to try out Pure, but unable to compile it because 
of excessive heat generated while compiling runtime.cc. It's like 17k LOC. Yea, 
I have an external fan connected to my CPU, but still doesn't help. Is there 
any pre-compiled binary for Linux ? I didn't find it in the Downloads section

Original comment by specula....@gmail.com on 27 Jul 2012 at 3:15

GoogleCodeExporter commented 8 years ago
What kind of system do you have? There are Ubuntu packages on 
https://launchpad.net/~dr-graef, and you can find the links for a few other 
systems on the Pure website (see "Packages and Ports" on 
http://pure-lang.googlecode.com/).

Original comment by aggraef@gmail.com on 28 Jul 2012 at 4:53