Commit Graph

18285 Commits (bb2f90f857b74b423230069c3bcca15d6b2b1b41)

Author SHA1 Message Date
Slava Pestov bb2f90f857 Merge branch 'master' into new_gc 2009-10-20 14:28:51 -05:00
Slava Pestov 033be6800e classes.builtin: fix help lint 2009-10-20 14:28:34 -05:00
Slava Pestov e7d707c92c vm: simplify code heap by eliminating HeapLayout template parameter 2009-10-20 14:01:46 -05:00
Slava Pestov 6ab380dc02 vm: object start recording in cards is now independent of allocation strategy 2009-10-20 13:47:04 -05:00
Slava Pestov 1f97169c62 vm: move factor_vm::untagged_object_size() to object::size() 2009-10-20 13:13:39 -05:00
Slava Pestov f442d1949b Change data heap alignment to 16 bytes 2009-10-20 12:45:00 -05:00
Slava Pestov fad52e8420 vm: fix crash when converting a callstack to an array 2009-10-20 12:19:02 -05:00
Slava Pestov e2dfe160dc vm: working on making heap more generic 2009-10-20 10:22:06 -05:00
Slava Pestov f9fc3487c6 vm: change code heap layout somewhat, remove unused allocation bitmap from mark_bits 2009-10-20 09:37:24 -05:00
Slava Pestov 7f9b40c492 Merge branch 'master' into new_gc 2009-10-20 07:58:59 -05:00
Slava Pestov 1fa72e9d6d Merge branch 'master' of git://factorcode.org/git/factor 2009-10-20 07:07:16 -05:00
Slava Pestov 0a33e1a061 help.handbook: remove 'type index' 2009-10-20 07:07:03 -05:00
Slava Pestov d171a5ac20 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 a71212f9c4 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 44f41dfe07 Merge branch 'master' of git://factorcode.org/git/factor 2009-10-20 04:32:14 -05:00
Slava Pestov 9599d86ec5 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 16db1a394b 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 5f52b230f7 specialized-arrays: fix unit test 2009-10-20 02:18:28 -05:00
Slava Pestov ce785d10c4 ui.gadgets.controls: fix load error 2009-10-20 02:18:21 -05:00
Slava Pestov b5fb48b8f2 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 013f085ffe Merge branch 'master' of git://factorcode.org/git/factor 2009-10-19 21:44:56 -05:00
Slava Pestov 933b051f25 Merge branch 'master' of git://factorcode.org/git/factor into new_gc 2009-10-19 21:44:36 -05:00
Slava Pestov 681245f19b Build fixes 2009-10-19 19:18:08 -05:00
Slava Pestov c08ea10b89 help.tutorial: clarify role of ''reload'' word 2009-10-19 19:17:38 -05:00
Joe Groff 16038161d9 inline trilerp so that perlin-noise is pretty much instantaneous 2009-10-19 15:11:59 -05:00
Joe Groff e253ca673e add a typed-disassemble convenience word to typed.debugger 2009-10-19 12:26:26 -05:00
Joe Groff 38e58fca39 make vshuffle-bytes intrinsic for any shuffle mask type 2009-10-19 12:25:55 -05:00
Slava Pestov 917e000b70 tools.deploy: increase terrain size tolerance, decrease windows size tolerance 2009-10-19 06:11:00 -05:00
Slava Pestov d3f365d2f8 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 f6c994da8c peg: fix unit test failures 2009-10-19 06:01:20 -05:00
Slava Pestov f52239c3d2 Move modules and peg-lexer to unmaintained 2009-10-19 05:56:35 -05:00
Slava Pestov ce66b51b03 Merge branch 'master' of git://factorcode.org/git/factor 2009-10-19 05:37:10 -05:00
Slava Pestov f023875bf6 Merge branch 'master' of git://github.com/killy971/factor 2009-10-19 05:36:03 -05:00
Slava Pestov 1a7b00eaa6 random.sfmt: make it endian-agnostic 2009-10-19 05:22:43 -05:00
Slava Pestov 73a3fe447a compiler: fix typo in intrinsics tests 2009-10-19 05:16:04 -05:00
Slava Pestov a62d38bff3 compiler: fix low-level-ir test on PowerPC 2009-10-19 05:03:02 -05:00
Slava Pestov 0a3029d9f2 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 8eba48f4c4 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 72babc089b peg.ebnf: fix 2009-10-19 04:05:26 -05:00
Slava Pestov e882db0524 peg.ebnf: turn $unchecked-examples into $examples 2009-10-19 03:44:50 -05:00
Slava Pestov e68b570e2b 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 5e12356a22 vm: new mark_bits data structure replaces hashtable when compacting code heap 2009-10-19 02:21:11 -05:00
Slava Pestov e82bd8fd17 Merge branch 'ebnf' of git://double.co.nz/git/factor 2009-10-19 01:43:45 -05:00
Chris Double 3fbba4df28 peg.ebnf doc fixes to appease help.lint 2009-10-19 18:26:19 +13:00
Slava Pestov 715f5ebf88 vm: cleanup 2009-10-19 00:16:32 -05:00
Chris Double 99a655830f Tweak what EBNF words are private 2009-10-19 18:14:13 +13:00
Chris Double cfae18bcd2 Basic peg.ebnf docs 2009-10-19 18:12:24 +13:00
Slava Pestov be96d985e9 vm: working on new compaction implementation 2009-10-19 00:07:43 -05:00
Joe Groff e033c8b801 Merge branch 'master' of git://factorcode.org/git/factor 2009-10-18 21:25:27 -05:00
Joe Groff 1fb2b6b78f math.vectors.conversion docs 2009-10-18 21:25:09 -05:00