Skip to content

Commit

Permalink
deps: upgrade v8 to 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed May 13, 2013
1 parent fc58a5d commit 7ee538d
Show file tree
Hide file tree
Showing 197 changed files with 9,019 additions and 3,141 deletions.
27 changes: 27 additions & 0 deletions deps/v8/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
2013-05-10: Version 3.19.0

Deprecated Context::New which returns Persistent.

Added Persistent<T>::Reset which disposes the handle and redirects it to
point to another object.

Deprecated WriteAscii and MayContainNonAscii.

Exposed AssertNoAllocation to API.

Performance and stability improvements on all platforms.


2013-04-30: Version 3.18.5

Allowed setting debugger breakpoints on CompareNilICs (issue 2660)

Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
(Chromium issue 235311)

Change 'Parse error' to three more informative messages.
(Chromium issue 2636)

Performance and stability improvements on all platforms.


2013-04-26: Version 3.18.4

Added a preliminary API for ES6 ArrayBuffers
Expand Down
9 changes: 9 additions & 0 deletions deps/v8/build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,15 @@
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd" \
or OS=="android"', {
'cflags!': [
'-O2',
'-Os',
],
'cflags': [
'-fdata-sections',
'-ffunction-sections',
'-O3',
],
'conditions': [
[ 'gcc_version==44 and clang==0', {
'cflags': [
Expand Down
Loading

0 comments on commit 7ee538d

Please sign in to comment.