Sujet : Re: Why VAX Was the Ultimate CISC and Not RISC
De : anton (at) *nospam* mips.complang.tuwien.ac.at (Anton Ertl)
Groupes : comp.archDate : 12. Mar 2025, 10:07:09
Autres entêtes
Organisation : Institut fuer Computersprachen, Technische Universitaet Wien
Message-ID : <2025Mar12.100709@mips.complang.tuwien.ac.at>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : xrn 10.11
Lawrence D'Oliveiro <
ldo@nz.invalid> writes:
There is a language (C++) which has introduced reference operators that
distinguish between “move semantics” versus “copy semantics”.
This is the first time I read about copy semantics; the thing that is
not reference semantics is usually called value semantics. But a web
search indeed turns up uses of "copy semantics". Interestingly, it
also turns up a link to a web site from the C++ standards committee:
https://isocpp.org/wiki/faq/value-vs-ref-semanticsThe title says: "value vs ref semantics", and while there are 11
occurences of "copy" on the page, "copy semantics" does not occur
once. However, it does say
|Value (or "copy") semantics
so apparently "copy semantics" is a synonym for "value semantics".
- anton
-- 'Anyone trying for "industrial quality" ISA should avoid undefined behavior.' Mitch Alsup, <c17fcd89-f024-40e7-a594-88a85ac10d20o@googlegroups.com>