[m-rev.] diff: reduce the size of debug-grade .c files
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Mar 10 15:47:02 AEDT 2004
On 08-Mar-2004, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> @@ -2712,6 +2832,9 @@
> ).
> output_goto(imported(ProcLabel), CallerLabel, !IO) :-
> io__write_string("MR_tailcall(MR_ENTRY(", !IO),
> +/* ### In clause for predicate `ll_backend.llds_out.output_goto/4': */
> +/* ### error: wrong number of arguments (3; should be 4) */
> +/* ### in call to predicate `output_proc_label'. */
> output_proc_label(ProcLabel, !IO),
> io__write_string("),\n\t\t", !IO),
> output_label_as_code_addr(CallerLabel, !IO),
> @@ -2843,6 +2966,9 @@
> output_label_as_code_addr(Label, !IO).
> output_code_addr(imported(ProcLabel), !IO) :-
> io__write_string("MR_ENTRY(", !IO),
> +/* ### In clause for predicate `ll_backend.llds_out.output_code_addr/3': */
> +/* ### error: wrong number of arguments (3; should be 4) */
> +/* ### in call to predicate `output_proc_label'. */
...
> @@ -359,6 +373,9 @@
>
> output_tabling_pointer_var_name(ProcLabel, !IO) :-
> io__write_string("mercury_var__table_root__", !IO),
> +/* ### In clause for predicate `backend_libs.name_mangle.output_tabling_pointer_var_name/3': */
> +/* ### error: wrong number of arguments (3; should be 4) */
> +/* ### in call to predicate `output_proc_label'. */
> output_proc_label(ProcLabel, !IO).
You probably didn't want to commit those parts...
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list