[erlang-patches] compile: asm and core options

Tuncer Ayaz tuncer.ayaz@REDACTED
Wed Dec 4 11:09:53 CET 2013


On Wed, Dec 4, 2013 at 10:09 AM, Anthony Ramine <n.oxyde@REDACTED> wrote:
> I would rather document 'from_asm' and 'from_core' than add ‘core’,
> we already have ‘to_asm’ and ‘to_core’.

We already have 'asm' (mapping to 'from_asm') implemented and
documented as an option for compile:file/2. Therefore, I added 'core'.
I think this makes more sense given the existing docs and
implementation.

> Le 4 déc. 2013 à 08:44, Tuncer Ayaz <tuncer.ayaz@REDACTED> a écrit :
>
>> Implement the suggestions I made in
>> http://erlang.org/pipermail/erlang-questions/2013-August/075161.html:
>>
>> * compile(3): stop declaring 'asm' as "for internal debugging use"
>> * compile:file/2: implement 'core' option
>> * compile_SUITE: test 'asm'
>>
>> https://github.com/erlang/otp/pull/154
>> https://github.com/erlang/otp/pull/154.patch
>> git fetch git://github.com/tuncer/otp.git asm-core



More information about the erlang-patches mailing list