Eric Dobson
05e3f8859b
Added types for subprocess operations.
...
original commit: 20ed3b809669a93191776067d4c83f3562699aef
2011-06-24 20:10:37 -04:00
Eric Dobson
a8af94e892
Added types for dynamic module access operations.
...
original commit: 1a44a82868f662c067fe3823d3be852fa03da977
2011-06-24 20:10:37 -04:00
Eric Dobson
be93d9c98f
Added types for continuation prompt and mark operations.
...
original commit: 78b68171ea06378788271ca87fbdd126f19202b9
2011-06-24 20:10:37 -04:00
Sam Tobin-Hochstadt
fc51aee0b1
Provide `with-handlers' from prims.rkt under its real name.
...
original commit: c658a5687e0f9b9fdde8ae2dfbd9fda334fe9358
2011-06-24 18:10:25 -04:00
Eric Dobson
74ac6a4d22
Correctly recreate Scopes. Closes PR 10552. Closes PR 11532.
...
original commit: ce0f542028e9dfe5b18964223af8dad32ce04f57
2011-06-24 16:46:43 -04:00
Vincent St-Amour
6fcdd9ce43
Fix contract for update-type/lexical.
...
original commit: 62ad7846b9ff656e3f9fd5064e3ff654d9f53c73
2011-06-24 15:18:31 -04:00
Eric Dobson
76edce6f07
Change Module-Path to be union type instead of a Base type. Closes PR 11963.
...
original commit: 42415575438236d0fcd900ce1ab854ed8aa256e0
2011-06-23 10:05:36 -04:00
Asumu Takikawa
e9d31e83fb
Add negate (racket/function) to TR
...
original commit: 122aed89700b80eb9c9acde8750175cc21eda6b4
2011-06-22 16:04:19 -04:00
Asumu Takikawa
ee25931548
Add identity (from racket/function) to TR
...
original commit: 05a5c162310ef5afb07fffd118386be74d9a73bf
2011-06-22 16:04:19 -04:00
Eric Dobson
3919eabd09
TR: Added more tests for recently typed identifiers.
...
original commit: 16ee3376f759bf43538e7988b53dc82c399bdec8
2011-06-22 15:17:58 -04:00
Eric Dobson
9ad6a1d6b3
Added tests for parameterizations and thread cells.
...
original commit: c2a473cba2d789fd96c5f70e72044fca0e7e9a43
2011-06-22 15:17:57 -04:00
Eric Dobson
5ddf7d06e2
TR: Added some syntax and set tests.
...
original commit: f5a7e73be82d0dcac4b7627fc81c69a8d49bf1e3
2011-06-22 15:17:57 -04:00
Eric Dobson
f1234fc2e1
Added tests for filesystem operations, and added public type names.
...
original commit: f5517367e5413f089f402c85bc5ae472b3d9d314
2011-06-22 15:17:57 -04:00
Eric Dobson
018ff1814a
Fixed and cleaned up some types.
...
original commit: dedd42a9ddaa773eb983e4c740ceebd9c52bae1d
2011-06-22 15:17:57 -04:00
Eric Dobson
dca276b517
Added types for tcp and udp operations.
...
original commit: 7803aed77bcabee4ef35ef82daa1642d50fbb67d
2011-06-22 15:17:57 -04:00
Eric Dobson
96835b9205
Added types for syntax operations.
...
original commit: 85b19e9fee1fe2f0364ac23fe45e0dcf18afa85d
2011-06-22 15:16:56 -04:00
Eric Dobson
b3f46c1cdc
Added types for environment and runtime operations.
...
original commit: ad247b28b62260441ae22702d9ed6cd604b0c8da
2011-06-22 15:16:56 -04:00
Eric Dobson
e814d4df15
Added types for file operations.
...
original commit: ae26c2173dd1a0f2808b2a4bc7882ebca95f4884
2011-06-22 15:16:55 -04:00
Eric Dobson
121ad5427d
TR: Many small type changes.
...
original commit: 329b209f3bba1cdd43df3fc5cd42297d1308a8b4
2011-06-22 15:16:55 -04:00
Eric Dobson
dd401a6f98
Added types for namespace and variable reference operations.
...
original commit: 4f898865fd856d92b040336d7eda1cdfd5afe253
2011-06-22 15:16:55 -04:00
Eric Dobson
7dbfd5ad2a
Added types for hash and set operations.
...
original commit: 7102c4dae2ba9af44d0ed35ec6e5285a7a825034
2011-06-22 15:16:55 -04:00
Eric Dobson
1f387b8678
Added types for parameters and parameterization operations.
...
original commit: 469f0a5314d1ff1348bb8fe3e4d4d45fda0387b9
2011-06-22 15:16:55 -04:00
Eric Dobson
c121869565
TR: Added Thread Cells and corresponding operations
...
original commit: a913a1432d8ab3ef28519732352340dd1ee92872
2011-06-22 15:16:55 -04:00
Eric Dobson
ce39dddf04
Added types for thread operations. Added Custodian type.
...
original commit: bdf0d13970dcb088aa4f71497e3a074b9e26d0b6
2011-06-22 15:16:55 -04:00
Vincent St-Amour
5a62623e5d
Remove duplicate require.
...
original commit: 32d80f4c014ebe7c86e006e67ae820fb02c19e6f
2011-06-22 14:43:42 -04:00
Vincent St-Amour
4a4246e637
Fix type of = to only accept 2+ arguments.
...
original commit: d946060a13e688daab43949e1a623ea2a3de6102
2011-06-22 14:32:05 -04:00
Sam Tobin-Hochstadt
78dc3e4474
Fix requires/provides of `typed-scheme' language.
...
original commit: 7b9cd61cb3c21b32891d74776a76398d9f63d987
2011-06-22 14:28:53 -04:00
Sam Tobin-Hochstadt
e163a57a2a
Document #% forms.
...
original commit: 9dde2a6d39a8e80a48425571cc1cc0f1a0672406
2011-06-22 14:28:52 -04:00
Sam Tobin-Hochstadt
e08b226a96
Fix type-env-lang to handle require'/
provide' better.
...
original commit: 2cdf05ad5c0627362c0f5dee604147acfd608b27
2011-06-22 14:28:52 -04:00
Sam Tobin-Hochstadt
0c1aa7267c
Remove `SomeSystemPath'.
...
original commit: f195b3c68903bfacb7cfea278162ed0651984f12
2011-06-22 14:28:51 -04:00
Sam Tobin-Hochstadt
37672bf915
Avoid providing renamed identifiers.
...
original commit: 00f9e6342f481dae77e8161f1a71ecc0e39a55b4
2011-06-22 12:40:51 -04:00
Sam Tobin-Hochstadt
114e2d3866
Rename SomeSystemPath to `Path-For-Some-System'
...
original commit: 9be4b16703b89b07add3974ecb74dc6888337fda
2011-06-21 15:34:50 -04:00
Sam Tobin-Hochstadt
bbef260e76
Fix missing documentation of alias forms.
...
original commit: d8c972734d2006a6f6b65cb328815c241b26cf76
2011-06-21 15:34:50 -04:00
Sam Tobin-Hochstadt
cbe820453f
Support additional `provide'.
...
original commit: fbc76a307455f55f1ee59d75272066b6d70a0019
2011-06-21 15:34:50 -04:00
Eric Dobson
03900fe84f
Fixes TR regexp regression. Closes PR11991.
...
original commit: 0f6fde5003c1594c468b82df8cf64a2ce17f65f5
2011-06-21 15:34:50 -04:00
Vincent St-Amour
d54c43282b
Add a section on performance debugging to the TR guide.
...
original commit: f9205665e4e1af4808e3080592968d3b43500383
2011-06-17 18:18:04 -04:00
Vincent St-Amour
77e9234c06
Display irritants nicely.
...
original commit: 26b909744cb2697c00bf09638871c7688d328657
2011-06-17 18:18:04 -04:00
Vincent St-Amour
261821834f
Don't merge missed optimizations repeatedly, which artificially increases badness.
...
original commit: e8dcee732e139885fe9eb8348e33799ff3a659c6
2011-06-17 18:18:04 -04:00
Vincent St-Amour
467f00562c
Display badness of missed optimizations.
...
original commit: fc08b4d401b446a6f69818e2e4b42db1e48f2422
2011-06-17 18:18:04 -04:00
Vincent St-Amour
dadfa4b62d
Use write instead of display for syntax in logs.
...
original commit: 9dbca39cfe20876b131592871670f5567471fcf7
2011-06-17 18:18:04 -04:00
Vincent St-Amour
51dd8b0469
Do duplicate detection at the expanded syntax level, instead of the source level.
...
original commit: 847e4b2e233d95d0a3fff1f8ceaf6bc62ea31e05
2011-06-17 18:18:04 -04:00
Vincent St-Amour
205f0882a5
Report opts and missed opts in terms of the original programs, not in terms of expanded code.
...
original commit: fddf18953094f1a98fe8b4afe0a95dd1500f5194
2011-06-17 18:18:04 -04:00
Vincent St-Amour
4180449ead
Specify opt or missed opt in the TR log format.
...
original commit: 86efbc83968ddd0486dea493830f409c05b52e5e
2011-06-17 18:18:03 -04:00
Vincent St-Amour
d5ee54a9e9
Refactoring.
...
original commit: d9256f2b766af163c208c9d9ea93c1bb0579a218
2011-06-17 18:18:03 -04:00
Vincent St-Amour
56f8d7e069
Handle the case where we would need to merge with multiple children at once.
...
original commit: 1a2080fc9708f49c0dc872c92266b24b4bbc42c2
2011-06-17 18:18:02 -04:00
Vincent St-Amour
beb05e473c
Simplify log sorting.
...
original commit: e095976c8b09dc4ee126c6e78809ef4907ead770
2011-06-17 18:18:02 -04:00
Vincent St-Amour
d2d2432b1d
First attempt at handling missed optimization cascades.
...
Currently, if missed optimizations a and b are of the same kind, a is caused
by b, and b is caused by c, we merge them into a single miss with cause c.
This works in some cases, but fails in others.
original commit: 8d2f66faa6e77376e04827cd56be440325d77a29
2011-06-17 18:18:02 -04:00
Vincent St-Amour
33d343dd6f
Sort irritants by source location.
...
original commit: 6de90b71853d6b8b82e9f6a161fc3846d1f94cf3
2011-06-17 18:18:02 -04:00
Vincent St-Amour
4eece2b27f
Abstract out printing of missed optimization log messages.
...
original commit: c5ca1422a2affa91caeb36e99a35321694ccbedc
2011-06-17 18:18:02 -04:00
Vincent St-Amour
2151a7edc0
Put logging code in its own file.
...
original commit: 4c31b085546f5e4c6f20982b805fcebd6c6bb5ba
2011-06-17 18:18:02 -04:00