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 |
|
Vincent St-Amour
|
cdfbbc5476
|
Fixed the type of real->decimal-string.
|
2010-07-02 15:47:56 -04:00 |
|
Vincent St-Amour
|
636fca1a83
|
Generalization is now done on vector types.
|
2010-07-02 15:16:11 -04:00 |
|
Vincent St-Amour
|
06279de2ca
|
Nonnegative-Floats are now generalized to Floats.
|
2010-07-02 15:16:10 -04:00 |
|
Matthias Felleisen
|
de277d5d89
|
Merge branch 'master' of git:plt
|
2010-07-02 14:54:38 -04:00 |
|
Matthias Felleisen
|
3656cd1972
|
fixed pr 11010
|
2010-07-02 12:47:13 -04:00 |
|
Eli Barzilay
|
3a8feee6ca
|
git content works (intro not all ported yet
|
2010-07-02 11:38:13 -04:00 |
|
Eli Barzilay
|
8f69e94980
|
Added `get-resource-path' to get the path of any resource.
Use it to allow getting the standard resource paths from the common
layout.
|
2010-07-02 11:38:13 -04:00 |
|
Eli Barzilay
|
76300bd759
|
#:full-width' -> #:width', which can specify full width or a given one.
|
2010-07-02 11:38:12 -04:00 |
|
Eli Barzilay
|
6e947fef90
|
Comments indicating how to add an attachment field to the bugs form, if
it becomes possible to deal with the cgi side in the future.
|
2010-07-02 11:38:12 -04:00 |
|
Eli Barzilay
|
e339081fd0
|
Added `split-attributes+body', to make it easy to write xml-like wrapper
functions, and used it in `center-div'.
|
2010-07-02 11:38:12 -04:00 |
|
Eli Barzilay
|
c73b42325a
|
Better place for the IRC logs.
|
2010-07-02 11:38:12 -04:00 |
|