Register | Login
Forum Index > Bugs and Fixes > Deoptimization
Author Message
Pages: 1
0CodErr
Ziron Guru
(send private message)

Posts: 199
Topics: 37

Location:
[1758] Deoptimization - posted: 2015-02-22 16:30:48
Code:
program RAW_IMAGE 'test';

#set bits 32;

gp_cx = -1;
gp_cx = -1 - 1;

Result:
Code:
00000000  B901000000        mov ecx,0x1
00000005  F7D9              neg ecx
00000007  B901000000        mov ecx,0x1
0000000C  F7D9              neg ecx
0000000E  83E901            sub ecx,byte +0x1
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1770] - posted: 2015-02-23 13:39:35
Partially corrected, need to add constant folding. Added to my todo list smile

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Pages: 1
create new reply


Quick reply:

Message:



Currently Active Users:
There are currently 13 user(s) online. 0 member(s) and 13 guest(s)
Most users ever online was 1046, January 28, 2022, 2:08 pm.


Statistics:
Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51
Welcome to our newest member, yecate
const Copyright = '2011-2024 © OverHertz Ltd. All rights reserved.';
Web development by OverHertz Ltd