slava
|
6a9e67a4bc
|
Tool documentation
|
2006-03-25 06:06:52 +00:00 |
slava
|
38602d63b9
|
Browser cleanups, moving assoc word from lists to sequences
|
2006-03-25 03:02:50 +00:00 |
slava
|
6c587659cc
|
Optimizations aimed at reducing bootstrap time
|
2006-03-21 05:44:19 +00:00 |
slava
|
f305c6a252
|
Fleshed out Cocoa subclassing
|
2006-03-09 06:44:17 +00:00 |
slava
|
448f4e7d6a
|
Small cleanup, re-enable basic block optimizer and Cocoa bindings
|
2006-03-08 20:03:01 +00:00 |
slava
|
592c684f6b
|
Updating optimizer for branch splitting removal
|
2006-03-07 04:35:32 +00:00 |
slava
|
48ff54c399
|
Optimizer reworking
|
2006-03-07 00:19:20 +00:00 |
slava
|
600974f6d8
|
Small cleanup, and bugfix for command line parsing during bootstrap
|
2006-03-06 06:04:43 +00:00 |
slava
|
09c5d95f32
|
Fix another literal killing bug
|
2006-03-06 00:42:14 +00:00 |
slava
|
c9f07af111
|
Fix a bug in the kill literals phase
|
2006-03-04 23:46:49 +00:00 |
slava
|
b8bcdc8909
|
Working on optimizer
|
2006-03-04 07:53:22 +00:00 |
slava
|
4b79be2219
|
Fix bootstrap, unit tests, and clean up
|
2006-03-02 06:47:34 +00:00 |
slava
|
46331ebefa
|
Rewritten linearizer
|
2006-03-02 06:12:32 +00:00 |
slava
|
f33bd6d03b
|
Disable branch splitting
|
2006-02-28 05:26:45 +00:00 |
slava
|
e55a401791
|
standard-combination now takes a dispatch position not a picker
|
2006-02-25 06:47:35 +00:00 |
slava
|
4990bade15
|
Merge alien and displaced-alien types, assorted cleanups
|
2006-02-20 01:53:18 +00:00 |
Slava Pestov
|
13ef8f9412
|
cell fix; experimental preferred size cache; floor/ceiling/truncate/mod for floats; fix mod for ratios; fix float equality test
|
2006-01-27 04:01:14 +00:00 |
Slava Pestov
|
b28ea890b7
|
AJAX outliners
|
2006-01-24 02:03:22 +00:00 |
Slava Pestov
|
7b8c731c82
|
another typo
|
2006-01-22 23:07:05 +00:00 |
Slava Pestov
|
a5daac3708
|
fix typo
|
2006-01-22 22:33:52 +00:00 |
Slava Pestov
|
d4ff3def1d
|
fix a name clash
|
2006-01-22 21:56:27 +00:00 |
Slava Pestov
|
9941aa5607
|
removed fixnum<< vop since it was buggy and afforded no performance gain, and also simplified some code
|
2006-01-22 21:40:18 +00:00 |
Slava Pestov
|
406f7a71d4
|
use a simple counter instead of gensym
|
2006-01-21 21:16:49 +00:00 |
Slava Pestov
|
978b3edc47
|
inference fix
|
2006-01-20 04:28:45 +00:00 |
Slava Pestov
|
573c419211
|
tuple documentation; rename array>tuple to >tuple
|
2006-01-09 22:56:19 +00:00 |
Slava Pestov
|
379a691a3d
|
documenting generic words
|
2006-01-09 01:41:31 +00:00 |
Slava Pestov
|
808c7a7f57
|
collections chapter almost done
|
2006-01-02 05:51:03 +00:00 |
Slava Pestov
|
2f84c408d9
|
fix erronous declaration
|
2005-12-26 03:18:25 +00:00 |
Slava Pestov
|
53c6cb2179
|
make class< a bit faster, mutable strings
|
2005-12-26 02:05:31 +00:00 |
Slava Pestov
|
dec98203d3
|
remove repetitions
|
2005-12-24 23:29:31 +00:00 |
Slava Pestov
|
b0e89c4984
|
made it an error to reference non-existent vocabularies in a USE: declaration; fixed this error in library source files
|
2005-12-17 14:55:00 +00:00 |
Slava Pestov
|
b7992f93a5
|
fixing various bugs
|
2005-12-17 03:24:39 +00:00 |
Slava Pestov
|
cf9fde020f
|
extended stream output protocol
|
2005-12-17 02:12:35 +00:00 |
Slava Pestov
|
d3b4726790
|
new bootstrap system; some other code cleanups
|
2005-12-13 22:33:58 +00:00 |
Slava Pestov
|
58a3e3ed16
|
new alien>string and string>alien primitives; powerpc backend fixes
|
2005-12-12 23:51:45 +00:00 |
Slava Pestov
|
3174f87b67
|
minor cleanups all over the place
|
2005-12-10 06:02:13 +00:00 |
Slava Pestov
|
66c0c2875c
|
VOP cleanups
|
2005-12-05 03:06:12 +00:00 |
Slava Pestov
|
7835222da8
|
httpd fixes
|
2005-11-30 04:49:59 +00:00 |
Slava Pestov
|
fa38f93e49
|
fix a prettyprinter bug and optimizer regression
|
2005-11-28 03:18:17 +00:00 |
Slava Pestov
|
9ef9193308
|
new hashtable
|
2005-11-27 22:45:48 +00:00 |
Slava Pestov
|
81c39d3368
|
fixing various compiler and inferencer bugs
|
2005-11-23 02:41:41 +00:00 |
Slava Pestov
|
d0eff0b9f0
|
minor fixes and factoroids updates
|
2005-11-19 09:09:30 +00:00 |
Slava Pestov
|
a651cc87b1
|
various fixes to inference, experimenting with %char-slot vops and interruption checks
|
2005-11-14 03:04:14 +00:00 |
Slava Pestov
|
23738087aa
|
big syntax change: vectors are now V{ }, hashtables are now H{ }, tuples T{ }, wrappers W{ }, complexes C{ }, arrays { }
|
2005-10-30 03:25:38 +00:00 |
Slava Pestov
|
867ccbe0b4
|
use array literals instead of vector literals
|
2005-10-29 20:53:47 +00:00 |
Slava Pestov
|
6e07be71ed
|
fix bootstrap problems
|
2005-10-13 05:48:16 +00:00 |
Slava Pestov
|
94e6955fd0
|
various fixes and OpenGL UI work
|
2005-10-13 04:30:44 +00:00 |
Slava Pestov
|
6b8e232c63
|
fix bignum emission, put MT in core
|
2005-10-08 05:15:14 +00:00 |
Slava Pestov
|
8c1bf3624e
|
minor UI fixes
|
2005-09-29 03:29:00 +00:00 |
Slava Pestov
|
1f05578344
|
fixes for unit test regressions
|
2005-09-29 00:09:10 +00:00 |