fpc/compiler/utils/ppuutils
florian 686a2d2f3f + Support omitting the frame pointer on arm even in procedures with incoming parameters
on the stack, this can be enabled by -OoFORCENOSTACKFRAME. This reduces the required
  entry/exit code and makes an extra register available to the compiler. However, since this is
  based on an estimation of the required stack size, it might have two drawbacks:
  either the stack frame is estimated to big, the program requires a bigger stack than needed
  or it is estimated too small, then the compiler throws an internalerror during compilation. These
  issues can be overcome as soon as the compiler supports recompiling subroutines if needed.

git-svn-id: trunk@27239 -
2014-03-23 14:38:53 +00:00
..
ppudump.pp + Support omitting the frame pointer on arm even in procedures with incoming parameters 2014-03-23 14:38:53 +00:00
ppujson.pp
ppuout.pp * ppudump: Fixed json and xml output of inline types in array declaration. 2013-12-24 12:32:55 +00:00
ppuxml.pp