Author: leo Date: Fri Nov 11 13:44:21 2005 New Revision: 9907 Modified: trunk/imcc/docs/calling_conventions.pod Log: update wrt multiple :load, method, comma separated (nope)
Modified: trunk/imcc/docs/calling_conventions.pod ============================================================================== --- trunk/imcc/docs/calling_conventions.pod (original) +++ trunk/imcc/docs/calling_conventions.pod Fri Nov 11 13:44:21 2005 @@ -100,7 +100,7 @@ Similarly, one can yield using the .yiel =head2 Subpragma -This is a comma separated list of zero or more items with the +This is a list of zero or more items with the following meaning: =over 4 @@ -114,7 +114,8 @@ are marked as B<:main>, the B<last> mark Run this subroutine during the B<load_library> opcode. B<:load> is ignored, if another subroutine in that file is marked with -B<:main>. +B<:main>. If multiple subs have the B<:load> pragma, the subs are +run in compilation that is source code order. =item * :anon @@ -125,7 +126,7 @@ name to be reused. Engage in multiple dispatch with the listed types. -=item * method +=item * :method Declare subroutine being a method.
