Skip to content

Commit

Permalink
Add ChangeLog entries for 2016.07.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 16, 2016
1 parent 5933c81 commit dd4e5d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
New in 2016.07

+ Implement a new multi-dispatch cache, structured as a tree, able to
hold more entries more memory-compactly, and able to cache dispatches
involving named parameters
+ JIT read_fhs op
+ Implement elems REPR function for MVMContext
+ Implement a BB-splitting manipulation function in the optimizer
+ Fix sha1 op to work with null bytes
+ Fix bad interaction between profiling and dead allocation elimination;
the presence of allocation logging would prevent the optimization, leading
to misleading profiler output results

New in 2016.06

+ Serialize the HLL role field of STables
Expand Down

0 comments on commit dd4e5d9

Please sign in to comment.