Re: [COMMIT] IMCC changes

2003-11-17 Thread Dan Sugalski
On Mon, 17 Nov 2003, Leopold Toetsch wrote: > Melvin Smith <[EMAIL PROTECTED]> wrote: > > * Add check for 0 arguments in PCC subs to skip code generate for > > proto/nonproto > >argument checking if there are no args. (Leo check this if it is the right > >thing to do?) > > Looks good, but

Re: [COMMIT] IMCC changes

2003-11-17 Thread Leopold Toetsch
Melvin Smith <[EMAIL PROTECTED]> wrote: > * Add check for 0 arguments in PCC subs to skip code generate for > proto/nonproto >argument checking if there are no args. (Leo check this if it is the right >thing to do?) Looks good, but might not be compliant with Dan's runtime check philosophy

[COMMIT] IMCC changes

2003-11-15 Thread Melvin Smith
More IMCC rearchitecture and directive changes. .pcc_sub is now deprecated (but supported for a while). (All other .pcc_* directives are still enabled). Use .sub for all subroutines from now on. Even though .sub is now a PCC sub, this should not break existing code that uses the old stack passing