[m-rev.] for review: stand-alone interface and non-C grades

Paul Bone paul at bone.id.au
Thu Dec 4 23:04:06 AEDT 2014


On Thu, Dec 04, 2014 at 04:29:59PM +1100, Julien Fischer wrote:
> diff --git a/doc/user_guide.texi b/doc/user_guide.texi
> index 20f7f64..3f79b20 100644
> --- a/doc/user_guide.texi
> +++ b/doc/user_guide.texi
> @@ -10959,8 +10959,15 @@ the argument of @samp{--generate-standalone-interface} option.
>  @c XXX Mention that stand-alone interfaces work with debugging or
>  @c (deep) profiling?
>
> -Stand-alone interfaces are not currently supported for target languages
> -other than C.
> +Stand-alone interfaces are @emph{not} required if the target language is Java
> +or C#.
> +For those target languages the Mercury runtime will be automatically
> +initialised when the classes or library assemblies containing code generated
> +by the Mercury compiler are loaded.
> +
> +Stand-alone interfaces are not currently supported when the target language is
> +Erlang.
> +
>  For an example of using a stand-alone interface see the
>  @samp{samples/c_interface/standalone_c} directory in the Mercury distribution.
>

More of a nit-pick: I don't think that the emphasis is required.

Otherwise this is fine.


-- 
Paul Bone



More information about the reviews mailing list