Matthew Flatt
9f2fba9625
safe-for-space repairs for functions with rest args
...
original commit: 0754ad0114
2011-04-22 15:59:33 -06:00
Matthew Flatt
b3fd71415d
cache loaded compiled modules
...
using a SHA1 hash stored in the marshaled bytecode; this cache
lowers the cost of sandboxes or other uses of multiple namespaces
when the code inspector doesn't change; the caching is almost
transparent, but an eval handler might be called with compiled
code that cannot be written
original commit: 97ce26b182
2011-04-16 13:24:58 -06:00
Eli Barzilay
a3b9b386fe
Use proper raco command name in make and pack.
...
Fixes PR 11719.
original commit: 0f14c6aa67
2011-02-09 21:13:55 -05:00
Kevin Tew
80de0713e8
raco make -j
...
original commit: 2e1dffbfcc
2011-02-01 08:27:56 -07:00
Jay McCarthy
00134af67b
Removing test because we reintroduced gensym
...
original commit: b686cc84a9
2010-11-24 23:33:42 -05:00
Matthew Flatt
37f822ccb2
restore gen-id gensym so that decompiler works
...
original commit: 0a8e5e604e
2010-11-11 14:39:45 -07:00
Blake Johnson
74c7025e6e
scrbl file and longer command name
...
original commit: 199a63772a
2010-10-30 12:49:27 -06:00
Jay McCarthy
c428f6cafe
Exposing more values to GC by not making them toplevels
...
original commit: 26c7625c79
2010-10-30 09:14:58 -06:00
Jay McCarthy
5f064063f5
Saving time by only reading zos once and saving space by limiting the extent of the hash tables
...
original commit: 255489e0af
2010-10-30 08:54:13 -06:00
Jay McCarthy
e5b1e20529
Removing newlines from debug messages
...
original commit: 46e2e7931a
2010-10-30 08:31:23 -06:00
Jay McCarthy
aae51fbb87
Repairing tests
...
original commit: ec7157744f
2010-10-29 21:32:31 -06:00
Blake Johnson
8ae1cd0c3e
only creating zo file
...
original commit: 783418ce37
2010-10-29 19:50:12 -06:00
Blake Johnson
345f30f7e5
rolling back some unnecessary changes
...
original commit: a315f79ebd
2010-10-29 19:50:12 -06:00
Blake Johnson
969c0f4d58
replacing self modidx refs and tests
...
original commit: b2b5875e3e
2010-10-29 19:50:12 -06:00
Blake Johnson
8392dd8fa4
fixing logging and running code in zo-exs
...
original commit: 0688c18593
2010-10-29 19:50:11 -06:00
Blake Johnson
b8122efb82
using hasheq in zo-marshal
...
original commit: 43e151f340
2010-10-29 19:50:11 -06:00
Blake Johnson
7e97041b8d
debugging
...
original commit: 77c46d07ee
2010-10-29 19:50:11 -06:00
Blake Johnson
6b8a9b0861
Avoiding cycles in everything but closures
...
original commit: 7bffbc31a2
2010-10-29 19:50:11 -06:00
Blake Johnson
7aac10e938
offset calculation fix
...
original commit: d84b78daab
2010-10-29 19:50:11 -06:00
Blake Johnson
e0e144e210
changed eprintfs to log-debug
...
original commit: 3ddda200e8
2010-10-29 19:50:11 -06:00
Blake Johnson
1f2e1c6647
moved demodularizer from github to collects and added it to raco
...
original commit: 4676662e4b
2010-10-29 19:50:10 -06:00
Jay McCarthy
52163c7f17
Describing architecture a little
...
original commit: 039fc7095a
2010-10-21 22:29:27 -07:00
Jay McCarthy
4830a2d141
Removing debugging aid
...
original commit: 089e99fac6
2010-09-16 12:45:38 -06:00
Blake Johnson
d2ad91ae38
removing indirects from zo handling
...
original commit: c88eb704c7
2010-09-16 12:45:37 -06:00
Eli Barzilay
be19dcb79d
Use "<path>" instead of a misleading "<file>",
...
improve doc line for `--collect'.
original commit: 41812ace0f
2010-09-12 01:53:52 -04:00
Blake Johnson
aa0d3e18ae
fixing pr11175, added only-rest-arg-not-used flag
...
original commit: 3433af0a30
2010-09-10 14:46:04 -06:00
Blake Johnson
4c5dfd88af
fixing pr11036 by adding plain certificates
...
original commit: 170ab47dc2
2010-09-10 14:46:04 -06:00
Blake Johnson
428d1d383d
re-enabling tests
...
original commit: 1cb11ce6cc
2010-09-10 14:46:04 -06:00
Blake Johnson
1f08f65282
removing debugging information
...
original commit: 6338a97e0a
2010-09-10 14:46:04 -06:00
Blake Johnson
4d82ab734e
Changing memory limit
...
original commit: 407a36c9d2
2010-09-10 14:46:04 -06:00
Blake Johnson
785033b880
Removing pieces of zo-test-worker we dont care about
...
original commit: e94823b82c
2010-09-10 14:46:03 -06:00
Blake Johnson
78d5856d4d
never sharing hashes and trace debugging
...
original commit: 0d136ba4c7
2010-09-10 14:46:03 -06:00
Blake Johnson
070d86473d
traversing inside closures and using a seen set for lists
...
original commit: 32a9e60abe
2010-09-10 14:46:03 -06:00
Blake Johnson
b8fe95cd26
fixing closure problem
...
original commit: 2dfaab00f4
2010-09-10 14:46:03 -06:00
Blake Johnson
a5f557b90e
zo-marshal fixes and switching back to prefabs
...
original commit: ecc9ceb842
2010-09-10 14:46:03 -06:00
Blake Johnson
46f22d2882
handling closures while writing symbol table
...
original commit: c2fee2a2f0
2010-09-10 14:46:03 -06:00
Blake Johnson
b816da148d
quoting parameter and not prefab structs
...
original commit: 893294674a
2010-09-10 14:46:02 -06:00
Blake Johnson
b63f532735
encoding wraps and fixes for zo-marshal sharing
...
original commit: 54f2d34a2e
2010-09-10 14:46:02 -06:00
Blake Johnson
4379002ddc
traverse while writing rather than a separate step
...
original commit: 88dcab6b5a
2010-09-10 14:46:02 -06:00
Blake Johnson
ae4b770939
zo-marshal fixes and read.c fix for hash tables in symbol table
...
original commit: 9599304ca9
2010-09-10 14:46:02 -06:00
Blake Johnson
817b3186d9
zo-marshal single out-anything function and zo-parse debugging
...
original commit: 37f07cb68b
2010-09-10 14:46:01 -06:00
Blake Johnson
1d54bf17a5
zo-parse debugging and read in zo-exs
...
original commit: f27fe3d5c9
2010-09-10 14:46:01 -06:00
Matthew Flatt
1b3843bd9c
fix yet more ss<->rkt problems that interfered with *SL executables
...
Closes PR 11106
original commit: 76c3c76214
2010-08-30 14:35:18 -06:00
Eli Barzilay
f38ec26ea5
More "~n" -> "\n" changes
...
original commit: 8e0f8dd39c
2010-08-26 12:11:00 -04:00
Eli Barzilay
33624300a8
Change a bunch of "~%" and "~n" in format strings to "\n".
...
original commit: 7dc4d2e5a6
2010-08-25 17:17:01 -04:00
Eli Barzilay
9bebb5a98d
Lots of "~e" to "~.s" changes.
...
original commit: 606b7f60dc
2010-08-25 17:17:01 -04:00
Matthew Flatt
03593e433b
teach decompiler about literal prims from `#%futures'
...
original commit: 9be0559936
2010-08-25 14:58:27 -06:00
Matthew Flatt
4b9635cb70
fix bytecode-writing inconsistencies related to syntax objects and paths
...
and improve organization of the docs
original commit: 0d9f5016ba
2010-08-17 17:18:24 -06:00
Blake Johnson
f907cbf361
better traversal for more sharing in zo-marshal and some refactoring.
...
original commit: f4abd35f5c
2010-08-04 17:09:57 -06:00
Blake Johnson
aee68bb788
cases for more complicated lexical renames
...
original commit: b062c900a1
2010-08-03 15:40:41 -06:00