forwarded message from Henry Cejtin

Stephen Weeks sweeks@intertrust.com
Wed, 21 Mar 2001 19:13:00 -0800 (PST)


Received: from maguro.epr.com ([198.3.162.27]) by exchange.epr.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
	id G7TRT1JQ; Wed, 21 Mar 2001 19:06:15 -0800
Received: from magrathea.epr.com (firewall-user@magrathea.epr.com [198.3.160.1])
	by maguro.epr.com (8.9.3/8.9.3) with ESMTP id TAA17408
	for <sweeks@intertrust.com>; Wed, 21 Mar 2001 19:11:35 -0800 (PST)
Received: (from uucp@localhost) by magrathea.epr.com (8.9.3/8.7.3) id TAA19865 for <sweeks@intertrust.com>; Wed, 21 Mar 2001 19:11:33 -0800 (PST)
Received: from nodnsquery(199.249.165.245) by magrathea.epr.com via smap (V5.5)
	id xmaa19857; Wed, 21 Mar 01 19:11:33 -0800
Received: (from henry@localhost)
	by syzygy.clairv.com (8.9.3/8.9.3) id VAA15851
	for sweeks@intertrust.com; Wed, 21 Mar 2001 21:11:32 -0600
Message-Id: <200103220311.VAA15851@syzygy.clairv.com>
From: Henry Cejtin <henry@sourcelight.com>
To: sweeks@intertrust.com
Subject: Re: mlprof
Date: Wed, 21 Mar 2001 21:11:32 -0600

Isn't there a race condition here: before you switch from the C stack to the
assembler stack, this code must run.  Is that currently the case?
(Actually it probably is since I think that main() is written in C.)