factor/basis/cpu/x86
Björn Lindqvist 274a0174fd cpu.x86: use INC and DEC in favor of ADD reg, 1 and SUB reg, 1
The encoding for INC reg and DEC reg is one byte shorter so using it
shaves of a few bytes from the generated code.
2016-05-08 18:44:31 +02:00
..
32 Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
64 factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
assembler cpu.x86.assember: add INC and DEC instructions to the assembler 2016-05-08 18:43:51 +02:00
features cpu.x86.features: use <c-array>. 2015-08-15 21:37:55 -07:00
sse rename math.statistics:cum-map to sequences:accumulate* 2016-03-08 13:41:54 -08:00
x87 Split up compiler.codegen.fixup into compiler.codegen.{gc-maps,labels,relocation} 2011-10-03 00:25:47 -07:00
authors.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
tags.txt Replace 'untested' tag with 'not loaded' and 'not tested' tags 2010-04-13 18:43:01 -07:00
x86-docs.factor cpu.x86: fix article title help-lint. 2015-07-21 17:55:52 -07:00
x86-tests.factor cpu.x86: use INC and DEC in favor of ADD reg, 1 and SUB reg, 1 2016-05-08 18:44:31 +02:00
x86.factor cpu.x86: use INC and DEC in favor of ADD reg, 1 and SUB reg, 1 2016-05-08 18:44:31 +02:00