From owner-freebsd-questions@freebsd.org Thu Mar 28 20:37:16 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFC5D1568872 for ; Thu, 28 Mar 2019 20:37:15 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 140DF8ACEA for ; Thu, 28 Mar 2019 20:37:13 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from webmail.gandi.net (webmail17.sd4.0x35.net [10.200.201.17]) (Authenticated sender: mayuresh@kathe.in) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id F01C660006 for ; Thu, 28 Mar 2019 20:37:05 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 29 Mar 2019 02:07:05 +0530 From: Mayuresh Kathe To: freebsd-questions@freebsd.org Subject: Was PCC ever considered? Reply-To: mayuresh@kathe.in Mail-Reply-To: mayuresh@kathe.in Message-ID: X-Sender: mayuresh@kathe.in User-Agent: Roundcube Webmail/1.3.8 X-Rspamd-Queue-Id: 140DF8ACEA X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of mayuresh@kathe.in designates 217.70.183.195 as permitted sender) smtp.mailfrom=mayuresh@kathe.in X-Spamd-Result: default: False [-3.42 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[mayuresh@kathe.in]; R_SPF_ALLOW(-0.20)[+ip4:217.70.176.0/21]; TO_DN_NONE(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; MX_GOOD(-0.01)[spool.mail.gandi.net,fb.mail.gandi.net,spool.mail.gandi.net,fb.mail.gandi.net,spool.mail.gandi.net,fb.mail.gandi.net]; NEURAL_HAM_SHORT(-0.74)[-0.735,0]; RCVD_IN_DNSWL_LOW(-0.10)[195.183.70.217.list.dnswl.org : 127.0.5.1]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; IP_SCORE(-1.27)[ip: (-3.69), ipnet: 217.70.176.0/20(-1.47), asn: 29169(-1.19), country: FR(-0.01)]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[kathe.in]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[195.183.70.217.rep.mailspike.net : 127.0.0.17]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2019 20:37:16 -0000 Since FreeBSD uses Clang/LLVM (which is kind-a huge) I wondered if PCC was ever considered during the GCC days or even while contemplating the switch to Clang/LLVM. If PCC was considered but rejected, may I know the reasons and rationale for the same? Thanks, ~Mayuresh