Matthew Flatt
|
1e40e72652
|
fix non-futures build
|
2010-07-06 06:05:47 -06:00 |
|
Matthew Flatt
|
43e9e930d8
|
fix Windows narrow-path uses
|
2010-07-06 06:00:10 -06:00 |
|
Eli Barzilay
|
c4cb424700
|
New Racket version 5.0.0.7.
|
2010-07-06 03:41:53 -04:00 |
|
Matthew Flatt
|
6915250300
|
fix memory leak
|
2010-07-05 18:50:10 -06:00 |
|
Matthew Flatt
|
a29c165985
|
fix #ifdefs for `processor-count', especially for Windows
|
2010-07-05 18:17:58 -06:00 |
|
Matthew Flatt
|
04fa6c6acd
|
add `subprocess-group-enabled' for process-group support
and fix problems with places and subprocesses
and fix some mzrt thread setup and teardown issues
|
2010-07-05 17:51:26 -06:00 |
|
Kevin Tew
|
ecdd1ebc7a
|
Parallel build fixes
|
2010-07-05 14:23:30 -06:00 |
|
Kevin Tew
|
c968f45d85
|
Parallel build by default
|
2010-07-05 11:58:52 -06:00 |
|
Kevin Tew
|
e1399f3d14
|
Fix early compilation of racket
|
2010-07-05 08:35:08 -06:00 |
|
Eli Barzilay
|
1033684dbb
|
New Racket version 5.0.0.6.
|
2010-07-05 03:50:24 -04:00 |
|
Matthew Flatt
|
5c2ae50e45
|
add current-subprocess-custodian-mode
|
2010-07-04 12:42:25 -06:00 |
|
Matthew Flatt
|
e316fd3bf9
|
fix parallel build location of main executable
|
2010-07-04 12:42:08 -06:00 |
|
Matthew Flatt
|
fb730cb1c2
|
custodian box as synchronizable event
|
2010-07-04 10:42:38 -06:00 |
|
Matthew Flatt
|
39f57b23c4
|
clarify note on shell process creation
|
2010-07-04 09:53:12 -06:00 |
|
Matthew Flatt
|
608e228530
|
GC repirs for non-places (and non-future) and backtrace support
Repairs provided by Dmitry Dzhus
|
2010-07-04 07:45:34 -06:00 |
|
Matthew Flatt
|
99c5fea2fd
|
export scheme_stx_extract_marks() from the C API, for now
related to PR 11014
|
2010-07-03 10:05:47 -06:00 |
|
Matthew Flatt
|
809f0a4550
|
port old "pre" web-page stubs
|
2010-07-03 07:15:48 -06:00 |
|
Eli Barzilay
|
0ebb72ac50
|
New Racket version 5.0.0.5.
|
2010-07-03 03:50:26 -04:00 |
|
Robby Findler
|
f83784452e
|
made ->d's optional argument spec itself optional
|
2010-07-02 20:52:48 -05:00 |
|
Vincent St-Amour
|
389a20795a
|
Added support for make-flrectangular, flreal-part, flimag-part and
their unsafe counterparts to Typed Scheme and its optimizer.
|
2010-07-02 20:58:30 -04:00 |
|
Vincent St-Amour
|
556734a223
|
Added coercion of fixnums to floats to the optimizer.
|
2010-07-02 20:58:29 -04:00 |
|
Vincent St-Amour
|
e8a0a26c2f
|
Changed the optimizer's test harness to ignore type tables.
|
2010-07-02 20:58:29 -04:00 |
|
Vincent St-Amour
|
cb0e058cff
|
Removed spectralnorm-unsafe from the shootout harness.
|
2010-07-02 20:58:29 -04:00 |
|
Vincent St-Amour
|
a6d11a1df0
|
Added struct optimizations.
|
2010-07-02 20:58:28 -04:00 |
|
Vincent St-Amour
|
5d61c7fab8
|
Ported the maze2 benchmark to typed Scheme.
|
2010-07-02 20:58:28 -04:00 |
|
Matthew Flatt
|
ca48eff84c
|
fix JIT bug specific to x86_64 and PPC
|
2010-07-02 18:52:27 -06:00 |
|
Sam Tobin-Hochstadt
|
e989631d56
|
Add flags for running the optimizer tests and compiling the benchmarks
|
2010-07-02 19:00:57 -04:00 |
|
Matthew Flatt
|
439bc0a293
|
add flreal-part', flimag-part', `make-flrectangular', and unsafe variants
|
2010-07-02 16:08:15 -06:00 |
|
Matthew Flatt
|
eef7a8ba9d
|
JIT inline real-part, imag-part, make-rectangular
|
2010-07-02 16:08:14 -06:00 |
|
Matthew Flatt
|
491ab3c12b
|
expose internal display/write/print-limiting functionality via `printf'
addition of ~.
|
2010-07-02 16:08:14 -06:00 |
|
Matthew Flatt
|
e1112b45cd
|
fix typos
|
2010-07-02 16:08:14 -06:00 |
|
Sam Tobin-Hochstadt
|
0e400291e7
|
Fix inference for heterogenous vectors.
|
2010-07-02 17:25:07 -04:00 |
|
Sam Tobin-Hochstadt
|
da3b4ed543
|
Use `define-type' to make docs clearer.
|
2010-07-02 17:25:07 -04:00 |
|
Sam Tobin-Hochstadt
|
219682bbbe
|
Refactoring of tc-app.
- Move `check-below' into its own module
- Move `tc/apply' to its own unit
- Move `tc/funapp' and `tc/funapp1' to own module, outside of unit
|
2010-07-02 17:25:07 -04:00 |
|
Sam Tobin-Hochstadt
|
570df7d665
|
Generalize fixed-length lists to listofs.
Closes PR10057.
|
2010-07-02 17:25:07 -04:00 |
|
Kevin Tew
|
35c28f4f66
|
Parallel collects build (process-based) "raco setup -u"
|
2010-07-02 14:27:08 -06:00 |
|
Carl Eastlund
|
3d59420133
|
Made test-engine react gracefully to source file names of unexpected representation.
|
2010-07-02 16:18:48 -04:00 |
|
Vincent St-Amour
|
ed4f7b7bd7
|
Fixed make-vector's type to reflect generalization on vectors.
|
2010-07-02 15:48:08 -04:00 |
|
Vincent St-Amour
|
40988d6d54
|
Added support for recursive types to vector-ref and vector-set!.
|
2010-07-02 15:48:07 -04:00 |
|
Vincent St-Amour
|
458b6b65c9
|
Added optimization when iterating over lists.
|
2010-07-02 15:48:06 -04:00 |
|
Vincent St-Amour
|
1886572906
|
Added support for the 2 versions of optimizer tests to be written in
different languages.
|
2010-07-02 15:48:05 -04:00 |
|
Vincent St-Amour
|
f6077b02f1
|
Fixed some tests that used to test for an invalid optimization that is
now valid.
|
2010-07-02 15:48:04 -04:00 |
|
Vincent St-Amour
|
f79f617ee8
|
Calls to vector now return heterogenous vectors, to preserve length
information.
|
2010-07-02 15:48:03 -04:00 |
|
Vincent St-Amour
|
843621398b
|
Fixed types for the unsafe versions of vector-length.
|
2010-07-02 15:48:03 -04:00 |
|
Vincent St-Amour
|
f469e0d8bf
|
Changed some benchmarks to use known-length vectors.
|
2010-07-02 15:48:02 -04:00 |
|
Vincent St-Amour
|
8c25e46141
|
Literal vectors are now given HeterogenousVector types to preserve
length information.
|
2010-07-02 15:48:00 -04:00 |
|
Vincent St-Amour
|
25cb5ef568
|
Fixed some tests to reflect changes to the optimizer.
|
2010-07-02 15:47:59 -04:00 |
|
Vincent St-Amour
|
351de3f767
|
Fixed the behavior of the optimizer on sqrt.
|
2010-07-02 15:47:58 -04:00 |
|
Vincent St-Amour
|
816cc75654
|
Fixed tests for invalid optimizations to actually test something.
|
2010-07-02 15:47:57 -04:00 |
|
Vincent St-Amour
|
ae242e2f88
|
Propagated Sam's changes to spectralnorm to the generic and unsafe versions.
|
2010-07-02 15:47:56 -04:00 |
|