Robby Findler
|
7f9bd52857
|
fixed a bug in the way PR 11775 was fixed
related to PR 11775
pls. merge to release branch
|
2011-04-21 21:40:04 -05:00 |
|
Matthew Flatt
|
3f9a4c49fa
|
fix `#define's that are used in more configurations than originally
|
2011-04-21 19:34:07 -06:00 |
|
Matthew Flatt
|
c4dbbdfaf3
|
fix C declaration
|
2011-04-21 19:34:07 -06:00 |
|
Matthew Flatt
|
f761be02be
|
fix logging for master GC
|
2011-04-21 19:34:07 -06:00 |
|
Robby Findler
|
22e08dde07
|
removed drscheme man page
merge to release branch
|
2011-04-21 19:38:30 -05:00 |
|
Robby Findler
|
8655c4a55e
|
added in recent changes
|
2011-04-21 19:37:08 -05:00 |
|
Kevin Tew
|
8b049bb2ff
|
Missed old code removal during recent refactor
|
2011-04-21 18:16:47 -06:00 |
|
Kevin Tew
|
d197d39d2c
|
[Places] free gcs when places terminate
|
2011-04-21 14:27:27 -06:00 |
|
Matthew Flatt
|
c280b19ee2
|
remove unused var
|
2011-04-21 11:45:34 -06:00 |
|
Matthew Flatt
|
5e24a6d37c
|
improve logging related to GC and places
|
2011-04-21 11:42:20 -06:00 |
|
Kevin Tew
|
c00a85edf8
|
Free msg_memory when place channel is finalized
|
2011-04-21 11:20:53 -06:00 |
|
Kevin Tew
|
8e2c09ac2f
|
Add finalizer for place-channel's mutexes
|
2011-04-21 11:20:53 -06:00 |
|
Asumu Takikawa
|
45253454c7
|
plt-games: Fix minor bug in paint-by-numbers game.
|
2011-04-21 13:11:46 -04:00 |
|
Sam Tobin-Hochstadt
|
295cb191cf
|
Fix undocumented binding.
|
2011-04-21 12:23:44 -04:00 |
|
Kevin Tew
|
113918e85a
|
Revert "disable places-by-default for now"
This reverts commit 8760d38a95 .
|
2011-04-21 10:18:29 -06:00 |
|
Kevin Tew
|
23fa4fb684
|
Disable places build, using processes only.
|
2011-04-21 06:24:30 -06:00 |
|
Kevin Tew
|
6bfef986d1
|
Match error messasge in places.c
|
2011-04-21 06:24:09 -06:00 |
|
Kevin Tew
|
b1cd60213f
|
Test all allowed types in place messages
|
2011-04-21 06:14:27 -06:00 |
|
Matthew Flatt
|
8760d38a95
|
disable places-by-default for now
--- pending further investigation of memory consumption
|
2011-04-21 06:12:31 -06:00 |
|
Matthew Flatt
|
2177681336
|
remove leftover(?) place GC-switching code on prefab lookup
|
2011-04-20 21:13:21 -06:00 |
|
Matthew Flatt
|
275d4a7a05
|
future scheduling fix and tweak
- put an atomic action on the atomic queue, even if the future
was locally suspended
- try local allocation for a multiple-values buffer
|
2011-04-20 20:01:29 -06:00 |
|
Matthew Flatt
|
7a47974a69
|
adjust `in-vector' with ranges to cooperate with futures
|
2011-04-20 17:52:06 -06:00 |
|
Matthew Flatt
|
aed7bdf0c9
|
fix gc of ps/pdf/svg cairo-surface stream
|
2011-04-20 14:25:58 -06:00 |
|
Matthew Flatt
|
499800d96e
|
fix typos
|
2011-04-20 14:25:53 -06:00 |
|
Matthew Flatt
|
e9dd7580a8
|
win32: fix incorrectly shared path-conversion buffer
|
2011-04-20 12:25:48 -06:00 |
|
Matthew Flatt
|
231cf7db48
|
win32: create threads in the right way for C library
|
2011-04-20 11:25:15 -06:00 |
|
Matthew Flatt
|
714df5598c
|
restore needed forcing of hash codes
|
2011-04-20 08:22:01 -06:00 |
|
Sam Tobin-Hochstadt
|
82e6e9d19e
|
Avoid resolving types when checking subtyping on structs.
This fixes problems with caching, because sometimes we were giving the wrong answer for nested calls to `subtype'.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
d459ad47b8
|
Use `in-hash' explicitly.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
fe60793b4d
|
Add type keys for Struct and StructTop.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
6c17b01f99
|
Add clever comments.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
eaa63f2d1e
|
Add debugging parameter, and wrappers for unstable/debug.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
79061150ef
|
Add cache for `resolve-once'.
Substantial speedups on "new-metrics.rkt" test.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
0f30f5d8de
|
Use eq? on sequence numbers.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
51083dbce6
|
Remove useless requires.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
7ba2b6e100
|
Fix typo.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
e7beef3f4f
|
Remove unused macro.
Convert function to macro for inlining.
|
2011-04-20 09:41:42 -04:00 |
|
Sam Tobin-Hochstadt
|
05d9e1a871
|
Refactor to avoid duplicated code.
|
2011-04-20 09:41:42 -04:00 |
|
Matthew Flatt
|
5969524bd4
|
remove debugging leftovers(?)
|
2011-04-20 07:37:12 -06:00 |
|
Matthew Flatt
|
e47c9a2f9d
|
allow cyclic values over place channels
|
2011-04-20 07:21:10 -06:00 |
|
Matthew Flatt
|
e1fced4897
|
places: clean up bad-message reporting, simplify some code
|
2011-04-20 06:55:37 -06:00 |
|
Eli Barzilay
|
0d021aacd2
|
New Racket version 5.1.1.3.
|
2011-04-20 03:50:42 -04:00 |
|
Kevin Tew
|
3358ec8d10
|
Place-channel path test cases
|
2011-04-20 00:01:28 -06:00 |
|
Kevin Tew
|
4749ae9d8a
|
Fix places message to correctly say place-channel-send, add support for
windows paths in place channels
|
2011-04-19 22:44:13 -06:00 |
|
Matthew Flatt
|
1932a453a8
|
enable inlining of calls to `case-lambda' procedures
which includes calls to procedures with optional (but no keyword)
arguments
|
2011-04-19 21:28:14 -06:00 |
|
Matthew Flatt
|
25017ef3c1
|
streamline expanded code for procs with optional and no keyword args
|
2011-04-19 21:28:14 -06:00 |
|
Matthew Flatt
|
a41a607cbb
|
tweak build message again
to what I meant in the first place
|
2011-04-19 21:28:14 -06:00 |
|
Kevin Tew
|
fbb3926e07
|
Fix drracket crash on mflatt field.rkt test
|
2011-04-19 13:00:35 -06:00 |
|
Kevin Tew
|
9452f3e89b
|
[Places] parallel-do change exn? to exn:fail?
|
2011-04-19 13:00:35 -06:00 |
|
Stephen Chang
|
3e08a61190
|
fix typo in guide sec 17.3.3
|
2011-04-19 14:32:17 -04:00 |
|