Ignore:
Timestamp:
Aug 7, 2024, 9:12:14 AM (11 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
4e09af2
Parents:
f6bbc92
Message:

small proofreading updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/jiada_liang_MMath/background.tex

    rf6bbc92 r3b10778  
    486486For example, the conversion cost from @int@ to a @struct S@ is @infinite@.
    487487
    488 In \CFA, the meaning of a C style cast is determined by its @Cast Cost@. For most cast expression resolution, a cast cost is equal to a conversion cost.
    489 Cast cost exists as an independent matrix for conversion that cannot happen implicitly, while being possible with an explicit cast. These conversions are often defined to have
    490 infinite conversion cost and non-infinite cast cost.
     488In \CFA, the meaning of a C-style cast is determined by its @Cast Cost@.
     489For most cast-expression resolution, a cast cost is equal to a conversion cost.
     490Cast cost exists as an independent matrix for conversion that cannot happen implicitly, while being possible with an explicit cast.
     491These conversions are often defined to have infinite conversion cost and non-infinite cast cost.
Note: See TracChangeset for help on using the changeset viewer.