]> gitweb.factorcode.org Git - factor.git/commit
vm: Allow larger 32bit code heaps.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 13 Apr 2020 22:50:58 +0000 (15:50 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 13 Apr 2020 22:50:58 +0000 (15:50 -0700)
commit723e0e2c1a3973e990a61fceaa808bb0b7261d6f
treec71c282fc8a7c09a6740abd6c98e5a2521746294
parent5d818ccc7161ff6f239e34a2b8f8152c66368f7a
vm: Allow larger 32bit code heaps.

Code heap is artificially restricted on 32bit because PPC only had relative
jump instructions of a certain width and we punted on implementing
larger jumps.
vm/code_heap.cpp