Skip to content

Commit 50624a5

Browse files
committed
V8: Upgrade to 3.18.1
1 parent 9026675 commit 50624a5

File tree

105 files changed

+1048
-6519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+1048
-6519
lines changed

deps/v8/.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ shell_g
2929
/obj
3030
/out
3131
/test/cctest/cctest.status2
32-
/test/es5conform/data
3332
/test/message/message.status2
3433
/test/mjsunit/mjsunit.status2
3534
/test/mozilla/CHECKED_OUT_VERSION
3635
/test/mozilla/data
3736
/test/mozilla/downloaded_*
3837
/test/mozilla/mozilla.status2
3938
/test/preparser/preparser.status2
40-
/test/sputnik/sputniktests
4139
/test/test262/data
4240
/test/test262/test262-*
4341
/test/test262/test262.status2

deps/v8/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2013-04-18: Version 3.18.1
2+
3+
Removed SCons related files and deprecated test suite configurations.
4+
5+
Improved handling of unary plus (issue 2527).
6+
7+
Performance and stability improvements on all platforms.
8+
9+
110
2013-04-17: Version 3.18.0
211

312
Enabled pretenuring of fast literals in high promotion mode.

0 commit comments

Comments
 (0)