1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/struct-10.log

296 lines
10 KiB
Plaintext

CONTROL FLOW GRAPH SSA
@begin: scope:[] from
to:@1
(void()) main()
main: scope:[main] from @1
(number~) main::$0 ← (number) 1 * (const byte) SIZEOF_WORD
(number~) main::$1 ← (number) 0 * (const byte) SIZEOF_WORD
*((const nomodify word*) main::SCREEN + (number~) main::$1) ← *((const word*) main::info_values + (number~) main::$0)
(number~) main::$2 ← (number) 1 * (const byte) SIZEOF_WORD
*((const nomodify word*) main::SCREEN + (number~) main::$2) ← *((const word*) RADIX_DECIMAL_VALUES + (number~) main::$2)
to:main::@return
main::@return: scope:[main] from main
return
to:@return
@1: scope:[] from @begin
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
(const word*) RADIX_DECIMAL_VALUES[] = { (word) $2710, (word) $3e8, (word) $64, (word) $a }
(word*) RadixInfo::values
(const byte) SIZEOF_WORD = (byte) 2
(void()) main()
(number~) main::$0
(number~) main::$1
(number~) main::$2
(label) main::@return
(const nomodify word*) main::SCREEN = (word*)(number) $400
(const word*) main::info_values = (const word*) RADIX_DECIMAL_VALUES
Adding number conversion cast (unumber) 1 in (number~) main::$0 ← (number) 1 * (const byte) SIZEOF_WORD
Adding number conversion cast (unumber) main::$0 in (number~) main::$0 ← (unumber)(number) 1 * (const byte) SIZEOF_WORD
Adding number conversion cast (unumber) 0 in (number~) main::$1 ← (number) 0 * (const byte) SIZEOF_WORD
Adding number conversion cast (unumber) main::$1 in (number~) main::$1 ← (unumber)(number) 0 * (const byte) SIZEOF_WORD
Adding number conversion cast (unumber) 1 in (number~) main::$2 ← (number) 1 * (const byte) SIZEOF_WORD
Adding number conversion cast (unumber) main::$2 in (number~) main::$2 ← (unumber)(number) 1 * (const byte) SIZEOF_WORD
Successful SSA optimization PassNAddNumberTypeConversions
Simplifying constant pointer cast (word*) 1024
Simplifying constant integer cast 1
Simplifying constant integer cast 0
Simplifying constant integer cast 1
Successful SSA optimization PassNCastSimplification
Finalized unsigned number type (byte) 1
Finalized unsigned number type (byte) 0
Finalized unsigned number type (byte) 1
Successful SSA optimization PassNFinalizeNumberTypeConversions
Inferred type updated to byte in (unumber~) main::$0 ← (byte) 1 * (const byte) SIZEOF_WORD
Inferred type updated to byte in (unumber~) main::$1 ← (byte) 0 * (const byte) SIZEOF_WORD
Inferred type updated to byte in (unumber~) main::$2 ← (byte) 1 * (const byte) SIZEOF_WORD
Constant right-side identified [0] (byte~) main::$0 ← (byte) 1 * (const byte) SIZEOF_WORD
Constant right-side identified [1] (byte~) main::$1 ← (byte) 0 * (const byte) SIZEOF_WORD
Constant right-side identified [3] (byte~) main::$2 ← (byte) 1 * (const byte) SIZEOF_WORD
Successful SSA optimization Pass2ConstantRValueConsolidation
Constant (const byte) main::$0 = 1*SIZEOF_WORD
Constant (const byte) main::$1 = 0*SIZEOF_WORD
Constant (const byte) main::$2 = 1*SIZEOF_WORD
Successful SSA optimization Pass2ConstantIdentification
Simplifying constant evaluating to zero (byte) 0*(const byte) SIZEOF_WORD in
Successful SSA optimization PassNSimplifyConstantZero
Simplifying expression containing zero main::SCREEN in [2] *((const nomodify word*) main::SCREEN + (const byte) main::$1) ← *((const word*) main::info_values + (const byte) main::$0)
Successful SSA optimization PassNSimplifyExpressionWithZero
Eliminating unused constant (const byte) main::$1
Successful SSA optimization PassNEliminateUnusedVars
Constant inlined main::info_values = (const word*) RADIX_DECIMAL_VALUES
Constant inlined main::$2 = (byte) 1*(const byte) SIZEOF_WORD
Constant inlined main::$0 = (byte) 1*(const byte) SIZEOF_WORD
Successful SSA optimization Pass2ConstantInlining
Consolidated array index constant in *(RADIX_DECIMAL_VALUES+1*SIZEOF_WORD)
Consolidated array index constant in *(RADIX_DECIMAL_VALUES+1*SIZEOF_WORD)
Consolidated array index constant in *(main::SCREEN+1*SIZEOF_WORD)
Successful SSA optimization Pass2ConstantAdditionElimination
Adding NOP phi() at start of @begin
Adding NOP phi() at start of @1
Adding NOP phi() at start of @2
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
Culled Empty Block (label) @2
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()
(void()) main()
main: scope:[main] from @1
[4] *((const nomodify word*) main::SCREEN) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD)
[5] *((const nomodify word*) main::SCREEN+(byte) 1*(const byte) SIZEOF_WORD) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD)
to:main::@return
main::@return: scope:[main] from main
[6] return
to:@return
VARIABLE REGISTER WEIGHTS
(word*) RadixInfo::values
(void()) main()
Initial phi equivalence classes
Complete equivalence classes
INITIAL ASM
Target platform is c64basic / MOS6502X
// File Comments
// Illustrates a problem with pointer sizeof()-rewriting for pointers inside structs
// Upstart
.pc = $801 "Basic"
:BasicUpstart(main)
.pc = $80d "Program"
// Global Constants & labels
.const SIZEOF_WORD = 2
// @begin
__bbegin:
// [1] phi from @begin to @1 [phi:@begin->@1]
__b1_from___bbegin:
jmp __b1
// @1
__b1:
// [2] call main
jsr main
// [3] phi from @1 to @end [phi:@1->@end]
__bend_from___b1:
jmp __bend
// @end
__bend:
// main
main: {
.label SCREEN = $400
// [4] *((const nomodify word*) main::SCREEN) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD) -- _deref_pwuc1=_deref_pwuc2
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD
sta SCREEN
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD+1
sta SCREEN+1
// [5] *((const nomodify word*) main::SCREEN+(byte) 1*(const byte) SIZEOF_WORD) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD) -- _deref_pwuc1=_deref_pwuc2
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD
sta SCREEN+1*SIZEOF_WORD
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD+1
sta SCREEN+1*SIZEOF_WORD+1
jmp __breturn
// main::@return
__breturn:
// [6] return
rts
}
// File Data
RADIX_DECIMAL_VALUES: .word $2710, $3e8, $64, $a
REGISTER UPLIFT POTENTIAL REGISTERS
Statement [4] *((const nomodify word*) main::SCREEN) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD) [ ] ( main:2 [ ] { } ) always clobbers reg byte a
Statement [5] *((const nomodify word*) main::SCREEN+(byte) 1*(const byte) SIZEOF_WORD) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD) [ ] ( main:2 [ ] { } ) always clobbers reg byte a
REGISTER UPLIFT SCOPES
Uplift Scope [RadixInfo]
Uplift Scope [main]
Uplift Scope []
Uplifting [RadixInfo] best 53 combination
Uplifting [main] best 53 combination
Uplifting [] best 53 combination
ASSEMBLER BEFORE OPTIMIZATION
// File Comments
// Illustrates a problem with pointer sizeof()-rewriting for pointers inside structs
// Upstart
.pc = $801 "Basic"
:BasicUpstart(main)
.pc = $80d "Program"
// Global Constants & labels
.const SIZEOF_WORD = 2
// @begin
__bbegin:
// [1] phi from @begin to @1 [phi:@begin->@1]
__b1_from___bbegin:
jmp __b1
// @1
__b1:
// [2] call main
jsr main
// [3] phi from @1 to @end [phi:@1->@end]
__bend_from___b1:
jmp __bend
// @end
__bend:
// main
main: {
.label SCREEN = $400
// [4] *((const nomodify word*) main::SCREEN) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD) -- _deref_pwuc1=_deref_pwuc2
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD
sta SCREEN
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD+1
sta SCREEN+1
// [5] *((const nomodify word*) main::SCREEN+(byte) 1*(const byte) SIZEOF_WORD) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD) -- _deref_pwuc1=_deref_pwuc2
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD
sta SCREEN+1*SIZEOF_WORD
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD+1
sta SCREEN+1*SIZEOF_WORD+1
jmp __breturn
// main::@return
__breturn:
// [6] return
rts
}
// File Data
RADIX_DECIMAL_VALUES: .word $2710, $3e8, $64, $a
ASSEMBLER OPTIMIZATIONS
Removing instruction jmp __b1
Removing instruction jmp __bend
Removing instruction jmp __breturn
Succesful ASM optimization Pass5NextJumpElimination
Removing instruction __b1_from___bbegin:
Removing instruction __b1:
Removing instruction __bend_from___b1:
Succesful ASM optimization Pass5RedundantLabelElimination
Removing instruction __bbegin:
Removing instruction __bend:
Removing instruction __breturn:
Succesful ASM optimization Pass5UnusedLabelElimination
Removing instruction jsr main
Succesful ASM optimization Pass5SkipBegin
FINAL SYMBOL TABLE
(label) @1
(label) @begin
(label) @end
(const word*) RADIX_DECIMAL_VALUES[] = { (word) $2710, (word) $3e8, (word) $64, (word) $a }
(word*) RadixInfo::values
(const byte) SIZEOF_WORD = (byte) 2
(void()) main()
(label) main::@return
(const nomodify word*) main::SCREEN = (word*) 1024
FINAL ASSEMBLER
Score: 38
// File Comments
// Illustrates a problem with pointer sizeof()-rewriting for pointers inside structs
// Upstart
.pc = $801 "Basic"
:BasicUpstart(main)
.pc = $80d "Program"
// Global Constants & labels
.const SIZEOF_WORD = 2
// @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
main: {
.label SCREEN = $400
// SCREEN[0] = info.values[1]
// [4] *((const nomodify word*) main::SCREEN) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD) -- _deref_pwuc1=_deref_pwuc2
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD
sta SCREEN
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD+1
sta SCREEN+1
// SCREEN[1] = RADIX_DECIMAL_VALUES[1]
// [5] *((const nomodify word*) main::SCREEN+(byte) 1*(const byte) SIZEOF_WORD) ← *((const word*) RADIX_DECIMAL_VALUES+(byte) 1*(const byte) SIZEOF_WORD) -- _deref_pwuc1=_deref_pwuc2
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD
sta SCREEN+1*SIZEOF_WORD
lda RADIX_DECIMAL_VALUES+1*SIZEOF_WORD+1
sta SCREEN+1*SIZEOF_WORD+1
// main::@return
// }
// [6] return
rts
}
// File Data
RADIX_DECIMAL_VALUES: .word $2710, $3e8, $64, $a