Update CHANGELOG for tcmalloc change

R=asiva@google.com

Review URL: https://codereview.chromium.org/2345273002 .
This commit is contained in:
Zachary Anderson 2016-09-16 09:30:45 -07:00
parent f4fdf25cb1
commit 3360b3cef9

View file

@ -7,6 +7,11 @@
[article on native extensions](https://www.dartlang.org/articles/dart-vm/native-extensions)
to reflect the VM's improved behavior.
* Linux builds of the VM will now use the tcmalloc library for memory
allocation. This has the advantages of better debugging and profiling support
and faster small allocations, with the cost of slightly larger initial memory
footprint, and slightly slower large allocations.
* We have improved the way the VM searches for trusted root certificates for
secure socket connections on Linux. First, the VM will look for trusted root
certificates in standard locations on the file system