factor/basis/cpu/ppc
Slava Pestov 22fbe01c17 Compiled code size optimizations for x86-64 resulting in development image size reduction of about 350kb
- RIP-relative LEA is now used to load program counter in prolog and tail calls; saves 3 bytes of code and 4 bytes of relocation information over an immediate MOV
- VM field accesses no longer involve a redundant addition
2010-02-03 23:11:35 +13:00
..
assembler use FRSP to convert double to single on PPC 2009-10-17 00:13:50 -05:00
linux Starting to update PowerPC backend for recent VM changes (untested) 2010-01-08 19:46:27 +13:00
macosx Starting to update PowerPC backend for recent VM changes (untested) 2010-01-08 19:46:27 +13:00
authors.txt
bootstrap.factor vm: remove primitive table, non-optimizing compiler now looks up primitives with dlsym() 2010-01-19 20:00:33 +13:00
ppc.factor Compiled code size optimizations for x86-64 resulting in development image size reduction of about 350kb 2010-02-03 23:11:35 +13:00
summary.txt
tags.txt