Commit Graph

113 Commits

Author SHA1 Message Date
Eli Barzilay
f3b51bcd26 minor tweak
svn: r2917
2006-05-12 05:45:01 +00:00
Eli Barzilay
283cb0dffd some more touchups
svn: r2916
2006-05-12 04:42:52 +00:00
Eli Barzilay
fd96a129f3 Finished with C-ing the code, it's now 2.5 times faster than it was,
and spending only 7% of the GC time it used to spend.

svn: r2915
2006-05-12 00:03:40 +00:00
Eli Barzilay
1e760c0546 reuse the same words vector on every block, x1.5 speedup
svn: r2914
2006-05-11 22:42:17 +00:00
Eli Barzilay
71ba559f96 more cleanup before actual changes
svn: r2913
2006-05-11 21:41:01 +00:00
Eli Barzilay
6264ad30db major cleanup
svn: r2910
2006-05-11 20:59:27 +00:00
Matthew Flatt
12f990e663 fixed define-match-expander to certify properly
svn: r2868
2006-05-06 15:42:44 +00:00
Robby Findler
5bcf026fce added unicdoe lambda to pretty printer
svn: r2858
2006-05-03 11:07:17 +00:00
Matthew Flatt
9f513d240e fix cert handling for init, init-field, and field
svn: r2823
2006-04-27 20:30:16 +00:00
Eli Barzilay
4edd6f5b4f typo
svn: r2739
2006-04-23 00:53:23 +00:00
Matthew Flatt
4185aceefe changed pregexp-replace[*] to accept a procedure as the last argument
svn: r2706
2006-04-18 17:21:59 +00:00
Eli Barzilay
88341ddf0e Made it ok to use rest-like stuff with keywords when allowing other keywords
(either explicitly or implicitly).

svn: r2676
2006-04-15 21:15:08 +00:00
Eli Barzilay
5552630953 make no meta-keywords case faster
svn: r2675
2006-04-15 17:33:54 +00:00
Robby Findler
0ad4118f6f fixed image.ss to handle the case when positive and negative infinity are supplied to overlay/xy and also limited one-of/c's inputs
svn: r2659
2006-04-11 13:53:53 +00:00
Robby Findler
1c97b4c21f fixed PR 7999 and added one-of/c to the contract library
svn: r2650
2006-04-10 03:54:55 +00:00
Eli Barzilay
9b3965f900 typo in list->cblock (PR7990)
svn: r2611
2006-04-05 22:18:16 +00:00
Eli Barzilay
7f6a5b3c12 merge -> merge-sorted-lists
svn: r2577
2006-04-03 04:14:23 +00:00
Eli Barzilay
6e34508a02 merge -> merge-sorted-lists
svn: r2576
2006-04-02 16:09:55 +00:00
Eli Barzilay
16f01a1109 {quick,merge}sort -> sort
svn: r2569
2006-04-01 12:24:15 +00:00
Eli Barzilay
a8e8e08677 some spedup in merge!
svn: r2566
2006-04-01 08:23:21 +00:00
Matthew Flatt
2ca4121a4f need to use ephemerons with weak table of ports
svn: r2548
2006-03-31 00:25:38 +00:00
Robby Findler
ea9d5bfe8b improved internal contract stuff
svn: r2546
2006-03-30 19:05:54 +00:00
Eli Barzilay
6744633338 Moved (and improved) sort! etc from Swindle to mzlib/list.ss
* Expose sort!, merge! and merge, since they're also useful

* Made `mergesort' be an alias for `sort'.

* Removed it all from Swindle

* Removed `sort' from compat.ss

* Needed to adjust a few other files, no problems but
  graphics/value-turtles provides its own version of `merge'

