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

Julien Fischer jfischer at opturion.com
Thu Dec 4 23:06:52 AEDT 2014



On Thu, 4 Dec 2014, Paul Bone wrote:

> 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.

Ok, I have removed it.

Cheers,
Julien.



More information about the reviews mailing list