Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 4 and Version 5 of LanguageSpec2/Execution

Show
Ignore:
Author:
JarrettBillingsley (IP: 24.112.131.93)
Timestamp:
07/06/09 16:11:43 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LanguageSpec2/Execution

    v4 v5  
    9393 Load const at index RS into local at index RD. 
    9494 
    95  '''`CondMove`''' (`cmov`):: 
    96  If RD is null, load RS into it. 
    97  
    9895 '''`LoadBool`''' (`lb`):: 
    9996 Load bool with value of RS into RD. 
    225222 
    226223 '''`CheckParams`''' (`checkparams`):: 
    227  Check parameter types against type constraint masks for this function.  Appears as first instruction always.  Only emitted if type constraints were enabled and at least one param had a non-'all' constraint. 
     224 Check parameter types against type constraint masks for this function.  Appears after any default parameter conditional assignments.  Only emitted if type constraints were enabled and at least one param had a non-'all' constraint. 
    228225 
    229226 '''`CheckObjParam`''' (`checkobjparm`)::