Skip to content

Commit

Permalink
Bump NQP_REVISION for various MoarVM fixes/tuning.
Browse files Browse the repository at this point in the history
The most important fix in here addresses a memory leak that was most
liable to show up in programs that `EVAL` a lot of code, but could
show up easily in programs with lots of medium-age objects too. Also
a bit of GC tuning that hopefully improves memory behavior, plus a
UTF-16 fix, a crash fixed when reading corrupt bytecode, and some
further details in heap snapshots.
  • Loading branch information
jnthn committed Apr 8, 2016
1 parent 0c78181 commit 40a953f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2016.03-50-g512c9a1
2016.03-57-gbdb13a2

0 comments on commit 40a953f

Please sign in to comment.