[erlang-bugs] hipe:help_options() dupe option

Loïc Hoguin essen@REDACTED
Mon Nov 4 16:09:58 CET 2013


Hello,

Just want to point out that icode_range option is repeated in both o2 
and o3 (which includes o2) when you run hipe:help_options().

    o2 = [icode_range|_] ++ o1,
    o3 = [{regalloc,coalescing},icode_range] ++ o2.

I'm guessing this isn't on purpose.

-- 
Loïc Hoguin
Erlang Cowboy
Nine Nines
http://ninenines.eu



More information about the erlang-bugs mailing list