-
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
[WIP] Update V8 to 5.2 #7824
Closed
Closed
[WIP] Update V8 to 5.2 #7824
Commits on Jul 26, 2016
-
deps: edit v8 gitignore to allow trace event copy deps: update v8 trace event to 54b8455be9505c2cb0cf5c26bb86739c236471aa
Configuration menu - View commit details
-
Copy full SHA for 1399906 - Browse repository at this point
Copy the full SHA 1399906View commit details -
tools: do not disable ICU's transliteration
V8 needs it for case conversion. Ref: https://codereview.chromium.org/1812673005
Configuration menu - View commit details
-
Copy full SHA for 8c13873 - Browse repository at this point
Copy the full SHA 8c13873View commit details -
build: update V8 gypfile paths
The location of various gypfiles has changed in V8 5.2.
Configuration menu - View commit details
-
Copy full SHA for 2d7abd9 - Browse repository at this point
Copy the full SHA 2d7abd9View commit details -
v8: warn in Template::Set() on improper use
The next major release will make it a fatal error to use non-primitive values in function templates and object templates. Print a warning that includes the C and JS stack trace to tell people to upgrade their add-ons. The C stack trace is only printed on platforms that support it (the BSDs, OS X and Linux+glibc.) The warning can be disabled with the new `--nowarn_template_set` flag. Refs: nodejs#6216 PR-URL: nodejs#6277 Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e19f71b - Browse repository at this point
Copy the full SHA e19f71bView commit details -
deps: cherry-pick 2b4c9c1 from v8 upstream
Original commit message: S390:Update inline asm constraint in test-platform The GetStackPointer() routine in test-platform uses an inline assembly code to store the current stack pointer value into a static variable sp_addr. The existing asm code for S390 uses an ST/STG instruction, with the memory operand associated with the general ('=g') constraint to sp_addr. On GCC 4.8.5, the GCC compiler got confused and treated sp_addr as an integer operand instead of memory operand, resulting in a store being emitted that writes to an invalid meory location. Given the specific store instructions being inlined here, we should restict the sp_addr operand to explicitly be a memory operand using '=m' instead of '=g'. R=bmeurer@chromium.org,jkummerow@chormium.org,rmcilroy@chromium.org,yangguo@chromium.org BUG= Review-Url: https://codereview.chromium.org/2158523002 Cr-Commit-Position: refs/heads/master@{nodejs#37809} Fixes: nodejs#7659 PR-URL: nodejs#7771 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Configuration menu - View commit details
-
Copy full SHA for 9225758 - Browse repository at this point
Copy the full SHA 9225758View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d8bcf - Browse repository at this point
Copy the full SHA c3d8bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 406dd07 - Browse repository at this point
Copy the full SHA 406dd07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ac388 - Browse repository at this point
Copy the full SHA e6ac388View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.