Slava Pestov
|
5d79450d9d
|
Use a more compact representation for "compiled-uses" and "compiled-generic-uses" word-props; reduces image size
|
2009-11-08 06:08:04 -06:00 |
Joe Groff
|
138cdeff54
|
typo in io.files.info.windows
|
2009-11-07 22:23:39 -06:00 |
Joe Groff
|
42a121fb60
|
0 [ndip] can be a nop
|
2009-11-07 21:51:50 -06:00 |
Joe Groff
|
f9a9a206f2
|
eliminate more redundant empty quots from fry code generation
|
2009-11-07 21:50:45 -06:00 |
Joe Groff
|
972a63630f
|
reduce number of primitive dip/curries generated by fry
|
2009-11-07 21:34:16 -06:00 |
Joe Groff
|
cbf2a2131f
|
reduce number of empty quotations generated by fry
|
2009-11-07 16:12:22 -06:00 |
Joe Groff
|
42b82341eb
|
update M\ lambda condomize 'cause you can't compose a lambda
|
2009-11-07 13:32:08 -06:00 |
Joe Groff
|
9f22542e1b
|
typos in fry tests
|
2009-11-07 13:03:57 -06:00 |
Joe Groff
|
28b09d6d57
|
update terms of fry–locals peace treaty
|
2009-11-07 13:03:46 -06:00 |
Joe Groff
|
a4508e9c43
|
new fry implementation that builds human-readable quotations (e.g. { 1 2 3 } 4 '[ _ [ _ + ] map ] => [ { 1 2 3 } [ 4 + ] map ])
|
2009-11-06 23:43:07 -06:00 |
Joe Groff
|
379246d6e0
|
link to fry examples article from fry word docs
|
2009-11-06 23:37:55 -06:00 |
Philipp Brüschweiler
|
8163c47b4a
|
sequences: rename virtual-seq to virtual-exemplar
|
2009-11-07 00:06:26 +01:00 |
Philipp Brüschweiler
|
c5c0e274cb
|
sequences.merged: fix for input sequences of different lengths
|
2009-11-06 23:05:55 +01:00 |
Doug Coleman
|
71c4da5558
|
fix a couple errors
|
2009-11-06 11:32:29 -06:00 |
Slava Pestov
|
a089163a40
|
math: fix test failures on 32-bit
|
2009-11-06 04:50:41 -06:00 |
Slava Pestov
|
5058e206c9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-06 04:37:12 -06:00 |
Slava Pestov
|
1d4ec1959d
|
stack-checker.known-words: fix declared output type for dispatch-stats primitive
|
2009-11-06 04:36:46 -06:00 |
Slava Pestov
|
ddd13c8979
|
lists.lazy: fix luntil
|
2009-11-06 04:31:22 -06:00 |
Slava Pestov
|
4f704a7ad3
|
generalizations: fix help lint
|
2009-11-06 04:20:25 -06:00 |
Slava Pestov
|
ba31abb301
|
Fix some test failures
|
2009-11-06 02:35:43 -06:00 |
Doug Coleman
|
9e939a4dad
|
solved project euler 089 ftw
|
2009-11-06 01:49:33 -06:00 |
Doug Coleman
|
5f33a3e44b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-06 01:07:25 -06:00 |
Slava Pestov
|
279d1169d2
|
compiler: fix alien tests
|
2009-11-06 01:04:02 -06:00 |
Doug Coleman
|
7e66f0beaf
|
fix display issue with png files where height not a multiple of 4
|
2009-11-06 00:43:59 -06:00 |
Joe Groff
|
00ce8b6a33
|
deprimitivize tuck and put it to pasture
|
2009-11-05 22:47:05 -06:00 |
Joe Groff
|
4b0edb34d3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-05 22:23:21 -06:00 |
Slava Pestov
|
c08d325132
|
Remove unused error from VM
|
2009-11-05 21:52:31 -06:00 |
Slava Pestov
|
4061951d1c
|
vm: simpler object space implementation. begin-scan/next-object/end-scan primitives replaced by a single all-instances primitive
|
2009-11-05 21:49:03 -06:00 |
Slava Pestov
|
8d8f539660
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-05 19:29:49 -06:00 |
Slava Pestov
|
22c717616c
|
vm: speed up some bit twiddling on 32-bit
|
2009-11-05 19:29:27 -06:00 |
Doug Coleman
|
3e28be6568
|
move sequence-parser to sequences.parser
|
2009-11-05 17:12:10 -06:00 |
Joe Groff
|
61d579360d
|
remove non-primitive-related uses of tuck from basis
|
2009-11-05 17:03:24 -06:00 |
Doug Coleman
|
02227b504f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-05 16:55:21 -06:00 |
Joe Groff
|
9ec0c3e923
|
remove unused ntuck generalization, and rewrite napply not to use tuck
|
2009-11-05 16:12:13 -06:00 |
Joe Groff
|
6e9d369331
|
remove spin from core and retire it to basis/shuffle
|
2009-11-05 15:40:48 -06:00 |
Joe Groff
|
08370a236d
|
update hints docs to demonstrate M\ method syntax instead of old array syntax for referencing methods
|
2009-11-05 14:05:39 -06:00 |
Joe Groff
|
fa6d7b7069
|
eliminate spin from basis
|
2009-11-05 14:05:06 -06:00 |
Joe Groff
|
02f209b30a
|
remove unused nspin generalization
|
2009-11-05 13:16:20 -06:00 |
Daniel Ehrenberg
|
d2fe75276e
|
custom inlining for diff and intersect, when given a literal sequence. this cuts off 1/3 of the running time of a microbenchmark
|
2009-11-05 13:13:27 -06:00 |
Doug Coleman
|
2df2c1a339
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-05 01:58:40 -06:00 |
Slava Pestov
|
6c87f20286
|
Merge branch 'work' of git://github.com/carlo-kokoth/factor
|
2009-11-05 01:55:16 -06:00 |
Slava Pestov
|
c5ecefc6ef
|
game.input.dinput.keys-array: fix load error
|
2009-11-05 01:54:49 -06:00 |
Slava Pestov
|
e0ad7fa5c8
|
Merge branch 'new_gc' of git://factorcode.org/git/factor into new_gc
|
2009-11-05 01:36:40 -06:00 |
Slava Pestov
|
9ca1ab7ccc
|
tools.dispatch: split off method dispatch statistics from tools.time
|
2009-11-05 01:36:26 -06:00 |
Slava Pestov
|
fba6ddbc22
|
Move platform-specific c-type initialization out of cpu.* vocabularies and into alien.c-types so that the vm vocabulary, which is loaded before cpu.*, will have correct struct offsets
|
2009-11-05 01:36:14 -06:00 |
Slava Pestov
|
c6b0a91f34
|
alien.c-types: use (byte-array) instead of <byte-array> in out parameter constructors
|
2009-11-05 01:08:58 -06:00 |
Slava Pestov
|
47df580081
|
tools.time: overhaul
|
2009-11-05 01:07:59 -06:00 |
carlok
|
42fc3c0f05
|
Add support for CP-1250 encoding
|
2009-11-05 07:35:16 +01:00 |
Slava Pestov
|
8c4ad9bf18
|
compiler: fix intrinsics tests on 32-bit
|
2009-11-04 18:28:46 -06:00 |
Slava Pestov
|
0913758805
|
tools.memory: tweak
|
2009-11-03 23:52:02 -06:00 |
Slava Pestov
|
2b1a26228b
|
Align stack pointer on non-Mac OS X x86-32 platforms, and use aligned loads/stores for SIMD values
|
2009-11-03 23:51:44 -06:00 |
Slava Pestov
|
3c4c05e915
|
compiler.cfg.intrinsics.allot: fix inline byte array allocation on 32-bit platforms
|
2009-11-03 23:44:20 -06:00 |
Slava Pestov
|
109aa88b06
|
compiler: update unit tests for 4-bit tag change
|
2009-11-03 21:40:29 -06:00 |
Doug Coleman
|
82ae52e109
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-03 18:41:23 -06:00 |
Slava Pestov
|
51e9a891a8
|
cpu.x86: update %box-displaced-alien for introduction of address field
|
2009-11-03 03:17:43 -06:00 |
Slava Pestov
|
91ccc30a54
|
Merge branch 'master' into new_gc
|
2009-11-02 20:34:13 -06:00 |
Slava Pestov
|
0a15ae4d6b
|
compiler.cfg.intrinsics: uncomment line commented out by mistake
|
2009-11-02 20:33:14 -06:00 |
Slava Pestov
|
495f776d54
|
Merge branch 'master' into new_gc
|
2009-11-02 20:11:43 -06:00 |
Slava Pestov
|
8bd2273e44
|
compiler.cfg: don't generate useless methods in instruction meta-programming. reduces bootstrap time
|
2009-11-02 20:11:29 -06:00 |
Slava Pestov
|
a3b5c07e80
|
Minor bug fixes for 4-bit tags
|
2009-11-02 17:41:36 -06:00 |
Slava Pestov
|
e4ad642134
|
vm: 4 bit tags, new representation of alien objects makes unbox-any-c-ptr more efficient (work in progress)
|
2009-11-02 04:25:54 -06:00 |
Slava Pestov
|
7e17c3077c
|
vm: new megamorphic hashcode algorithm improves bootstrap speed
|
2009-11-02 01:37:58 -06:00 |
Doug Coleman
|
8460d98c6d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-01 23:33:18 -06:00 |
Doug Coleman
|
092dd9fc39
|
add sorted-histogram word
|
2009-11-01 23:16:26 -06:00 |
Slava Pestov
|
f21199005d
|
Merge branch 'master' into new_gc
|
2009-11-01 22:17:27 -06:00 |
Slava Pestov
|
8b8b9031fd
|
Move a few libraries from extra to basis since basis stuff depends on them
|
2009-11-01 22:17:00 -06:00 |
Slava Pestov
|
e28580dd0f
|
vm: faster sweep algorithm
|
2009-11-01 20:24:25 -06:00 |
Joe Groff
|
aaba25527c
|
typo in cpu.x86
|
2009-11-01 19:39:57 -06:00 |
Joe Groff
|
36e4a141c4
|
clear destination register before doing CVTS* to break dependency chains
|
2009-11-01 18:29:12 -06:00 |
Joe Groff
|
fa8ec06ab5
|
SSE code generation improvements: always use MOVAPS to move float xmm registers to kill dependency chains, and favor -PS versions of logical, move, and shuffle ops to shrink code size
|
2009-11-01 16:09:44 -06:00 |
Joe Groff
|
fab5cbc6b9
|
fix float integer^ for denormal results
|
2009-11-01 00:43:04 -05:00 |
Joe Groff
|
f858f8e03b
|
tools.deprecation is always loaded now; no need to waffle in the docs
|
2009-10-31 16:53:18 -05:00 |
Joe Groff
|
91d12ddc22
|
touch up locals documentation, unify terminology, and put a link to "limitations of locals" in MACRO:: docs
|
2009-10-31 16:41:11 -05:00 |
Joe Groff
|
a7011fe087
|
use bignum/f to get accurate division of fixnums >= 2^53 on 64-bit platforms
|
2009-10-31 12:06:56 -05:00 |
Slava Pestov
|
37abac7407
|
Merge branch 'master' into new_gc
|
2009-10-30 21:04:37 -05:00 |
Slava Pestov
|
c05affdce3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-30 21:00:26 -05:00 |
Slava Pestov
|
888fcdb5f8
|
debugger: use short. rather than . to print errors if inspector is not loaded
|
2009-10-30 20:53:32 -05:00 |
Slava Pestov
|
8d613a8c9a
|
bootstrap.image: small speedup
|
2009-10-30 20:53:18 -05:00 |
Joe Groff
|
32450a0575
|
add missing USING: to stack-checker tests
|
2009-10-30 20:49:09 -05:00 |
Joe Groff
|
6bcd6c68dd
|
no need to pre-compile roll/-roll since they're not used in core or basis anymore
|
2009-10-30 18:00:47 -05:00 |
Joe Groff
|
3f15e028f7
|
exile roll and -roll to basis/shuffle and mark them deprecated
|
2009-10-30 17:11:45 -05:00 |
Doug Coleman
|
89a426d797
|
fix help lint
|
2009-10-30 13:35:20 -05:00 |
Doug Coleman
|
44acd45f2a
|
move docs for nth-root, fix docs for minmax
|
2009-10-30 06:37:02 -05:00 |
Slava Pestov
|
f102d1073e
|
tools.memory: update for language changes
|
2009-10-30 03:15:07 -05:00 |
Doug Coleman
|
b318741572
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-30 03:06:19 -05:00 |
Doug Coleman
|
32a51b584c
|
slightly better math.statistics docs
|
2009-10-30 03:06:03 -05:00 |
Slava Pestov
|
6f9336c29e
|
Merge branch 'master' into new_gc
|
2009-10-30 03:03:05 -05:00 |
Slava Pestov
|
d2f0d577c3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-30 03:00:08 -05:00 |
Slava Pestov
|
cbd427dd0a
|
concurrency.distributed: fix unit tests
|
2009-10-30 02:59:54 -05:00 |
Doug Coleman
|
320128c7eb
|
move histogram to math.statistics, write a main article for math.statistics
|
2009-10-30 02:55:54 -05:00 |
Slava Pestov
|
a48a06a4d5
|
Merge branch 'concurrency' of git://double.co.nz/git/factor
|
2009-10-30 02:47:59 -05:00 |
Slava Pestov
|
a3522554f3
|
tools.memory: add gc-stats. for viewing event statistics
|
2009-10-30 02:45:16 -05:00 |
Doug Coleman
|
003787113f
|
move nth-root to math.functions, use exchange-unsafe in math.statistics
|
2009-10-30 02:35:51 -05:00 |
Joe Groff
|
1cf45abf06
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-30 00:42:37 -05:00 |
Joe Groff
|
3cf6931fc2
|
kill a -roll
|
2009-10-30 00:42:34 -05:00 |
Joe Groff
|
b858860a67
|
add ##shl-vector-imm and ##shr-vector-imm insn variants. use merge/shr instead of compare/merge to do signed unpacks
|
2009-10-30 00:41:19 -05:00 |
Chris Double
|
afec484240
|
Update remote channels help
|
2009-10-30 14:25:10 +13:00 |
Chris Double
|
628a0ba530
|
Refactor some remote channels code
|
2009-10-30 14:19:34 +13:00 |
Joe Groff
|
eccf3fba9d
|
shun ugly shuffle words in the docs
|
2009-10-29 19:42:55 -05:00 |
Doug Coleman
|
0f104af192
|
forgot a sigma
|
2009-10-29 14:34:31 -05:00 |
Doug Coleman
|
1d12a6707d
|
sigma -> map-sum
|
2009-10-29 14:34:04 -05:00 |
Joe Groff
|
a8b9477fe7
|
clean up typos and improve synergy between locals and namespaces docs
|
2009-10-29 14:08:45 -05:00 |
Chris Double
|
536a4a3932
|
Rename distributed process registry stuff to remote-thread
|
2009-10-29 18:39:25 +13:00 |
Chris Double
|
72ae46e72b
|
Move distributed concurrency specific stuff from messaging to distributed
|
2009-10-29 18:02:07 +13:00 |
Chris Double
|
6b7d723982
|
Fix channels.remote to/from words
|
2009-10-29 18:01:45 +13:00 |
Chris Double
|
dc6bc9d327
|
Add example of usage to concurrency.distributed help
|
2009-10-29 16:18:28 +13:00 |
Doug Coleman
|
438e250e1b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-28 20:17:57 -05:00 |
Doug Coleman
|
7730272f2f
|
fix using for normalize-path
|
2009-10-28 20:17:46 -05:00 |
Joe Groff
|
9ae21ac5d9
|
Merge branch 'master' of http://factorcode.org/git/factor
Conflicts:
basis/opengl/debug/debug.factor
|
2009-10-28 19:30:20 -05:00 |
Joe Groff
|
7e88ead665
|
fix build errors
|
2009-10-28 19:28:16 -05:00 |
Doug Coleman
|
17f0a5d41a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-28 17:26:23 -05:00 |
Doug Coleman
|
e376a0ece2
|
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
|
2009-10-28 17:25:50 -05:00 |
Doug Coleman
|
5e75a765a4
|
fix using
|
2009-10-28 17:25:00 -05:00 |
Joe Groff
|
c5c31b4300
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-28 16:19:37 -05:00 |
Doug Coleman
|
bb0921ef42
|
oops, cpu.arm was not loaded by default
|
2009-10-28 16:18:47 -05:00 |
Joe Groff
|
3fbe722561
|
Merge branch 'master' of http://factorcode.org/git/factor
Conflicts:
basis/locals/locals.factor
basis/peg/peg.factor
extra/infix/infix.factor
|
2009-10-28 16:17:24 -05:00 |
Joe Groff
|
6e1bffb1c5
|
update existing code to use :> ( ) when possible
|
2009-10-28 16:11:33 -05:00 |
Joe Groff
|
c19912241b
|
update :> docs for new :> ( ) feature
|
2009-10-28 15:59:17 -05:00 |
Joe Groff
|
d284d963fa
|
:> ( a b c ) syntax to bind multiple variables left-to-right off the stack
|
2009-10-28 15:40:07 -05:00 |
Doug Coleman
|
bf27177e93
|
fix using
|
2009-10-28 15:32:34 -05:00 |
Doug Coleman
|
81439ab4be
|
make the ARM assembler unportable
|
2009-10-28 15:30:51 -05:00 |
Doug Coleman
|
93de179c2f
|
over push -> suffix!, over push-all -> append!
|
2009-10-28 15:29:01 -05:00 |
Doug Coleman
|
bd13e018dd
|
memq? -> member-eq?, sorted-memq? -> sorted-member-eq?
|
2009-10-28 15:02:00 -05:00 |
Doug Coleman
|
1476cdb974
|
reverse-here -> reverse!
|
2009-10-28 14:40:15 -05:00 |
Joe Groff
|
b0362f8011
|
fix help-lint failures
|
2009-10-28 14:05:23 -05:00 |
Joe Groff
|
ef25935366
|
fix load errors from load-all
|
2009-10-28 13:56:15 -05:00 |
Doug Coleman
|
7ce4b746e5
|
parsed -> suffix!, add append!
|
2009-10-28 13:38:27 -05:00 |
Joe Groff
|
2ecf3fb568
|
fix load errors from bootstrapping
|
2009-10-28 12:51:03 -05:00 |
Slava Pestov
|
299b5b0f6c
|
filter-here -> filter!
|
2009-10-28 00:44:05 -05:00 |
Joe Groff
|
22afae8734
|
update functors for [let change
|
2009-10-28 00:30:09 -05:00 |
Slava Pestov
|
50f5c3d116
|
remq -> remove-eq, delq -> remove-eq!
|
2009-10-28 00:23:08 -05:00 |
Slava Pestov
|
951e3e9c83
|
delete-nth -> remove-nth!
|
2009-10-27 23:41:57 -05:00 |
Slava Pestov
|
f5a0a8b6e1
|
delete -> remove!
|
2009-10-27 23:25:35 -05:00 |
Slava Pestov
|
08e7d25dc5
|
change-each -> map!, deep-change-each -> deep-map!
|
2009-10-27 22:32:56 -05:00 |
Joe Groff
|
f1d9201cb2
|
update peg for [let change
|
2009-10-27 22:29:20 -05:00 |
Joe Groff
|
935c0797c3
|
update existing code for [let change
|
2009-10-27 22:05:37 -05:00 |
Slava Pestov
|
a1aac42786
|
vm: clean up gc events, remove -verbosegc switch, fix compaction bug
|
2009-10-27 21:31:28 -05:00 |
Slava Pestov
|
028a7be4d6
|
tools.memory: experimenting with some GC event data mining
|
2009-10-27 16:31:45 -05:00 |
Joe Groff
|
c4e3c15c28
|
remove [let* ] and change [let ] to only establish a scope, leaving :> as the one true way of binding locals
|
2009-10-27 14:19:05 -05:00 |
Slava Pestov
|
21f1fe7aaf
|
tools.time: remove crappy old GC stats
|
2009-10-27 03:37:05 -05:00 |
Slava Pestov
|
d95a98eb9c
|
vm: add primitives for getting at GC events, data-room and code-room primitives now return structs instead of arrays
|
2009-10-27 03:32:28 -05:00 |
Slava Pestov
|
91cec17e52
|
vm: get GC events working, -verbosegc switch now produces more info
|
2009-10-26 23:57:26 -05:00 |
Joe Groff
|
8f0321a0b1
|
remove [wlet ]
|
2009-10-26 23:17:40 -05:00 |
Joe Groff
|
d17ef38007
|
update compiler.tree.cleanup test
|
2009-10-26 23:01:35 -05:00 |
Slava Pestov
|
e793a72060
|
vm: remove crummy old GC stats, split off free list code, clean up various other things
|
2009-10-26 22:08:35 -05:00 |
Joe Groff
|
ad18098a4f
|
add some math.parser hints that slightly improve number parsing performance
|
2009-10-26 17:48:05 -05:00 |
Joe Groff
|
5caa118e40
|
make first2, first3, first4 inline
|
2009-10-26 17:30:37 -05:00 |
Slava Pestov
|
cf247c23a2
|
vm: room. now prints mark stack size, and total/contiguous free space
|
2009-10-25 13:18:06 -05:00 |
Joe Groff
|
8826401ea8
|
fix bug when a TYPED: word takes no inputs or gives no outputs
|
2009-10-24 23:49:08 -05:00 |
Joe Groff
|
18d8dd4aee
|
restore getting started and index topics to the handbook for the benefit of docs.factorcode.org
|
2009-10-24 21:28:24 -05:00 |