From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Fresh (relatively speaking) Graphviz Date: Thu, 6 Mar 2008 06:47:37 +0200 From: lucio@proxima.alt.za In-Reply-To: <20080305205926.0A2F91E8C52@holo.morphisms.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 700d117c-ead3-11e9-9d60-3106f5b1d025 > very few programs care if getcallerpc is broken, > and it is never a bottleneck. if it is really bothering > you, the c function i posted is certainly correct and > avoids writing assembly. I'll keep that in mind, thank you. I'm now getting to the 386 syscalls. The following comment in the mkfile needs addressing. Suggestions? # _SEEK is broken, but we currently don't use it. # GCC uses eax,edx to return a vlong # # if(~ $i _SEEK) { # echo 'CMPL AX,$-1 # JNE 4(PC) # MOVL a+0(FP),CX # MOVL AX,0(CX) # MOVL AX,4(CX)' # } Much appreciated. How much of the p9p work am I duplicating right now? ++L