2019-03-04 22:38:07 +00:00
|
|
|
Resolved forward reference screen to (byte*) screen
|
|
|
|
Resolved forward reference b to (byte) b
|
|
|
|
Resolved forward reference b to (byte) b
|
|
|
|
Resolved forward reference screen to (byte*) screen
|
|
|
|
|
|
|
|
CONTROL FLOW GRAPH SSA
|
|
|
|
@begin: scope:[] from
|
|
|
|
to:@1
|
2019-09-18 21:00:30 +00:00
|
|
|
|
|
|
|
(void()) main()
|
2019-03-04 22:38:07 +00:00
|
|
|
main: scope:[main] from @1
|
2019-05-30 20:29:04 +00:00
|
|
|
(byte*) screen#0 ← ((byte*)) (number) $400
|
2019-03-04 22:38:07 +00:00
|
|
|
(byte) b#0 ← (byte) 'a'
|
|
|
|
*((byte*) screen#0) ← (byte) b#0
|
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main
|
2019-03-06 22:52:14 +00:00
|
|
|
(byte) b#4 ← phi( main/(byte) b#0 )
|
|
|
|
(byte*) screen#4 ← phi( main/(byte*) screen#0 )
|
|
|
|
(byte*) screen#1 ← (byte*) screen#4
|
|
|
|
(byte) b#1 ← (byte) b#4
|
2019-03-04 22:38:07 +00:00
|
|
|
return
|
|
|
|
to:@return
|
|
|
|
@1: scope:[] from @begin
|
2019-03-06 22:52:14 +00:00
|
|
|
(byte*) screen#2 ← (byte*) 0
|
2019-05-30 20:29:04 +00:00
|
|
|
(byte) b#2 ← (byte) 0
|
2019-03-04 22:38:07 +00:00
|
|
|
call main
|
|
|
|
to:@2
|
|
|
|
@2: scope:[] from @1
|
2019-03-06 22:52:14 +00:00
|
|
|
(byte) b#5 ← phi( @1/(byte) b#1 )
|
|
|
|
(byte*) screen#5 ← phi( @1/(byte*) screen#1 )
|
|
|
|
(byte*) screen#3 ← (byte*) screen#5
|
|
|
|
(byte) b#3 ← (byte) b#5
|
2019-03-04 22:38:07 +00:00
|
|
|
to:@end
|
|
|
|
@end: scope:[] from @2
|
|
|
|
|
|
|
|
SYMBOL TABLE SSA
|
|
|
|
(label) @1
|
|
|
|
(label) @2
|
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
|
|
|
(byte) b
|
|
|
|
(byte) b#0
|
|
|
|
(byte) b#1
|
|
|
|
(byte) b#2
|
|
|
|
(byte) b#3
|
|
|
|
(byte) b#4
|
|
|
|
(byte) b#5
|
|
|
|
(void()) main()
|
|
|
|
(label) main::@return
|
|
|
|
(byte*) screen
|
|
|
|
(byte*) screen#0
|
|
|
|
(byte*) screen#1
|
|
|
|
(byte*) screen#2
|
|
|
|
(byte*) screen#3
|
|
|
|
(byte*) screen#4
|
|
|
|
(byte*) screen#5
|
|
|
|
|
2019-05-30 20:29:04 +00:00
|
|
|
Inlining cast (byte*) screen#0 ← (byte*)(number) $400
|
|
|
|
Successful SSA optimization Pass2InlineCast
|
|
|
|
Simplifying constant pointer cast (byte*) 1024
|
|
|
|
Successful SSA optimization PassNCastSimplification
|
2019-03-06 22:52:14 +00:00
|
|
|
Alias (byte*) screen#0 = (byte*) screen#4 (byte*) screen#1
|
|
|
|
Alias (byte) b#0 = (byte) b#4 (byte) b#1
|
|
|
|
Alias (byte*) screen#3 = (byte*) screen#5
|
|
|
|
Alias (byte) b#3 = (byte) b#5
|
2019-03-04 22:38:07 +00:00
|
|
|
Successful SSA optimization Pass2AliasElimination
|
2019-05-30 20:29:04 +00:00
|
|
|
Identical Phi Values (byte*) screen#3 (byte*) screen#0
|
|
|
|
Identical Phi Values (byte) b#3 (byte) b#0
|
|
|
|
Successful SSA optimization Pass2IdenticalPhiElimination
|
|
|
|
Constant (const byte*) screen#0 = (byte*) 1024
|
2019-03-04 22:38:07 +00:00
|
|
|
Constant (const byte) b#0 = 'a'
|
2019-05-30 20:29:04 +00:00
|
|
|
Constant (const byte*) screen#2 = (byte*) 0
|
2019-03-06 22:52:14 +00:00
|
|
|
Constant (const byte) b#2 = 0
|
2019-03-04 22:38:07 +00:00
|
|
|
Successful SSA optimization Pass2ConstantIdentification
|
2019-04-20 20:12:56 +00:00
|
|
|
Eliminating unused constant (const byte*) screen#2
|
|
|
|
Eliminating unused constant (const byte) b#2
|
2019-03-06 22:52:14 +00:00
|
|
|
Successful SSA optimization PassNEliminateUnusedVars
|
2019-03-04 22:38:07 +00:00
|
|
|
Adding NOP phi() at start of @begin
|
|
|
|
Adding NOP phi() at start of @1
|
2019-05-30 20:29:04 +00:00
|
|
|
Adding NOP phi() at start of @2
|
2019-03-04 22:38:07 +00:00
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
CALL GRAPH
|
|
|
|
Calls in [] to main:2
|
|
|
|
|
|
|
|
Created 0 initial phi equivalence classes
|
|
|
|
Coalesced down to 0 phi equivalence classes
|
2019-05-30 20:29:04 +00:00
|
|
|
Culled Empty Block (label) @2
|
2019-03-04 22:38:07 +00:00
|
|
|
Adding NOP phi() at start of @begin
|
|
|
|
Adding NOP phi() at start of @1
|
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
|
|
|
|
FINAL CONTROL FLOW GRAPH
|
|
|
|
@begin: scope:[] from
|
|
|
|
[0] phi()
|
|
|
|
to:@1
|
|
|
|
@1: scope:[] from @begin
|
|
|
|
[1] phi()
|
|
|
|
[2] call main
|
|
|
|
to:@end
|
|
|
|
@end: scope:[] from @1
|
|
|
|
[3] phi()
|
2019-09-18 21:00:30 +00:00
|
|
|
|
|
|
|
(void()) main()
|
2019-03-04 22:38:07 +00:00
|
|
|
main: scope:[main] from @1
|
|
|
|
[4] *((const byte*) screen#0) ← (const byte) b#0
|
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main
|
|
|
|
[5] return
|
|
|
|
to:@return
|
|
|
|
|
|
|
|
|
|
|
|
VARIABLE REGISTER WEIGHTS
|
|
|
|
(byte) b
|
|
|
|
(void()) main()
|
|
|
|
(byte*) screen
|
|
|
|
|
|
|
|
Initial phi equivalence classes
|
|
|
|
Complete equivalence classes
|
|
|
|
|
|
|
|
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-03-04 22:38:07 +00:00
|
|
|
// Illustrates the problem with variable forward references not working
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2019-03-04 22:38:07 +00:00
|
|
|
.pc = $801 "Basic"
|
2019-09-29 21:13:37 +00:00
|
|
|
:BasicUpstart(__bbegin)
|
2019-03-04 22:38:07 +00:00
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2019-03-04 22:38:07 +00:00
|
|
|
.label screen = $400
|
|
|
|
.const b = 'a'
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
2019-09-29 21:13:37 +00:00
|
|
|
__bbegin:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1_from___bbegin:
|
|
|
|
jmp __b1
|
2019-07-08 14:43:09 +00:00
|
|
|
// @1
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [2] call main
|
2019-03-04 22:38:07 +00:00
|
|
|
jsr main
|
2019-07-08 14:43:09 +00:00
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend_from___b1:
|
|
|
|
jmp __bend
|
2019-07-08 14:43:09 +00:00
|
|
|
// @end
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend:
|
2019-07-08 14:43:09 +00:00
|
|
|
// main
|
2019-03-04 22:38:07 +00:00
|
|
|
main: {
|
2019-07-08 14:43:09 +00:00
|
|
|
// [4] *((const byte*) screen#0) ← (const byte) b#0 -- _deref_pbuc1=vbuc2
|
2019-03-04 22:38:07 +00:00
|
|
|
lda #b
|
|
|
|
sta screen
|
2019-09-29 21:13:37 +00:00
|
|
|
jmp __breturn
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@return
|
2019-09-29 21:13:37 +00:00
|
|
|
__breturn:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] return
|
2019-03-04 22:38:07 +00:00
|
|
|
rts
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2019-03-04 22:38:07 +00:00
|
|
|
|
|
|
|
REGISTER UPLIFT POTENTIAL REGISTERS
|
|
|
|
Statement [4] *((const byte*) screen#0) ← (const byte) b#0 [ ] ( main:2 [ ] ) always clobbers reg byte a
|
|
|
|
|
|
|
|
REGISTER UPLIFT SCOPES
|
|
|
|
Uplift Scope [main]
|
|
|
|
Uplift Scope []
|
|
|
|
|
|
|
|
Uplifting [main] best 27 combination
|
|
|
|
Uplifting [] best 27 combination
|
|
|
|
|
|
|
|
ASSEMBLER BEFORE OPTIMIZATION
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Comments
|
2019-03-04 22:38:07 +00:00
|
|
|
// Illustrates the problem with variable forward references not working
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2019-03-04 22:38:07 +00:00
|
|
|
.pc = $801 "Basic"
|
2019-09-29 21:13:37 +00:00
|
|
|
:BasicUpstart(__bbegin)
|
2019-03-04 22:38:07 +00:00
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2019-03-04 22:38:07 +00:00
|
|
|
.label screen = $400
|
|
|
|
.const b = 'a'
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
2019-09-29 21:13:37 +00:00
|
|
|
__bbegin:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1_from___bbegin:
|
|
|
|
jmp __b1
|
2019-07-08 14:43:09 +00:00
|
|
|
// @1
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [2] call main
|
2019-03-04 22:38:07 +00:00
|
|
|
jsr main
|
2019-07-08 14:43:09 +00:00
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend_from___b1:
|
|
|
|
jmp __bend
|
2019-07-08 14:43:09 +00:00
|
|
|
// @end
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend:
|
2019-07-08 14:43:09 +00:00
|
|
|
// main
|
2019-03-04 22:38:07 +00:00
|
|
|
main: {
|
2019-07-08 14:43:09 +00:00
|
|
|
// [4] *((const byte*) screen#0) ← (const byte) b#0 -- _deref_pbuc1=vbuc2
|
2019-03-04 22:38:07 +00:00
|
|
|
lda #b
|
|
|
|
sta screen
|
2019-09-29 21:13:37 +00:00
|
|
|
jmp __breturn
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@return
|
2019-09-29 21:13:37 +00:00
|
|
|
__breturn:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [5] return
|
2019-03-04 22:38:07 +00:00
|
|
|
rts
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2019-03-04 22:38:07 +00:00
|
|
|
|
|
|
|
ASSEMBLER OPTIMIZATIONS
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction jmp __b1
|
|
|
|
Removing instruction jmp __bend
|
|
|
|
Removing instruction jmp __breturn
|
2019-03-04 22:38:07 +00:00
|
|
|
Succesful ASM optimization Pass5NextJumpElimination
|
2019-09-29 21:13:37 +00:00
|
|
|
Replacing label __bbegin with __b1
|
|
|
|
Removing instruction __bbegin:
|
|
|
|
Removing instruction __b1_from___bbegin:
|
|
|
|
Removing instruction __bend_from___b1:
|
2019-03-04 22:38:07 +00:00
|
|
|
Succesful ASM optimization Pass5RedundantLabelElimination
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction __bend:
|
|
|
|
Removing instruction __breturn:
|
2019-03-04 22:38:07 +00:00
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
|
|
|
Updating BasicUpstart to call main directly
|
|
|
|
Removing instruction jsr main
|
|
|
|
Succesful ASM optimization Pass5SkipBegin
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction __b1:
|
2019-03-04 22:38:07 +00:00
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
|
|
|
|
|
|
|
FINAL SYMBOL TABLE
|
|
|
|
(label) @1
|
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
|
|
|
(byte) b
|
|
|
|
(const byte) b#0 b = (byte) 'a'
|
|
|
|
(void()) main()
|
|
|
|
(label) main::@return
|
|
|
|
(byte*) screen
|
2019-05-30 20:29:04 +00:00
|
|
|
(const byte*) screen#0 screen = (byte*) 1024
|
2019-03-04 22:38:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FINAL ASSEMBLER
|
|
|
|
Score: 12
|
|
|
|
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Comments
|
2019-03-04 22:38:07 +00:00
|
|
|
// Illustrates the problem with variable forward references not working
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2019-03-04 22:38:07 +00:00
|
|
|
.pc = $801 "Basic"
|
|
|
|
:BasicUpstart(main)
|
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2019-03-04 22:38:07 +00:00
|
|
|
.label screen = $400
|
|
|
|
.const b = 'a'
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
|
|
|
// @1
|
|
|
|
// [2] call main
|
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
|
|
|
// @end
|
|
|
|
// main
|
2019-03-04 22:38:07 +00:00
|
|
|
main: {
|
2019-07-08 14:43:09 +00:00
|
|
|
// *screen = b
|
|
|
|
// [4] *((const byte*) screen#0) ← (const byte) b#0 -- _deref_pbuc1=vbuc2
|
2019-03-04 22:38:07 +00:00
|
|
|
lda #b
|
|
|
|
sta screen
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@return
|
|
|
|
// }
|
|
|
|
// [5] return
|
2019-03-04 22:38:07 +00:00
|
|
|
rts
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2019-03-04 22:38:07 +00:00
|
|
|
|