mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-14 10:01:04 -07:00
cleanup unnecessary code and allow inlining at speed 3
This commit is contained in:
parent
bbf8b1df90
commit
2fb2862fac
1 changed files with 0 additions and 3 deletions
|
|
@ -2820,9 +2820,6 @@ DEFUN ("comp--init-ctxt", Fcomp__init_ctxt, Scomp__init_ctxt,
|
|||
|
||||
}
|
||||
|
||||
/* Do not inline within a compilation unit. */
|
||||
gcc_jit_context_add_command_line_option (comp.ctxt, "-fno-inline");
|
||||
|
||||
comp.void_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID);
|
||||
comp.void_ptr_type =
|
||||
gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID_PTR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue