Skip to content

Releases: pine-vm/pine

Pine 0.3.23

26 Oct 16:06
Compare
Choose a tag to compare
v0.3.23

Release Pine version 0.3.23

Pine 0.3.22

20 Oct 12:54
Compare
Choose a tag to compare
v0.3.22

Release version 0.3.22

Pine 0.3.21

13 Oct 16:38
Compare
Choose a tag to compare
v0.3.21

Apply recommended patches from upstream projects

Pine 0.3.20

06 Oct 10:03
Compare
Choose a tag to compare
v0.3.20

Speed up building the dictionary of reused Elm value encodings

Pine 0.3.19

13 Sep 09:49
Compare
Choose a tag to compare
v0.3.19

Apply recommended patches from upstream projects

Pine 0.3.17

27 Aug 21:23
Compare
Choose a tag to compare
Fix descriptions of popular environments for linking precompiled

Adapt to the change in encoding implemented earlier with commit <https://github.com/pine-vm/pine/commit/75870df238c1708fd65139bd9e2e7f04803381d6>

Pine 0.3.15

03 Aug 07:41
Compare
Choose a tag to compare
Rewrite for efficiency - partitioning into recursion domains

Find a more efficient algorithm to compose the list of recursion domains when compiling an Elm module. Following this change, we observed savings of circa 30 percent in the total number of performed instructions/invocations in the scenario compiling all Elm compiler modules.

Pine 0.3.14

21 Jul 16:40
Compare
Choose a tag to compare
v0.3.14

Rewrite `List.map` function from core library for more efficiency

Pine 0.3.13

06 Jul 13:11
Compare
Choose a tag to compare
v0.3.13

Optimize parsing of expressions for efficiency

Pine 0.3.12

16 Jun 20:41
Compare
Choose a tag to compare
v0.3.12

Clean up implementation to search reductions for expressions