Commit Graph

9492 Commits (1f6222ef40796121e2c58e1160c54571ac5f88f4)

Author SHA1 Message Date
Slava Pestov 1f6222ef40 Add a main word 2008-11-29 10:39:28 -06:00
Slava Pestov ef0ea005da New benchmark: nbody from shootout 2008-11-29 10:38:55 -06:00
Slava Pestov f675223873 Minor optimization in unclip-slice 2008-11-29 10:38:43 -06:00
Slava Pestov cbf392c889 Use new distance word 2008-11-29 10:38:27 -06:00
Slava Pestov 5bc173b9cf Better hints for float array operations 2008-11-29 10:19:35 -06:00
Slava Pestov f79041545a New distance word in math.vectors, replaces distance in math.points, more efficient 2008-11-29 10:19:23 -06:00
Slava Pestov 84c5cf2ff6 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2008-11-29 08:52:30 -06:00
Jose A. Ortega Ruiz 5ca847c326 Emacs factor mode: cycle between source, tests and docs factor files. 2008-11-29 15:45:00 +01:00
Slava Pestov f72f9a8f45 Add required methods 2008-11-29 04:59:29 -06:00
Slava Pestov 52f1ff3a95 Fix conflict 2008-11-29 04:23:23 -06:00
Slava Pestov 87d00d8012 Clean up 2008-11-29 04:14:30 -06:00
Slava Pestov 2798de019a Faster <range> 2008-11-29 04:09:16 -06:00
Slava Pestov 24b8bc5a4f Clean up and shorten partial-sums; tweak it to not use float-mod 2008-11-29 03:50:17 -06:00
Slava Pestov e1578b5848 Tweak math.functions to inline better 2008-11-29 03:49:24 -06:00
Slava Pestov 86d45262dc Add toutput ype propagation for #alien-invoke and #alien-indirect nodes 2008-11-29 03:47:38 -06:00
Slava Pestov 1c0789e616 Didn't generate ##branch after ##alien-invoke and ##alien-indirect 2008-11-29 03:46:57 -06:00
Slava Pestov 02a2752fa5 Add 'class' slot to c-types 2008-11-29 03:45:34 -06:00
Doug Coleman b9432c3d01 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-29 00:48:09 -06:00
Doug Coleman bc60af6187 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-29 00:45:43 -06:00
sheeple 26c002d23f Fix fixnum* problem; result was shifted to the right by 3 bits if both input registers were equal 2008-11-29 00:44:46 -06:00
Doug Coleman 3e59cca630 use math.bitwise here, add a couple tests 2008-11-29 00:44:39 -06:00
Doug Coleman 5b3e01f20a hexdump should only work on byte-arrays 2008-11-29 00:42:15 -06:00
Slava Pestov c43690a8fb Didn't pass help lint because of obsolete example 2008-11-29 00:37:46 -06:00
Slava Pestov a0a72f19f4 Clean up tools.annotations a little 2008-11-29 00:37:37 -06:00
Doug Coleman a4860c3173 add toggle-bit word to math.bitwise 2008-11-29 00:37:36 -06:00
Slava Pestov 265e57e21a Fix optimized. to literalize words when printing #push nodes 2008-11-29 00:37:26 -06:00
Slava Pestov c1d249afb2 Add unit test 2008-11-29 00:37:07 -06:00
Slava Pestov 67471dedac Forgot to emit a ##branch after ##fixnum-{add,sub,mul} ops; tools.annotations test faild 2008-11-29 00:36:43 -06:00
Doug Coleman 9d03a591cf trivial doc for error-stream 2008-11-29 00:35:50 -06:00
Doug Coleman 8c7a3c8a81 better docs for io.encodings 2008-11-29 00:30:36 -06:00
Slava Pestov cafc450a84 Documentation improvements 2008-11-29 00:20:39 -06:00
Slava Pestov ca12d46820 Don't use >r/r> in opengl 2008-11-29 00:20:29 -06:00
Slava Pestov e20a74cbf4 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2008-11-28 23:25:54 -06:00
Slava Pestov d0a54e3e8b Fix see-methods when class or generic has no methods 2008-11-28 23:24:59 -06:00
Jose A. Ortega Ruiz 7283d2f828 Merge commit 'origin/master'; branch 'master' into emacs 2008-11-29 05:41:28 +01:00
Slava Pestov 9081247e34 Merge branch 'master' of git://factorcode.org/git/factor into faster_overflow_checks 2008-11-28 22:26:49 -06:00
sheeple 2fc87a047a Merge branch 'master' of sheeple@factorcode.org:/git/factor 2008-11-28 22:24:20 -06:00
sheeple 2b1a90e90a Fixing PowerPC arithmetic primitives 2008-11-28 22:22:26 -06:00
Slava Pestov bac609d7af Implement both-fixnums? sub-primitive for PowerPC 2008-11-28 21:18:42 -06:00
Slava Pestov d3a40ff438 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor into faster_overflow_checks 2008-11-28 21:05:31 -06:00
Jose A. Ortega Ruiz 76afa6bf49 Emacs factor mode: improvements in USING:'s font lock and function navigation. 2008-11-29 03:49:35 +01:00
Slava Pestov 68dd6cc35a Working on PowerPC overflow checks 2008-11-28 20:02:50 -06:00
Jose A. Ortega Ruiz 2810b9ac0f Emacs factor: Oops, fix previous commit. 2008-11-29 01:58:20 +01:00
Jose A. Ortega Ruiz 858f848441 Emacs factor mode: electric ] and }; another fix for declaration-aware indentation. 2008-11-29 01:55:08 +01:00
Doug Coleman 7b13604b7b clarify docs for io.files.unique, add a couple more tests, remove usages of >r r> 2008-11-28 16:14:55 -06:00
Jose A. Ortega Ruiz bc5c6d85c4 Emacs factor mode: fix indentation in presence of declaration word, and add a face for them. 2008-11-28 22:51:36 +01:00
Doug Coleman e1964dc1a7 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-28 13:39:14 -06:00
Eduardo Cavazos cb815a965b kernel-docs: Fix '2dip' docs 2008-11-28 12:33:42 -06:00
Doug Coleman d1df44637c Merge branch 'master' of git://factorcode.org/git/factor 2008-11-28 12:08:26 -06:00
Slava Pestov eb8c621b6f Faster generic arithmetic on fiixnums: both-fixnums? sub-primitive performs a check if the top two stack items are both fixnums with a single conditional branch 2008-11-28 08:35:02 -06:00