]> gitweb.factorcode.org Git - factor.git/blob - arm64-notes.txt
kernel: move recusrive-hashcode to math and add test
[factor.git] / arm64-notes.txt
1 subprimitives are arm64 bytes
2 primitives are C calls
3
4
5
6 CALLBACK-STUB jit-define gets called first
7 set 9999 BRK to break there in lldb
8 lldb ./factor
9 run -i=boot.unix-arm.64.image
10
11 then do c-to-factor
12
13
14 rel- relocations aka fixups 
15 rel-vm relocation for vm in sidetable
16
17 relocation addresses are 64bit
18 look at powerpc backend
19 return a 64bit value in a register
20