diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2017-11-13 20:44:23 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2017-11-13 20:55:36 -0500 |
| commit | edb9ab3157eb4cdb5e03e106c400b4d7b22c4455 (patch) | |
| tree | 30c75857adad22dd7aaf58f111a30ccd4541c11c /.hypothesis/examples/641567e7f1117698 | |
| parent | e4fe023a5748eff607739c8b0a1e749d2bc587a7 (diff) | |
Compile lambdas on evaluation, not on execution.
This cuts down the cost of calling a function, as it now reuses an existing continuation rather than reconstructing the continuation for each call. Tail calls are now slightly more explicit.
Diffstat (limited to '.hypothesis/examples/641567e7f1117698')
| -rw-r--r-- | .hypothesis/examples/641567e7f1117698/089136b03318a8ae | bin | 15 -> 0 bytes | |||
| -rw-r--r-- | .hypothesis/examples/641567e7f1117698/3923acd66c0b7e18 | 1 | ||||
| -rw-r--r-- | .hypothesis/examples/641567e7f1117698/5e762c293b8926ea | bin | 0 -> 11 bytes | |||
| -rw-r--r-- | .hypothesis/examples/641567e7f1117698/5ec5c4954a59b6a4 | bin | 0 -> 13 bytes | |||
| -rw-r--r-- | .hypothesis/examples/641567e7f1117698/824e5f0d69863752 | 1 | ||||
| -rw-r--r-- | .hypothesis/examples/641567e7f1117698/b6420ce3b52b1ab7 | bin | 0 -> 28 bytes | |||
| -rw-r--r-- | .hypothesis/examples/641567e7f1117698/d1f7b282fca409b2 | bin | 0 -> 57 bytes |
7 files changed, 1 insertions, 1 deletions
diff --git a/.hypothesis/examples/641567e7f1117698/089136b03318a8ae b/.hypothesis/examples/641567e7f1117698/089136b03318a8ae Binary files differdeleted file mode 100644 index af43500..0000000 --- a/.hypothesis/examples/641567e7f1117698/089136b03318a8ae +++ /dev/null diff --git a/.hypothesis/examples/641567e7f1117698/3923acd66c0b7e18 b/.hypothesis/examples/641567e7f1117698/3923acd66c0b7e18 new file mode 100644 index 0000000..70f3b85 --- /dev/null +++ b/.hypothesis/examples/641567e7f1117698/3923acd66c0b7e18 @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/.hypothesis/examples/641567e7f1117698/5e762c293b8926ea b/.hypothesis/examples/641567e7f1117698/5e762c293b8926ea Binary files differnew file mode 100644 index 0000000..cdf9180 --- /dev/null +++ b/.hypothesis/examples/641567e7f1117698/5e762c293b8926ea diff --git a/.hypothesis/examples/641567e7f1117698/5ec5c4954a59b6a4 b/.hypothesis/examples/641567e7f1117698/5ec5c4954a59b6a4 Binary files differnew file mode 100644 index 0000000..e915073 --- /dev/null +++ b/.hypothesis/examples/641567e7f1117698/5ec5c4954a59b6a4 diff --git a/.hypothesis/examples/641567e7f1117698/824e5f0d69863752 b/.hypothesis/examples/641567e7f1117698/824e5f0d69863752 deleted file mode 100644 index 54c356a..0000000 --- a/.hypothesis/examples/641567e7f1117698/824e5f0d69863752 +++ /dev/null @@ -1 +0,0 @@ -hFU3d&rd
\ No newline at end of file diff --git a/.hypothesis/examples/641567e7f1117698/b6420ce3b52b1ab7 b/.hypothesis/examples/641567e7f1117698/b6420ce3b52b1ab7 Binary files differnew file mode 100644 index 0000000..798716b --- /dev/null +++ b/.hypothesis/examples/641567e7f1117698/b6420ce3b52b1ab7 diff --git a/.hypothesis/examples/641567e7f1117698/d1f7b282fca409b2 b/.hypothesis/examples/641567e7f1117698/d1f7b282fca409b2 Binary files differnew file mode 100644 index 0000000..5d072ed --- /dev/null +++ b/.hypothesis/examples/641567e7f1117698/d1f7b282fca409b2 |
