Commit Graph

8867 Commits

Author SHA1 Message Date
Anton-4
bc1616bb33 try out rust benchmark runner with github ci 2021-08-02 20:02:02 +02:00
Anton-4
1c8b09a43f
Use unforked cargo-criterion
cargo-criterion fixed critical issues, so I no longer need to use the fork.
2021-08-02 18:34:29 +02:00
Anton-4
9ba48eff5f rust benchmark script working for nqueens 2021-07-31 20:47:17 +02:00
Anton-4
4459412660 rust benchmark script progress 2021-07-30 20:14:20 +02:00
Anton-4
9a765b72d6 rust benchmark script progress 2021-07-29 20:24:37 +02:00
Anton-4
ca5410402b started rewriting benchmark bash script in rust 2021-07-23 19:45:58 +02:00
Anton-4
6c1b069274 check if nqueens change triggers benchmarks 2021-07-21 17:59:44 +02:00
Anton-4
3f64d988df Added fast dry run to benchmarks 2021-07-21 17:42:07 +02:00
Anton-4
aeb9422fef Merge branch 'trunk' of github.com:rtfeldman/roc into bench-false-positives 2021-07-20 15:44:20 +02:00
Anton-4
fad56e9402 back to normal nqueens params 2021-07-20 15:43:57 +02:00
Anton-4
f989c42d3d test nqueens regression 2021-07-20 14:57:59 +02:00
Anton-4
d964d34ff4 fmt 2021-07-20 14:42:36 +02:00
Anton-4
6e18e149d9 minor cleanup 2021-07-20 14:29:30 +02:00
Anton-4
a3f7c6accf cleaned up benchmark script, now doing 200 runs per bench repeated 3 times to confirm 2021-07-20 14:10:35 +02:00
Richard Feldman
fdb44d2e78
Merge pull request #1484 from rtfeldman/effect-example
Effect example
2021-07-19 22:07:05 -04:00
Richard Feldman
6c44714b2a Drop obsolete dbg! 2021-07-19 20:51:02 -04:00
Richard Feldman
0dd05b02d5 Merge remote-tracking branch 'origin/trunk' into effect-example 2021-07-19 20:50:31 -04:00
Richard Feldman
70e952b0c1
Merge pull request #1477 from rtfeldman/morphic-recursive-types
Morphic recursive types
2021-07-19 20:49:31 -04:00
Folkert
b70ecf6351 make Effect simpler 2021-07-19 22:28:19 +02:00
Folkert
8eb0c6fbb8 fix example 2021-07-19 22:19:55 +02:00
Folkert
89fd4c3074 test for malformed header 2021-07-19 20:37:39 +02:00
Folkert de Vries
beb3f9fed9
Merge branch 'trunk' into morphic-recursive-types 2021-07-18 16:50:40 +02:00
Richard Feldman
e7223fe176
Merge pull request #1474 from rtfeldman/reset-reuse
Reset reuse
2021-07-18 07:07:24 -04:00
Richard Feldman
24f45f6437
Merge branch 'trunk' into reset-reuse 2021-07-17 20:59:44 -04:00
Richard Feldman
202c706468
Merge pull request #1479 from rtfeldman/morphic-astar
Morphic astar
2021-07-17 19:59:31 -04:00
Richard Feldman
463431a418
Merge pull request #1481 from rtfeldman/css
CSS tweaks for code blocks
2021-07-17 19:55:57 -04:00
Richard Feldman
5d5a944ec3
Merge pull request #1480 from rtfeldman/store-tag-id-in-ptr
Store tag id in ptr
2021-07-17 19:27:58 -04:00
Richard Feldman
b43314218b CSS tweaks for code blocks 2021-07-17 18:48:43 -04:00
Folkert
33caa0f26d cleanup 2021-07-18 00:25:23 +02:00
Folkert
5012b11129 fix oversight 2021-07-18 00:13:45 +02:00
Folkert
e19b03f290 WIP 2021-07-18 00:04:10 +02:00
Folkert
e0b9377dcf refactor wrapped tag creation 2021-07-17 22:18:33 +02:00
Folkert
c57913f767 fix hash and compare 2021-07-17 22:00:57 +02:00
Folkert
bfd189aa19 clear tag id from reused pointer 2021-07-17 21:43:40 +02:00
Folkert
67d3d8ace9 Merge remote-tracking branch 'origin/trunk' into morphic-astar 2021-07-17 20:28:54 +02:00
Folkert
1f1cf180c4 fix merge conflict 2021-07-17 00:07:29 +02:00
Folkert
3acd5a3c0a implement morphic encodings for more lowlevel ops 2021-07-17 00:05:06 +02:00
Folkert de Vries
f6ec306184
Merge branch 'trunk' into morphic-recursive-types 2021-07-17 00:00:16 +02:00
Brendan Hansknecht
daddac4e3c
Merge branch 'trunk' into reset-reuse 2021-07-16 14:43:30 -07:00
Brendan Hansknecht
8a74c10822
Merge pull request #1478 from rtfeldman/fix-bad-cast
fix bug in casting recursive pointers
2021-07-16 14:41:58 -07:00
Folkert
134bdb38ba fix bug in casting recursive pointers 2021-07-16 22:34:41 +02:00
Folkert
55c760dd7a turn debug mode off 2021-07-16 20:56:24 +02:00
Folkert
c9809fff2a refactor 2021-07-16 20:52:47 +02:00
Folkert
71232524eb Merge remote-tracking branch 'origin/trunk' into morphic-recursive-types 2021-07-16 20:44:55 +02:00
Folkert
abbbc67caf alias analysis for NonNullableUnwrapped 2021-07-16 20:42:33 +02:00
Folkert
720440b3f9 alias analysis for NullableWrapped 2021-07-16 20:22:59 +02:00
Folkert
03422a9907 alias analysis for NullableUnwrapped 2021-07-16 20:16:56 +02:00
Folkert
9b8f8b3c16 AppliedTag don't unroll recursive layouts 2021-07-16 18:23:57 +02:00
Folkert
743e8bd86f stop defining the tag id when it is not used 2021-07-16 18:17:21 +02:00
Folkert
c42a530ec0 fix reading the wrong memory 2021-07-16 18:15:03 +02:00