mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Minor optimization in compile_alloc_frame
* libguile/jit.c (compile_alloc_frame): Remove useless FP reload.
This commit is contained in:
parent
dac43443a3
commit
def671974c
1 changed files with 0 additions and 1 deletions
|
@ -1661,7 +1661,6 @@ compile_alloc_frame (scm_jit_state *j, uint32_t nlocals)
|
|||
jit_node_t *head, *k, *back;
|
||||
jit_gpr_t walk = saved_frame_size;
|
||||
|
||||
emit_reload_fp (j);
|
||||
jit_subr (walk, FP, saved_frame_size);
|
||||
k = jit_bler (walk, SP);
|
||||
jit_movi (t, SCM_UNPACK (SCM_UNDEFINED));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue