update Changes for GPR#279

master
Gabriel Scherer 2015-11-05 16:51:54 +01:00
parent f486350b74
commit 1fb2a8166c
1 changed files with 3 additions and 2 deletions

View File

@ -309,8 +309,9 @@ Features wishes:
(Vladimir Brankov, review by Gabriel Scherer)
- GPR#147: [type 'a result = Ok of 'a | Error of 'b] in Pervasives
(Yaron Minsky)
- GPR#156: Optimize reallocation of caml_frame_descriptors (dynlink speedup)
(Pierre Chambart, review by François Bobot, Xavier Leroy and Damien Doligez)
- GPR#156, GPR#279: optimize caml_frame_descriptors realloc (dynlink speedup)
(Pierre Chambart, Alain Frisch,
review by François Bobot, Xavier Leroy and Damien Doligez)
- GPR#171: allow custom warning printers / catchers
(Benjamin Canou, review by Damien Doligez)
- GPR#191: Making gc.h and some part of memory.h public