2019-03-22 18:50:20 +00:00
|
|
|
Identified constant variable (byte*) TABLE
|
|
|
|
Identified constant variable (byte*) main::BORDERCOL
|
2019-05-30 20:29:04 +00:00
|
|
|
Culled Empty Block (label) main::@4
|
|
|
|
Culled Empty Block (label) main::@3
|
|
|
|
Culled Empty Block (label) main::@5
|
|
|
|
Culled Empty Block (label) main::@6
|
2018-12-28 23:55:34 +00:00
|
|
|
|
|
|
|
CONTROL FLOW GRAPH SSA
|
|
|
|
@begin: scope:[] from
|
2019-05-30 20:29:04 +00:00
|
|
|
(byte*) TABLE#0 ← ((byte*)) (number) $2000
|
2018-12-28 23:55:34 +00:00
|
|
|
to:@1
|
|
|
|
main: scope:[main] from @1
|
2019-05-30 20:29:04 +00:00
|
|
|
(byte*) main::BORDERCOL#0 ← ((byte*)) (number) $d020
|
|
|
|
(byte) main::i#0 ← (number) 0
|
2018-12-28 23:55:34 +00:00
|
|
|
to:main::@1
|
|
|
|
main::@1: scope:[main] from main main::@2
|
|
|
|
(byte) main::i#3 ← phi( main/(byte) main::i#0 main::@2/(byte) main::i#1 )
|
|
|
|
if(true) goto main::@2
|
|
|
|
to:main::@return
|
|
|
|
main::@2: scope:[main] from main::@1
|
|
|
|
(byte) main::i#2 ← phi( main::@1/(byte) main::i#3 )
|
2019-03-22 18:50:20 +00:00
|
|
|
*((byte*) main::BORDERCOL#0) ← *((byte*) TABLE#0 + (byte) main::i#2)
|
2018-12-28 23:55:34 +00:00
|
|
|
(byte) main::i#1 ← ++ (byte) main::i#2
|
|
|
|
to:main::@1
|
|
|
|
main::@return: scope:[main] from main::@1
|
|
|
|
return
|
|
|
|
to:@return
|
|
|
|
@1: scope:[] from @begin
|
2019-03-22 18:50:20 +00:00
|
|
|
kickasm(location (byte*) TABLE#0) {{ .byte 1, 2, 3
|
2018-12-28 23:55:34 +00:00
|
|
|
}}
|
|
|
|
call main
|
|
|
|
to:@2
|
|
|
|
@2: scope:[] from @1
|
|
|
|
to:@end
|
|
|
|
@end: scope:[] from @2
|
|
|
|
|
|
|
|
SYMBOL TABLE SSA
|
|
|
|
(label) @1
|
|
|
|
(label) @2
|
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
|
|
|
(byte*) TABLE
|
|
|
|
(byte*) TABLE#0
|
|
|
|
(void()) main()
|
|
|
|
(label) main::@1
|
|
|
|
(label) main::@2
|
|
|
|
(label) main::@return
|
|
|
|
(byte*) main::BORDERCOL
|
|
|
|
(byte*) main::BORDERCOL#0
|
|
|
|
(byte) main::i
|
|
|
|
(byte) main::i#0
|
|
|
|
(byte) main::i#1
|
|
|
|
(byte) main::i#2
|
|
|
|
(byte) main::i#3
|
|
|
|
|
2019-05-30 20:29:04 +00:00
|
|
|
Adding number conversion cast (unumber) 0 in (byte) main::i#0 ← (number) 0
|
|
|
|
Successful SSA optimization PassNAddNumberTypeConversions
|
|
|
|
Inlining cast (byte*) TABLE#0 ← (byte*)(number) $2000
|
|
|
|
Inlining cast (byte*) main::BORDERCOL#0 ← (byte*)(number) $d020
|
|
|
|
Inlining cast (byte) main::i#0 ← (unumber)(number) 0
|
|
|
|
Successful SSA optimization Pass2InlineCast
|
|
|
|
Simplifying constant pointer cast (byte*) 8192
|
|
|
|
Simplifying constant pointer cast (byte*) 53280
|
|
|
|
Simplifying constant integer cast 0
|
|
|
|
Successful SSA optimization PassNCastSimplification
|
|
|
|
Finalized unsigned number type (byte) 0
|
|
|
|
Successful SSA optimization PassNFinalizeNumberTypeConversions
|
2018-12-28 23:55:34 +00:00
|
|
|
Alias (byte) main::i#2 = (byte) main::i#3
|
|
|
|
Successful SSA optimization Pass2AliasElimination
|
2019-05-30 20:29:04 +00:00
|
|
|
Constant (const byte*) TABLE#0 = (byte*) 8192
|
|
|
|
Constant (const byte*) main::BORDERCOL#0 = (byte*) 53280
|
2018-12-28 23:55:34 +00:00
|
|
|
Constant (const byte) main::i#0 = 0
|
|
|
|
Successful SSA optimization Pass2ConstantIdentification
|
2019-05-30 20:29:04 +00:00
|
|
|
if() condition always true - replacing block destination [4] if(true) goto main::@2
|
2018-12-28 23:55:34 +00:00
|
|
|
Successful SSA optimization Pass2ConstantIfs
|
|
|
|
Removing unused block main::@return
|
|
|
|
Successful SSA optimization Pass2EliminateUnusedBlocks
|
|
|
|
Inlining constant with var siblings (const byte) main::i#0
|
2019-05-30 20:29:04 +00:00
|
|
|
Constant inlined main::i#0 = (byte) 0
|
2018-12-28 23:55:34 +00:00
|
|
|
Successful SSA optimization Pass2ConstantInlining
|
|
|
|
Adding NOP phi() at start of @begin
|
2019-05-30 20:29:04 +00:00
|
|
|
Adding NOP phi() at start of @2
|
2018-12-28 23:55:34 +00:00
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
Adding NOP phi() at start of main
|
|
|
|
CALL GRAPH
|
|
|
|
Calls in [] to main:2
|
|
|
|
|
|
|
|
Created 1 initial phi equivalence classes
|
2019-05-30 20:29:04 +00:00
|
|
|
Coalesced [9] main::i#4 ← main::i#1
|
2018-12-28 23:55:34 +00:00
|
|
|
Coalesced down to 1 phi equivalence classes
|
2019-05-30 20:29:04 +00:00
|
|
|
Culled Empty Block (label) @2
|
2018-12-28 23:55:34 +00:00
|
|
|
Adding NOP phi() at start of @begin
|
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
Adding NOP phi() at start of main
|
|
|
|
|
|
|
|
FINAL CONTROL FLOW GRAPH
|
|
|
|
@begin: scope:[] from
|
|
|
|
[0] phi()
|
|
|
|
to:@1
|
|
|
|
@1: scope:[] from @begin
|
|
|
|
kickasm(location (const byte*) TABLE#0) {{ .byte 1, 2, 3
|
|
|
|
}}
|
|
|
|
[2] call main
|
|
|
|
to:@end
|
|
|
|
@end: scope:[] from @1
|
|
|
|
[3] phi()
|
|
|
|
main: scope:[main] from @1
|
|
|
|
[4] phi()
|
|
|
|
to:main::@1
|
|
|
|
main::@1: scope:[main] from main main::@2
|
2019-05-30 20:29:04 +00:00
|
|
|
[5] (byte) main::i#2 ← phi( main/(byte) 0 main::@2/(byte) main::i#1 )
|
2018-12-28 23:55:34 +00:00
|
|
|
to:main::@2
|
|
|
|
main::@2: scope:[main] from main::@1
|
|
|
|
[6] *((const byte*) main::BORDERCOL#0) ← *((const byte*) TABLE#0 + (byte) main::i#2)
|
|
|
|
[7] (byte) main::i#1 ← ++ (byte) main::i#2
|
|
|
|
to:main::@1
|
|
|
|
|
|
|
|
|
|
|
|
VARIABLE REGISTER WEIGHTS
|
|
|
|
(byte*) TABLE
|
|
|
|
(void()) main()
|
|
|
|
(byte*) main::BORDERCOL
|
|
|
|
(byte) main::i
|
|
|
|
(byte) main::i#1 22.0
|
|
|
|
(byte) main::i#2 16.5
|
|
|
|
|
|
|
|
Initial phi equivalence classes
|
|
|
|
[ main::i#2 main::i#1 ]
|
|
|
|
Complete equivalence classes
|
|
|
|
[ main::i#2 main::i#1 ]
|
|
|
|
Allocated zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
|
|
|
|
|
|
|
|
INITIAL ASM
|
2019-09-08 00:29:17 +00:00
|
|
|
Target platform is c64basic / MOS6502X
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Comments
|
2019-02-17 23:12:29 +00:00
|
|
|
// Test inline KickAssembler code with PC location specification
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2018-12-28 23:55:34 +00:00
|
|
|
.pc = $801 "Basic"
|
|
|
|
:BasicUpstart(bbegin)
|
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2018-12-28 23:55:34 +00:00
|
|
|
.label TABLE = $2000
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
2018-12-28 23:55:34 +00:00
|
|
|
bbegin:
|
|
|
|
jmp b1
|
2019-07-08 14:43:09 +00:00
|
|
|
// @1
|
2018-12-28 23:55:34 +00:00
|
|
|
b1:
|
2019-07-08 14:43:09 +00:00
|
|
|
// kickasm(location (const byte*) TABLE#0) {{ .byte 1, 2, 3 }}
|
|
|
|
// [2] call main
|
|
|
|
// [4] phi from @1 to main [phi:@1->main]
|
2018-12-28 23:55:34 +00:00
|
|
|
main_from_b1:
|
|
|
|
jsr main
|
2019-07-08 14:43:09 +00:00
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
2018-12-28 23:55:34 +00:00
|
|
|
bend_from_b1:
|
|
|
|
jmp bend
|
2019-07-08 14:43:09 +00:00
|
|
|
// @end
|
2018-12-28 23:55:34 +00:00
|
|
|
bend:
|
2019-07-08 14:43:09 +00:00
|
|
|
// main
|
2018-12-28 23:55:34 +00:00
|
|
|
main: {
|
|
|
|
.label BORDERCOL = $d020
|
|
|
|
.label i = 2
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi from main to main::@1 [phi:main->main::@1]
|
2018-12-28 23:55:34 +00:00
|
|
|
b1_from_main:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuz1=vbuc1
|
2018-12-28 23:55:34 +00:00
|
|
|
lda #0
|
2019-08-07 19:00:19 +00:00
|
|
|
sta.z i
|
2018-12-28 23:55:34 +00:00
|
|
|
jmp b1
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@1
|
2018-12-28 23:55:34 +00:00
|
|
|
b1:
|
|
|
|
jmp b2
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@2
|
2018-12-28 23:55:34 +00:00
|
|
|
b2:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [6] *((const byte*) main::BORDERCOL#0) ← *((const byte*) TABLE#0 + (byte) main::i#2) -- _deref_pbuc1=pbuc2_derefidx_vbuz1
|
2019-08-07 19:00:19 +00:00
|
|
|
ldy.z i
|
2018-12-28 23:55:34 +00:00
|
|
|
lda TABLE,y
|
|
|
|
sta BORDERCOL
|
2019-07-08 14:43:09 +00:00
|
|
|
// [7] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuz1=_inc_vbuz1
|
2019-08-07 19:00:19 +00:00
|
|
|
inc.z i
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi from main::@2 to main::@1 [phi:main::@2->main::@1]
|
2018-12-28 23:55:34 +00:00
|
|
|
b1_from_b2:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@2->main::@1#0] -- register_copy
|
2018-12-28 23:55:34 +00:00
|
|
|
jmp b1
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2018-12-28 23:55:34 +00:00
|
|
|
.pc = TABLE "TABLE"
|
|
|
|
.byte 1, 2, 3
|
|
|
|
|
|
|
|
|
|
|
|
REGISTER UPLIFT POTENTIAL REGISTERS
|
|
|
|
Statement [6] *((const byte*) main::BORDERCOL#0) ← *((const byte*) TABLE#0 + (byte) main::i#2) [ main::i#2 ] ( main:2 [ main::i#2 ] ) always clobbers reg byte a
|
|
|
|
Removing always clobbered register reg byte a as potential for zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
|
|
|
|
Statement [6] *((const byte*) main::BORDERCOL#0) ← *((const byte*) TABLE#0 + (byte) main::i#2) [ main::i#2 ] ( main:2 [ main::i#2 ] ) always clobbers reg byte a
|
|
|
|
Potential registers zp ZP_BYTE:2 [ main::i#2 main::i#1 ] : zp ZP_BYTE:2 , reg byte x , reg byte y ,
|
|
|
|
|
|
|
|
REGISTER UPLIFT SCOPES
|
|
|
|
Uplift Scope [main] 38.5: zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
|
|
|
|
Uplift Scope []
|
|
|
|
|
|
|
|
Uplifting [main] best 2814 combination reg byte x [ main::i#2 main::i#1 ]
|
|
|
|
Uplifting [] best 2814 combination
|
|
|
|
|
|
|
|
ASSEMBLER BEFORE OPTIMIZATION
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Comments
|
2019-02-17 23:12:29 +00:00
|
|
|
// Test inline KickAssembler code with PC location specification
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2018-12-28 23:55:34 +00:00
|
|
|
.pc = $801 "Basic"
|
|
|
|
:BasicUpstart(bbegin)
|
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2018-12-28 23:55:34 +00:00
|
|
|
.label TABLE = $2000
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
2018-12-28 23:55:34 +00:00
|
|
|
bbegin:
|
|
|
|
jmp b1
|
2019-07-08 14:43:09 +00:00
|
|
|
// @1
|
2018-12-28 23:55:34 +00:00
|
|
|
b1:
|
2019-07-08 14:43:09 +00:00
|
|
|
// kickasm(location (const byte*) TABLE#0) {{ .byte 1, 2, 3 }}
|
|
|
|
// [2] call main
|
|
|
|
// [4] phi from @1 to main [phi:@1->main]
|
2018-12-28 23:55:34 +00:00
|
|
|
main_from_b1:
|
|
|
|
jsr main
|
2019-07-08 14:43:09 +00:00
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
2018-12-28 23:55:34 +00:00
|
|
|
bend_from_b1:
|
|
|
|
jmp bend
|
2019-07-08 14:43:09 +00:00
|
|
|
// @end
|
2018-12-28 23:55:34 +00:00
|
|
|
bend:
|
2019-07-08 14:43:09 +00:00
|
|
|
// main
|
2018-12-28 23:55:34 +00:00
|
|
|
main: {
|
|
|
|
.label BORDERCOL = $d020
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi from main to main::@1 [phi:main->main::@1]
|
2018-12-28 23:55:34 +00:00
|
|
|
b1_from_main:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuxx=vbuc1
|
2018-12-28 23:55:34 +00:00
|
|
|
ldx #0
|
|
|
|
jmp b1
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@1
|
2018-12-28 23:55:34 +00:00
|
|
|
b1:
|
|
|
|
jmp b2
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@2
|
2018-12-28 23:55:34 +00:00
|
|
|
b2:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [6] *((const byte*) main::BORDERCOL#0) ← *((const byte*) TABLE#0 + (byte) main::i#2) -- _deref_pbuc1=pbuc2_derefidx_vbuxx
|
2018-12-28 23:55:34 +00:00
|
|
|
lda TABLE,x
|
|
|
|
sta BORDERCOL
|
2019-07-08 14:43:09 +00:00
|
|
|
// [7] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuxx=_inc_vbuxx
|
2018-12-28 23:55:34 +00:00
|
|
|
inx
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi from main::@2 to main::@1 [phi:main::@2->main::@1]
|
2018-12-28 23:55:34 +00:00
|
|
|
b1_from_b2:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@2->main::@1#0] -- register_copy
|
2018-12-28 23:55:34 +00:00
|
|
|
jmp b1
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2018-12-28 23:55:34 +00:00
|
|
|
.pc = TABLE "TABLE"
|
|
|
|
.byte 1, 2, 3
|
|
|
|
|
|
|
|
|
|
|
|
ASSEMBLER OPTIMIZATIONS
|
|
|
|
Removing instruction jmp b1
|
|
|
|
Removing instruction jmp bend
|
|
|
|
Removing instruction jmp b1
|
|
|
|
Removing instruction jmp b2
|
|
|
|
Succesful ASM optimization Pass5NextJumpElimination
|
|
|
|
Replacing label b1 with b2
|
|
|
|
Removing instruction b1:
|
|
|
|
Removing instruction main_from_b1:
|
|
|
|
Removing instruction bend_from_b1:
|
|
|
|
Removing instruction b1:
|
|
|
|
Succesful ASM optimization Pass5RedundantLabelElimination
|
|
|
|
Removing instruction bend:
|
|
|
|
Removing instruction b1_from_main:
|
|
|
|
Removing instruction b1_from_b2:
|
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
|
|
|
Updating BasicUpstart to call main directly
|
|
|
|
Removing instruction jsr main
|
|
|
|
Succesful ASM optimization Pass5SkipBegin
|
|
|
|
Removing instruction bbegin:
|
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
|
|
|
|
|
|
|
FINAL SYMBOL TABLE
|
|
|
|
(label) @1
|
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
|
|
|
(byte*) TABLE
|
2019-05-30 20:29:04 +00:00
|
|
|
(const byte*) TABLE#0 TABLE = (byte*) 8192
|
2018-12-28 23:55:34 +00:00
|
|
|
(void()) main()
|
|
|
|
(label) main::@1
|
|
|
|
(label) main::@2
|
|
|
|
(byte*) main::BORDERCOL
|
2019-05-30 20:29:04 +00:00
|
|
|
(const byte*) main::BORDERCOL#0 BORDERCOL = (byte*) 53280
|
2018-12-28 23:55:34 +00:00
|
|
|
(byte) main::i
|
|
|
|
(byte) main::i#1 reg byte x 22.0
|
|
|
|
(byte) main::i#2 reg byte x 16.5
|
|
|
|
|
|
|
|
reg byte x [ main::i#2 main::i#1 ]
|
|
|
|
|
|
|
|
|
|
|
|
FINAL ASSEMBLER
|
|
|
|
Score: 2715
|
|
|
|
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Comments
|
2019-02-17 23:12:29 +00:00
|
|
|
// Test inline KickAssembler code with PC location specification
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2018-12-28 23:55:34 +00:00
|
|
|
.pc = $801 "Basic"
|
|
|
|
:BasicUpstart(main)
|
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2018-12-28 23:55:34 +00:00
|
|
|
.label TABLE = $2000
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
|
|
|
// @1
|
|
|
|
// kickasm
|
|
|
|
// kickasm(location (const byte*) TABLE#0) {{ .byte 1, 2, 3 }}
|
|
|
|
// [2] call main
|
|
|
|
// [4] phi from @1 to main [phi:@1->main]
|
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
|
|
|
// @end
|
|
|
|
// main
|
2018-12-28 23:55:34 +00:00
|
|
|
main: {
|
|
|
|
.label BORDERCOL = $d020
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi from main to main::@1 [phi:main->main::@1]
|
|
|
|
// [5] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuxx=vbuc1
|
2018-12-28 23:55:34 +00:00
|
|
|
ldx #0
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@1
|
|
|
|
// main::@2
|
2018-12-28 23:55:34 +00:00
|
|
|
b2:
|
2019-07-08 14:43:09 +00:00
|
|
|
// *BORDERCOL = TABLE[i++]
|
|
|
|
// [6] *((const byte*) main::BORDERCOL#0) ← *((const byte*) TABLE#0 + (byte) main::i#2) -- _deref_pbuc1=pbuc2_derefidx_vbuxx
|
2018-12-28 23:55:34 +00:00
|
|
|
lda TABLE,x
|
|
|
|
sta BORDERCOL
|
2019-07-08 14:43:09 +00:00
|
|
|
// *BORDERCOL = TABLE[i++];
|
|
|
|
// [7] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuxx=_inc_vbuxx
|
2018-12-28 23:55:34 +00:00
|
|
|
inx
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] phi from main::@2 to main::@1 [phi:main::@2->main::@1]
|
|
|
|
// [5] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@2->main::@1#0] -- register_copy
|
2018-12-28 23:55:34 +00:00
|
|
|
jmp b2
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2018-12-28 23:55:34 +00:00
|
|
|
.pc = TABLE "TABLE"
|
|
|
|
.byte 1, 2, 3
|
|
|
|
|
|
|
|
|