This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug jit/63854] Fix memory leaks seen in JIT


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854

--- Comment #25 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Author: dmalcolm
Date: Thu Dec  4 21:11:04 2014
New Revision: 218403

URL: https://gcc.gnu.org/viewcvs?rev=218403&root=gcc&view=rev
Log:
PR jit/63854: Fix leak of ipa hooks

gcc/ChangeLog:
    PR jit/63854
    * ipa-prop.c (ipa_register_cgraph_hooks): Guard insertion of
    ipa_add_new_function on function_insertion_hook_holder being
    non-NULL.
    * ipa-reference.c (ipa_reference_c_finalize): Remove
    node_removal_hook_holder and node_duplication_hook_holder if
    they've been added to symtab.
    * toplev.c (toplev::finalize): Call ipa_reference_c_finalize
    before cgraph_c_finalize so that the former can access "symtab".


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-prop.c
    trunk/gcc/ipa-reference.c
    trunk/gcc/toplev.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]