Comment 10 for bug 204144

Revision history for this message
Kevin Hunter (hunteke) wrote :

For #1: For some anecdotal evidence, since Hardy came out, I've been using the stock version of that on this same hardware. I haven't noticed anything directly, but then I haven't been trying to test it out as thoroughly.

For #2: Would this work as a cpu-intensive process?
---- test.c ----
int main ( ) {
 while ( 1 );
}
----
$ gcc -s -o test test.c