-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next: Update v8 to 4.3.61.27 #1909
Conversation
targos
commented
Jun 6, 2015
- Closes Update V8 in next to 4.3.61.27 #1906
- Still floating @indutny's SealHandleScope patch (will be included in 4.4)
- 70716fd is now included in v8
- Fix for src: disable fast math on arm #1398 is still only in 4.5
Original commit message: api: introduce SealHandleScope When debugging Handle leaks in io.js we found it very convenient to be able to Seal some specific (root in our case) scope to prevent Handle allocations in it, and easily find leakage. R=yangguo BUG= Review URL: https://codereview.chromium.org/1079713002 Cr-Commit-Position: refs/heads/master@{nodejs#27766} Should help us identify and fix Handle leaks in core and user-space code. NOTE: Works only in Debug build now, but is still better than nothing. PR-URL: nodejs#1395 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
cc @bnoordhuis |
Not near my laptop or would do it myself, but let's kick off a CI. Change looks pretty straight forward. |
New URL: https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi_old/794/ |
@chrisdickinson Please always leave a reason for closing. |
I'll close it myself in favor of the upgrade to V8 4.4: #1807 (comment) |
Ah, this was likely automatically closed by GitHub when I recut next. Sorry I missed it.
|