Related articles |
---|
Optimizing in assembly language rhyde@transdimension.com (Randall Hyde) (2001-03-01) |
Re: Optimizing in assembly language sunni@speakeasy.net (Shankar Unni) (2001-03-04) |
Re: Optimizing in assembly language sunni@speakeasy.net (Shankar Unni) (2001-03-26) |
C as assembly language joachim_d@gmx.de (Joachim Durchholz) (2001-04-04) |
Re: C as assembly language eodell@c1220335-a.potlnd1.or.home.com (2001-04-10) |
Re: C as assembly language andi@complang.tuwien.ac.at (2001-04-10) |
Re: C as assembly language jmorris2@twcny.rr.com (Morrisett) (2001-04-10) |
Re: C as assembly language jacob@jacob.remcomp.fr (jacob navia) (2001-04-10) |
Re: C as assembly language felixundduni@freenet.de (felix) (2001-04-10) |
Re: C as assembly language fjh@cs.mu.OZ.AU (2001-04-10) |
Re: C as assembly language fjh@cs.mu.OZ.AU (2001-04-12) |
Re: C as assembly language vbdis@aol.com (2001-04-12) |
Re: C as assembly language felixundduni@freenet.de (felix) (2001-04-14) |
[10 later articles] |
From: | "Morrisett" <jmorris2@twcny.rr.com> |
Newsgroups: | comp.compilers |
Date: | 10 Apr 2001 01:24:04 -0400 |
Organization: | Time Warner Road Runner - Syracuse NY |
References: | 01-03-006 01-03-046 01-03-130 01-04-027 |
Keywords: | C, comment |
Posted-Date: | 10 Apr 2001 01:24:04 EDT |
"Joachim Durchholz" <joachim_d@gmx.de> wrote in message
> 5) It cannot return multiple values in registers
I don't understand this -- what's to prevent a (small) struct
from being returned in registers?
-Greg
[Nothing, many C compilers do that. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.