Slava Pestov
|
acdcb181e0
|
vm: working on making heap more generic
|
2009-10-20 10:22:06 -05:00 |
Slava Pestov
|
838a44e901
|
vm: change code heap layout somewhat, remove unused allocation bitmap from mark_bits
|
2009-10-20 09:37:24 -05:00 |
Slava Pestov
|
931307500e
|
Merge branch 'master' into new_gc
|
2009-10-20 07:58:59 -05:00 |
Slava Pestov
|
5c429fdfd9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-20 07:07:16 -05:00 |
Slava Pestov
|
5346fb9f23
|
help.handbook: remove 'type index'
|
2009-10-20 07:07:03 -05:00 |
Slava Pestov
|
248f178e64
|
math.vectors: fix behavioral difference between generic vector vmin vmax and float specialized versions thereof
|
2009-10-20 07:06:44 -05:00 |
Slava Pestov
|
18be7e1f37
|
cpu.x86.32: only create 16-byte parameter area if the word calls into the VM
|
2009-10-20 05:02:42 -05:00 |
Slava Pestov
|
bcf57c5940
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-20 04:32:14 -05:00 |
Slava Pestov
|
1e7893b6ce
|
compiler: FFI is now slightly more efficient when unboxing parameters, only changes data stack height once
|
2009-10-20 04:31:48 -05:00 |
Slava Pestov
|
560b6f45cc
|
compiler, cpu.x86.32: clean up FFI implementation, in particular 32-bit x86-specific backend
|
2009-10-20 04:15:10 -05:00 |
Slava Pestov
|
5f3c94896f
|
specialized-arrays: fix unit test
|
2009-10-20 02:18:28 -05:00 |
Slava Pestov
|
dafa068f34
|
ui.gadgets.controls: fix load error
|
2009-10-20 02:18:21 -05:00 |
Slava Pestov
|
08b683de61
|
ui.gadgets.editors: fix com-join-lines if there are more than two lines in the editor
|
2009-10-19 22:46:46 -05:00 |
Slava Pestov
|
d585aa861c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-19 21:44:56 -05:00 |
Slava Pestov
|
cafa838588
|
Merge branch 'master' of git://factorcode.org/git/factor into new_gc
|
2009-10-19 21:44:36 -05:00 |
Slava Pestov
|
304496e037
|
Build fixes
|
2009-10-19 19:18:08 -05:00 |
Slava Pestov
|
fc317d7714
|
help.tutorial: clarify role of ''reload'' word
|
2009-10-19 19:17:38 -05:00 |
Joe Groff
|
b212e8edd0
|
inline trilerp so that perlin-noise is pretty much instantaneous
|
2009-10-19 15:11:59 -05:00 |
Joe Groff
|
97259c772f
|
add a typed-disassemble convenience word to typed.debugger
|
2009-10-19 12:26:26 -05:00 |
Joe Groff
|
b411f1701a
|
make vshuffle-bytes intrinsic for any shuffle mask type
|
2009-10-19 12:25:55 -05:00 |
Slava Pestov
|
b427eb3f9a
|
tools.deploy: increase terrain size tolerance, decrease windows size tolerance
|
2009-10-19 06:11:00 -05:00 |
Slava Pestov
|
21d29b3961
|
vm: change code heap alignment to 16 bytes instead of 32 to reduce image size
|
2009-10-19 06:10:39 -05:00 |
Slava Pestov
|
b6a0324be6
|
peg: fix unit test failures
|
2009-10-19 06:01:20 -05:00 |
Slava Pestov
|
d5ea962bcb
|
Move modules and peg-lexer to unmaintained
|
2009-10-19 05:56:35 -05:00 |
Slava Pestov
|
13e94061f3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-19 05:37:10 -05:00 |
Slava Pestov
|
d62e43ebe0
|
Merge branch 'master' of git://github.com/killy971/factor
|
2009-10-19 05:36:03 -05:00 |
Slava Pestov
|
2b868bd1c3
|
random.sfmt: make it endian-agnostic
|
2009-10-19 05:22:43 -05:00 |
Slava Pestov
|
b2592e01c1
|
compiler: fix typo in intrinsics tests
|
2009-10-19 05:16:04 -05:00 |
Slava Pestov
|
6a2434b56c
|
compiler: fix low-level-ir test on PowerPC
|
2009-10-19 05:03:02 -05:00 |
Slava Pestov
|
2d5cdd19ec
|
compiler: on PPC, ANDI, ORI and XORI instructions take an unsigned 16-bit immediate, unlike ADDI, SUBI and MULLI which take a signed 16-bit immediate. The code generator was not aware of this, and so for example '[ >fixnum -16 bitand ]' would generate incorrect code. Split up small-enough? hook into immediate-arithmetic? and immediate-bitwise? and update value numbering to be aware of this. Fixes classes.struct bitfields test failure
|
2009-10-19 04:58:29 -05:00 |
Slava Pestov
|
102af9badb
|
specialized-arrays, specialized-vectors: fix potential problem if two vocabularies define different C types with the same name
|
2009-10-19 04:41:53 -05:00 |
Slava Pestov
|
191e3cf2fb
|
peg.ebnf: fix
|
2009-10-19 04:05:26 -05:00 |
Slava Pestov
|
bf5d0de840
|
peg.ebnf: turn $unchecked-examples into $examples
|
2009-10-19 03:44:50 -05:00 |
Slava Pestov
|
4ddd63d83e
|
vm: move compaction algorithm to mark_bits.hpp since it doesn't rely on properties of heaps per se
|
2009-10-19 03:05:20 -05:00 |
Slava Pestov
|
ac25b8ebbb
|
vm: new mark_bits data structure replaces hashtable when compacting code heap
|
2009-10-19 02:21:11 -05:00 |
Slava Pestov
|
e48d805be8
|
Merge branch 'ebnf' of git://double.co.nz/git/factor
|
2009-10-19 01:43:45 -05:00 |
Chris Double
|
10b8976379
|
peg.ebnf doc fixes to appease help.lint
|
2009-10-19 18:26:19 +13:00 |
Slava Pestov
|
8ef0d411ac
|
vm: cleanup
|
2009-10-19 00:16:32 -05:00 |
Chris Double
|
06a70fd3c6
|
Tweak what EBNF words are private
|
2009-10-19 18:14:13 +13:00 |
Chris Double
|
040a4e732a
|
Basic peg.ebnf docs
|
2009-10-19 18:12:24 +13:00 |
Slava Pestov
|
464aac14cf
|
vm: working on new compaction implementation
|
2009-10-19 00:07:43 -05:00 |
Joe Groff
|
65acc78042
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-18 21:25:27 -05:00 |
Joe Groff
|
fca550d567
|
math.vectors.conversion docs
|
2009-10-18 21:25:09 -05:00 |
Slava Pestov
|
a81f757a62
|
vm: fix conflict in image.cpp
|
2009-10-18 20:54:13 -05:00 |
Slava Pestov
|
2e65366c6b
|
vm: rename myvm and parent_vm instance variables to parent, clean up casts in primitive definitions
|
2009-10-18 20:31:59 -05:00 |
Slava Pestov
|
236588208b
|
vm: rename F to false_object, and rename T to true_object
|
2009-10-18 20:26:21 -05:00 |
Slava Pestov
|
2b63029da8
|
vm: fix GC safety issue in non-optimizing compiler
|
2009-10-18 18:57:41 -05:00 |
Joe Groff
|
08768d0e2f
|
gpu.render: factor out and make public a "bind-uniforms" word for binding a uniform-tuple to a program-instance independent of a render-set
|
2009-10-18 18:31:38 -05:00 |
Joe Groff
|
2a156795c5
|
update vshuffle docs
|
2009-10-18 16:34:44 -05:00 |
Slava Pestov
|
b5455bd9df
|
tools.deploy.test: cheat on windows until we have class stripping
|
2009-10-18 15:24:09 -05:00 |