@@ -4,7 +4,7 @@ New in 2014.02
4
4
+ Mechanism for per-HLL handling of method resolution errors
5
5
+ Gave can the same null-check semantics as findmethod
6
6
+ Fixed various "not found" lexical lookup semantics
7
- + Use a more efficient encoding for intergers in the serialization blob
7
+ + Use a more efficient encoding for integers in the serialization blob
8
8
+ Implemented reposession conflict resolution handling for objects
9
9
+ Optimized GC worklist processing to avoid unrequired barriers
10
10
+ Added a GDB plugin to help analyse VM data structures, heap use, etc.
@@ -24,9 +24,9 @@ New in 2014.02
24
24
+ Optimized serialization of P6bigints fitting within 32 bits
25
25
+ Implemented link and symlink
26
26
+ Fixed mod_n op's behavior on negatives
27
- * Implemented floating point fallback case of the pow_I op
28
- * Fixed srand op to also control rand_I
29
- * Initialize the random seed at startup
27
+ + Implemented floating point fallback case of the pow_I op
28
+ + Fixed srand op to also control rand_I
29
+ + Initialize the random seed at startup
30
30
+ Properly clean up active handlers that we unwind over
31
31
+ Radix parsing now returns an array of integers, not floating point
32
32
+ Huge refactor of I/O, fixing many bugs and leading to cleaner code
0 commit comments