]> gcc.gnu.org Git - gcc.git/commit
emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
authorZack Weinberg <zack@gcc.gnu.org>
Fri, 14 Feb 2003 05:42:30 +0000 (05:42 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 14 Feb 2003 05:42:30 +0000 (05:42 +0000)
commitddb0ae00a2fefc266ad0cd0fa12de4368c23e97a
tree4b9df061474023e56306cab98f5146192dd5654b
parentc20b55c0cfd2fc6e22bd8cc1d027839d53a5048a
emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.

* emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
* function.h (struct emit_status): Length of regno_pointer_align
and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
not regno_pointer_align_length (i.e. length actually used, not
length as allocated)

* config/i386/i386.c (struct stack_local_entry): New.
(struct machine_function): Replace huge array with alist.
(assign_386_stack_local): Change to match.

From-SVN: r62891
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/emit-rtl.c
gcc/function.h
This page took 0.06367 seconds and 5 git commands to generate.