From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-08 08:27:38 PST Path: bga.com!news.sprintlink.net!pipex!howland.reston.ans.net!sol.ctr.columbia.edu!news.kei.com!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Why don't large companies use Ada? Date: 8 Dec 1994 05:51:34 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3c6ofm$50v@gnat.cs.nyu.edu> References: <3bcntp$dgj@gnat.cs.nyu.edu> <3bmb4r$9kc@gnat.cs.nyu.edu> <3bo4il$3lb@felix.seas.gwu.edu> <3btgfs$m8c@felix.seas.gwu.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-12-08T05:51:34-05:00 List-Id: Keith, the array conversion case is really not a special one. In general an array conversion may involve a massive and possibly complex copy, and most compilers will just generate a loop to do the copy, which handles all possible cases, including the swapping of indices.