mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* use regular loads instead of calling MOVE for 1,2,4 and 8-byte sized g_concatcopy
git-svn-id: branches/wasm@48075 -
This commit is contained in:
parent
bdb972cec6
commit
af9cc646a9
@ -1220,7 +1220,8 @@ implementation
|
||||
if (source.base=NR_EVAL_STACK_BASE) or (source.base=NR_LOCAL_STACK_POINTER_REG) or
|
||||
(source.index=NR_EVAL_STACK_BASE) or (source.index=NR_LOCAL_STACK_POINTER_REG) or
|
||||
(dest.base=NR_EVAL_STACK_BASE) or (dest.base=NR_LOCAL_STACK_POINTER_REG) or
|
||||
(dest.index=NR_EVAL_STACK_BASE) or (dest.index=NR_LOCAL_STACK_POINTER_REG) then
|
||||
(dest.index=NR_EVAL_STACK_BASE) or (dest.index=NR_LOCAL_STACK_POINTER_REG) or
|
||||
(size.size in [1,2,4,8]) then
|
||||
inherited
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user