_nextgen NextGen Readiness Report

Top  Previous  Next

 

Targets: All

 

This report measures how well prepared your code is for the NextGen compiler. It gives you hints to help you rework your code so that it is compatible with the NextGen compiler.

 

N.B. From Delphi 10.4 this report is not so relevant. This is because the NextGen compilers have been retired. All compilers now share the same old-fashioned Delphi memory model that we all know.

 

There are currently three sections in this report:

 

 

 

Unsupported types (NEXT1)

 

This is a list of identifiers with types that are not supported by the NextGen compiler.

 

 

 

Except-block without call to non-inlined subprograms (NEXT2)

 

 

This is a list of except-blocks that do not call non-inlined subprograms. This is a requirement for exceptions to work well with the NextGen compiler.

 

 

 

Assembler code in these subprograms (NEXT3)

 

 

This is a list of subprograms containing assembler code. Assembler code is not supported by the NextGen compiler.

 

 

 

See also:

 

R_GEN General Reports