Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <d1dfajpfe6svtpsu9o7slq6646ta43emqp@4ax.com>
Deutsch   English   Français   Italiano  
<d1dfajpfe6svtpsu9o7slq6646ta43emqp@4ax.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: George Neuner <gneuner2@comcast.net>
Newsgroups: comp.arch
Subject: Re: Stealing a Great Idea from the 6600
Date: Mon, 29 Jul 2024 11:31:52 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <d1dfajpfe6svtpsu9o7slq6646ta43emqp@4ax.com>
References: <v0euek$3a2rc$1@dont-email.me> <ff78aaa73101509100f09f190838a2a7@www.novabbs.org> <IQSWN.4$nQv.0@fx10.iad> <v0jlf3$i3mh$2@dont-email.me> <3458ae0a6b7c1f667ef232c58569b5e1@www.novabbs.org> <v0k2kb$l21r$1@dont-email.me> <58f8e9f6925fd21a5526ea45fae82251@www.novabbs.org> <v0kodk$t520$1@dont-email.me> <v0ksrk$u1j2$1@dont-email.me> <v0l35j$v8sl$1@dont-email.me> <v0l3gm$vbr3$1@dont-email.me> <v0l5ou$vnf8$1@dont-email.me> <v0m6ce$17634$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: i2pn2.org;
	logging-data="774999"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="h5eMH71iFfocGZucc+SnA0y5I+72/ecoTCcIjMd3Uww";
User-Agent: ForteAgent/8.00.32.1272
X-Spam-Checker-Version: SpamAssassin 4.0.0
Bytes: 2041
Lines: 26

On Sun, 28 Apr 2024 14:00:28 -0500, BGB <cr88192@gmail.com> wrote:

>On 4/28/2024 4:43 AM, BGB wrote:
>> On 4/28/2024 4:05 AM, Thomas Koenig wrote:
>>> BGB <cr88192@gmail.com> schrieb:
>>>
>>>> Still watching LLVM build (several hours later), kinda of an interesting
>>>> meta aspect in its behaviors.
>>>
>>> Don't build it in debug mode.
>> 
>> I was building it in MinSizeRel mode...
>> 
>
>Also "-j 4".
>
>Didn't want to go too much higher as this would likely bog down PC harder.
>
>Some stuff say builds should not take quite this long, but this is what 
>I am seeing...

Maybe done already but you should check that the project is using
precompiled headers.

When used properly, precompiled headers can save enormous amounts of
build time. OTOH, if used poorly, they actually can add significantly
to already too long build times.