[erlang-patches] Promote compiler option 'inline_list_funcs'
Fredrik
fredrik@REDACTED
Fri Jan 18 10:39:58 CET 2013
Graduated to master
Thanks for your contribution!
BR Fredrik Gustafsson
Erlang OTP Team
On 01/14/2013 11:46 AM, Anthony Ramine wrote:
> Done, please refetch.
>
> -- Anthony Ramine Le 14 janv. 2013 à 11:10, Fredrik a écrit :
>> > Hello,
>> > This patch is still under review,
>> > But I noticed that you are using that you are using the '?line' macro in the testcase file which is not used anymore and therefore should not be there.
>> > Could you fix this? (Just your additions of '?line').
>> >
>> > BR Fredrik Gustafsson
>> > Erlang OTP Team
>> > On 11/03/2012 07:35 PM, Anthony Ramine wrote:
>>> >> I've fixed a small typo, the HEAD commit is now
>>> >> d790aefafa81afbf14d210629d1f178e457337c5.
>>> >>
>>> >> Regards,
>>> >>
>>> >> On Sat, Nov 3, 2012 at 7:02 PM, Anthony Ramine<n.oxyde@REDACTED> wrote:
>>>> >>> The compiler option inline_list_funcs has been present in Erlang/OTP
>>>> >>> since at least release R9B0. It enables the inlining of the most used
>>>> >>> list manipulation functions of the stdlib's lists module.
>>>> >>>
>>>> >>> This couple of commits fix some wrong warnings triggered by the option
>>>> >>> if the result of the inlined function is not actually used and mention
>>>> >>> it in the documentation.
>>>> >>>
>>>> >>> https://github.com/nox/otp/compare/promote-inline_list_funcs
>>>> >>> https://github.com/nox/otp/compare/promote-inline_list_funcs.patch
>>>> >>>
>>>> >>> Regards,
>>>> >>>
>>>> >>>
>>>> >>> The following changes since commit d5733bc3e34449affde2594d85b905c8ab440d42:
>>>> >>>
>>>> >>> Merge branch 'egil/ensure-erl_crash.dump/OTP-10422' into maint
>>>> >>> (2012-10-24 14:20:26 +0200)
>>>> >>>
>>>> >>> are available in the git repository at:
>>>> >>>
>>>> >>> https://github.com/nox/otp promote-inline_list_funcs
>>>> >>>
>>>> >>> for you to fetch changes up to 6ac8429cbe1072af6d615f668523237a2d040ed0:
>>>> >>>
>>>> >>> Document compiler option 'inline_list_funcs' (2012-11-03 18:55:07 +0100)
>>>> >>>
>>>> >>> ----------------------------------------------------------------
>>>> >>> Anthony Ramine (2):
>>>> >>> Silence some wrong warnings triggered by inline_list_funcs
>>>> >>> Document compiler option 'inline_list_funcs'
>>>> >>>
>>>> >>> lib/compiler/doc/src/compile.xml | 26 ++++++++++++++++++++++++++
>>>> >>> lib/compiler/src/sys_core_fold.erl | 20 ++++++++++++++------
>>>> >>> 2 files changed, 40 insertions(+), 6 deletions(-)
>>> >> _______________________________________________
>>> >> erlang-patches mailing list
>>> >> erlang-patches@REDACTED
>>> >> http://erlang.org/mailman/listinfo/erlang-patches
More information about the erlang-patches
mailing list