Richard Feldman
|
b963e0e502
|
Attempt
|
2020-08-02 11:54:07 -04:00 |
|
Richard Feldman
|
3eecdd881b
|
Revert "Revert "wip""
This reverts commit e0943d8649 .
|
2020-08-02 11:18:00 -04:00 |
|
Richard Feldman
|
82a7a836e3
|
Revert "Use arena_pool in load::file"
This reverts commit 87bcd4153b .
|
2020-08-02 11:17:42 -04:00 |
|
Richard Feldman
|
87bcd4153b
|
Use arena_pool in load::file
|
2020-08-02 11:17:22 -04:00 |
|
Richard Feldman
|
e0943d8649
|
Revert "wip"
This reverts commit ee9f185524 .
|
2020-08-02 09:37:12 -04:00 |
|
Richard Feldman
|
7c10cf82e5
|
Revert "wip"
This reverts commit d40e33689d .
|
2020-08-02 09:36:55 -04:00 |
|
Richard Feldman
|
d533f6234c
|
Merge remote-tracking branch 'origin/arena_pool' into crossbeam
|
2020-08-02 09:36:47 -04:00 |
|
Richard Feldman
|
b91359e4c7
|
Initial pass at arena_pool
|
2020-08-01 15:42:22 -04:00 |
|
Richard Feldman
|
d40e33689d
|
wip
|
2020-07-31 09:13:20 -04:00 |
|
Richard Feldman
|
ee9f185524
|
wip
|
2020-07-30 21:53:09 -04:00 |
|
Richard Feldman
|
647b83baa8
|
Move some data structures around
|
2020-07-30 19:22:17 -04:00 |
|
Richard Feldman
|
ccdc2ea89a
|
Notify listeners after adding tasks
|
2020-07-30 19:21:41 -04:00 |
|
Richard Feldman
|
f8590182f5
|
Extract finish()
|
2020-07-30 18:58:51 -04:00 |
|
Richard Feldman
|
29b76965fe
|
Don't store worker handles
|
2020-07-30 18:58:45 -04:00 |
|
Richard Feldman
|
4968cd861e
|
Shut down worker threads when done
|
2020-07-30 18:42:18 -04:00 |
|
Richard Feldman
|
52dc4e9a03
|
Bump-allocate LoadedModule
|
2020-07-30 18:40:56 -04:00 |
|
Richard Feldman
|
d06ad19eb0
|
Don't use channels to set up stealers
|
2020-07-30 18:25:09 -04:00 |
|
Richard Feldman
|
1c49e116b3
|
wip
|
2020-07-30 00:59:03 -04:00 |
|
Richard Feldman
|
5643c4b921
|
wip
|
2020-07-28 22:57:23 -04:00 |
|
Richard Feldman
|
931c558b5a
|
Move lots of things into Env
|
2020-07-28 21:43:02 -04:00 |
|
Richard Feldman
|
4ebe36fa4a
|
Revert "Drop find_task"
This reverts commit 3a61c0671c .
|
2020-07-28 20:59:07 -04:00 |
|
Richard Feldman
|
3a61c0671c
|
Drop find_task
|
2020-07-28 20:58:16 -04:00 |
|
Richard Feldman
|
aea125549a
|
Add find_task
|
2020-07-28 20:51:48 -04:00 |
|
Richard Feldman
|
167d7eb719
|
Extract load_deps from load
|
2020-07-28 20:51:48 -04:00 |
|
Richard Feldman
|
99e41c73f3
|
cargo fmt
|
2020-07-27 01:10:04 -04:00 |
|
Richard Feldman
|
eaaeda728a
|
Use synchronous file I/O over mmap
|
2020-07-27 01:10:04 -04:00 |
|
Richard Feldman
|
9f9ce327d4
|
Lazily validate that input bytes are valid UTF-8
|
2020-07-27 01:10:04 -04:00 |
|
Richard Feldman
|
15f087c93e
|
Use memmap for reading files
|
2020-07-27 01:10:04 -04:00 |
|
Chad Stearns
|
759f1289d6
|
Rename List.push to List.append
|
2020-07-25 03:43:52 -04:00 |
|
Richard Feldman
|
c90f2fd328
|
Improve error message in test_load
|
2020-07-22 19:54:11 -04:00 |
|
Folkert
|
6e7ec8cd2c
|
fix other test failures
|
2020-07-18 00:18:55 +02:00 |
|
Richard Feldman
|
1cd49689c2
|
Merge remote-tracking branch 'origin/trunk' into low-level-ops
|
2020-07-07 21:09:50 -04:00 |
|
Folkert
|
1b4c5cac25
|
fix failing tests
|
2020-07-07 17:17:55 +02:00 |
|
Richard Feldman
|
f442cec2da
|
Fix test_load
|
2020-07-04 22:20:43 -04:00 |
|
Folkert
|
b89dc60d7e
|
cleanup comment
|
2020-06-30 15:09:15 +02:00 |
|
Folkert
|
36e6950daa
|
ensure VarId always encodes root var
otherwise variables with the same root, but different values would be different once imported in another module
|
2020-06-30 15:03:30 +02:00 |
|
Richard Feldman
|
8c96d12661
|
Merge trunk
|
2020-06-29 22:10:46 -04:00 |
|
Richard Feldman
|
81db9de8b5
|
Merge branch 'trunk' into container-rule-patterns
|
2020-06-28 16:21:34 -04:00 |
|
Richard Feldman
|
95fa81b414
|
Add failing test for self-qualified modules
|
2020-06-28 15:37:44 -04:00 |
|
Folkert
|
41621bc509
|
fix test outputs
in some cases for aliases the outputs are not entirely correct yet. That's future work
|
2020-06-27 21:01:51 +02:00 |
|
Richard Feldman
|
55045e1cea
|
Fix some tests and docs
|
2020-06-25 22:11:46 -04:00 |
|
Richard Feldman
|
88990c8711
|
Move Int and Float modules into Num
|
2020-06-22 23:25:38 -04:00 |
|
Folkert
|
0fbac382d0
|
improve uniqueness signatures
|
2020-06-22 23:28:23 +02:00 |
|
Richard Feldman
|
b75f061f4f
|
Fix exhaustiveness errors
|
2020-06-19 13:30:14 -04:00 |
|
Richard Feldman
|
e49b43d376
|
Extract constrain_imports & pre_constrain_imports
|
2020-06-19 11:02:10 -04:00 |
|
Richard Feldman
|
1b3b9ee1c4
|
Merge remote-tracking branch 'origin/trunk' into specialize-separately
|
2020-06-13 23:54:30 -04:00 |
|
Richard Feldman
|
269da82840
|
Make VarStore no longer use atomics
|
2020-06-13 21:59:01 -04:00 |
|
Richard Feldman
|
245a9fc951
|
Merge remote-tracking branch 'origin/trunk' into specialize-separately
|
2020-06-13 21:03:38 -04:00 |
|
Richard Feldman
|
efb23dff44
|
Drop unused imports
|
2020-05-31 20:16:04 -04:00 |
|
Richard Feldman
|
99dcda8603
|
Use inlinable_string 0.1
|
2020-05-31 20:14:19 -04:00 |
|