svn: r2542
2006-03-30 09:39:30 +00:00
Matthew Flatt
c5492262fc 'status waits for port-managing threads
svn: r2526
2006-03-28 14:15:52 +00:00
Robby Findler
cf86c57215 merged revision 2489:2523 from plt/branches/robby -- somehow contract-guts.ss came out messed up; I replaced it with the actual latest version from the branch and things seem okay
svn: r2524
2006-03-28 00:38:43 +00:00
Matthew Flatt
d7d9efb1ac delay finalizer thread until needed
svn: r2494
2006-03-24 13:41:41 +00:00
Robby Findler
5e2f5d86de re arranged the file names in the contract library and exported a few more things from the main library to satisfy plai
svn: r2488
2006-03-23 17:22:26 +00:00
Robby Findler
8617ca8fcd defeats the inlining optimization by making procedure bodies big in order to do lazy contract checking
svn: r2486
2006-03-22 21:12:53 +00:00
Matthew Flatt
d2737c73a4 replace same-closure with procedure-closure-contents-eq?
svn: r2476
2006-03-21 15:28:59 +00:00
Matthew Flatt
6a4dccff65 tweak for 301.11 inlining
svn: r2468
2006-03-20 20:33:43 +00:00
Robby Findler
bb9b8eb90e finished lazy data structure contracts
svn: r2458
2006-03-19 00:03:48 +00:00
Robby Findler
d8217b9d27 added first stages of improvments to contract library to support lazy structure contracts. not yet complete, but contract system is in working order, so committing
svn: r2452
2006-03-18 05:33:08 +00:00
Matthew Flatt
17670dd89d moddep contracts and testing
svn: r2407
2006-03-10 03:35:23 +00:00
Robby Findler
7249080888 svn: r2393 2006-03-08 17:23:45 +00:00
Eli Barzilay
776e15490e * Arguments can now be passed directly as lists
* Keywords are compared for the literal symbol instead of comparing ids
* Added tests for the above
* Some re-formatting

svn: r2356
2006-03-03 14:48:22 +00:00
Robby Findler
873e71a9dd fixed PR 7927
svn: r2341
2006-03-02 02:48:40 +00:00
Eli Barzilay
70d2fa327d When both optionals and keywords are used, the first keyword marks the end
of the optionals.

svn: r2322
2006-02-27 04:42:27 +00:00
Matthew Flatt
d9e3e1e267 make serialization work right when a module is dynamic-required using a (non-string) path
svn: r2321
2006-02-26 17:45:37 +00:00
Robby Findler
3172ffd027 added contract-violation->string parameter
svn: r2314
2006-02-24 15:37:58 +00:00
Eli Barzilay
67e5151775 fix expansion problems
svn: r2312
2006-02-24 13:14:04 +00:00
Matthew Flatt
6ddea0a0f5 when writing a .zo fails, delete the bad file
svn: r2310
2006-02-23 20:53:41 +00:00
Eli Barzilay
f41698de15 optimize keyword-get
svn: r2305
2006-02-23 18:20:58 +00:00
Matthew Flatt
a59d668f6d Jepri's changes so that md5 works on ports
svn: r2194
2006-02-11 05:35:35 +00:00
Matthew Flatt
c5a6d3d046 give the compiler hints with define-const
svn: r2191
2006-02-10 22:03:13 +00:00
Matthew Flatt
144b8d6593 report unexpected EOF in inflate/gunzip
svn: r2190
2006-02-10 21:42:31 +00:00
Robby Findler
106c19a461 added tests for or/c ordering and and/c ordering and fixed name of the or/c contract (so it doesn't claim to be a union contract anymore)
svn: r2100
2006-02-03 04:07:25 +00:00
Robby Findler
fddb1fa862 updated many unions to or/c's
svn: r2061
2006-01-31 19:17:33 +00:00
Robby Findler
c43a6f2821 added or/c as alias for union
svn: r2059
2006-01-31 16:29:12 +00:00
Robby Findler
f3a8a1895d minor improvement to provide/contract expansion (making it smaller)
svn: r2033
2006-01-30 01:30:47 +00:00
Robby Findler
edc4b96987 improved expansion of -> contract combinator to generate less stuff and got a very slight performance improvement. also split up contract implementation into multiple files
svn: r1956
2006-01-25 04:44:49 +00:00