From owner-svn-ports-all@freebsd.org Wed Apr 15 09:39:52 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8E3C2B0E04; Wed, 15 Apr 2020 09:39:51 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 492HPz1S4Gz4Yhk; Wed, 15 Apr 2020 09:39:50 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id C4EF713E42; Wed, 15 Apr 2020 09:39:49 +0000 (UTC) Date: Wed, 15 Apr 2020 09:39:48 +0000 From: Mark Linimon To: Kyle Evans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r531689 - in head/emulators/virtualbox-ose: . files Message-ID: <20200415093948.GA23141@lonesome.com> References: <202004141347.03EDlp39085215@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202004141347.03EDlp39085215@repo.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 492HPz1S4Gz4Yhk X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2020 09:39:52 -0000 On Tue, Apr 14, 2020 at 01:47:51PM +0000, Kyle Evans wrote: > problem ended up being that tail-call optimization was being applied to this > function (which should probably be written in assembly instead) Please, please, no. FreeBSD runs on multiple architectures. mcl