mirrored from https://chromium.googlesource.com/v8/v8.git
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: v8/v8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.3.292.46
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.3.292.48
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 4 files changed
- 2 contributors
Commits on Dec 11, 2017
-
Merged: [typedarray] Fix signed-ness of pointer comparisons
While the affected values must be valid addresses & thus will not overflow the IntPtr type, they need to be interpreted as unsigned int comparisons. NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected] Bug: chromium:792549, v8:7123, v8:3590 Change-Id: I864b50c8dbdc297d70bf83c74a83cc466c5f3eb0 Reviewed-on: https://chromium-review.googlesource.com/814395 Commit-Queue: Peter Marshall <[email protected]> Reviewed-by: Peter Marshall <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#49937}(cherry picked from commit b3009cc) Reviewed-on: https://chromium-review.googlesource.com/819690 Commit-Queue: Jakob Gruber <[email protected]> Reviewed-by: Jakob Gruber <[email protected]> Cr-Commit-Position: refs/branch-heads/6.3@{#101} Cr-Branched-From: 094a7c9-refs/heads/6.3.292@{#1} Cr-Branched-From: 18b8fbb-refs/heads/master@{#48432}
Configuration menu - View commit details
-
Copy full SHA for f010f33 - Browse repository at this point
Copy the full SHA f010f33View commit details -
[email protected] Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng Change-Id: I180c7e6270b4b16c754259c5facd6536f3fdc897 Reviewed-on: https://chromium-review.googlesource.com/819711 Reviewed-by: v8 autoroll <[email protected]> Cr-Commit-Position: refs/branch-heads/6.3@{#102} Cr-Branched-From: 094a7c9-refs/heads/6.3.292@{#1} Cr-Branched-From: 18b8fbb-refs/heads/master@{#48432}
V8 Autoroll committedDec 11, 2017 Configuration menu - View commit details
-
Copy full SHA for cf1e411 - Browse repository at this point
Copy the full SHA cf1e411View commit details
Commits on Dec 13, 2017
-
[coverage] Do not reset JSFunction::code post-deoptimization
When enabling any coverage mode (other than best-effort), we trigger deoptimization of all functions on the heap. Prior to the recent removal of the weak list of optimized functions [0], we'd unlink optimized code from all relevant JSFunctions during the call to DeoptimizeAll. After the weak-list-removal, this was no longer the case, hence this [1] change which attempts to reset the code object from the SharedFunctionInfo for all found JSFunction objects. But this can create a situation in which JSFunctions are set up incorrectly s.t. they have unoptimized code but no feedback vector. This CL fixes that by leaving JSFunction objects untouched and relying on self-healing mechanisms (CompileLazyDeoptimizedCode) to fix up JSFunction::code. [0] https://crrev.com/f0acede9bb05155c25ee87e81b4b587e8a76f690 [1] https://crrev.com/c/647596/5/src/debug/debug-coverage.cc NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected] Bug: chromium:786784, chromium:791940, v8:6637 Change-Id: I13191f4c8800a0d72894b959105189dc09ca693e Reviewed-on: https://chromium-review.googlesource.com/813615 Commit-Queue: Jakob Gruber <[email protected]> Reviewed-by: Michael Starzinger <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#49932} Reviewed-on: https://chromium-review.googlesource.com/822616 Reviewed-by: Jakob Gruber <[email protected]> Cr-Commit-Position: refs/branch-heads/6.3@{#103} Cr-Branched-From: 094a7c9-refs/heads/6.3.292@{#1} Cr-Branched-From: 18b8fbb-refs/heads/master@{#48432}
Configuration menu - View commit details
-
Copy full SHA for 36f2647 - Browse repository at this point
Copy the full SHA 36f2647View commit details -
[email protected] Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng Change-Id: I2996e43c900950c3d07f52991a034c51c4760b4f Reviewed-on: https://chromium-review.googlesource.com/823942 Reviewed-by: v8 autoroll <[email protected]> Cr-Commit-Position: refs/branch-heads/6.3@{#104} Cr-Branched-From: 094a7c9-refs/heads/6.3.292@{#1} Cr-Branched-From: 18b8fbb-refs/heads/master@{#48432}
V8 Autoroll committedDec 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 0ffdb06 - Browse repository at this point
Copy the full SHA 0ffdb06View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.3.292.46...6.3.292.48