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: 1e6ebba
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: 8772d17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 7 files changed
- 4 contributors
Commits on Aug 26, 2019
-
Merged: [turbofan] Fix memory corruption
Revision: f16a3a7 BUG=chromium:997057 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected] Change-Id: I2cbdf028a5c4c50728477cc08e583094297deaa6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1768365 Reviewed-by: Michael Hablich <[email protected]> Cr-Commit-Position: refs/branch-heads/7.7@{#16} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
Configuration menu - View commit details
-
Copy full SHA for 399156f - Browse repository at this point
Copy the full SHA 399156fView commit details
Commits on Sep 3, 2019
-
Merged: [regexp] Dont attempt to match '^' before the start of the st…
…ring This fixes an invalid assumption when emitting code for matching '^' (start of line) in multiline regexps and '\b', '\B' in general. What we used to do: if the current trace's cp_offset (the offset from the current position) was non-zero, we assumed that we were looking at subject string index 1 or greater (i.e.: not at the start of the string or before). This is no longer valid since cp_offsets can now be negative. This CL changes the logic to omit start- and bounds-checks only for strictly positive cp_offsets, where the above assumption still holds. (cherry picked from commit 1990b1e) Tbr: [email protected] No-Try: true No-Presubmit: true No-Treechecks: true Bug: chromium:996391 Change-Id: I79be4fc295c6f0b63e41c13d1e91fdd00f2f2b42 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1771794 Commit-Queue: Erik Corry <[email protected]> Auto-Submit: Jakob Gruber <[email protected]> Reviewed-by: Erik Corry <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#63424} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1781680 Reviewed-by: Jakob Gruber <[email protected]> Commit-Queue: Jakob Gruber <[email protected]> Cr-Commit-Position: refs/branch-heads/7.7@{#17} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
Configuration menu - View commit details
-
Copy full SHA for b0ea26d - Browse repository at this point
Copy the full SHA b0ea26dView commit details -
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I2221693817984e2eff40a8a97f288e9be18429e6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1781197 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7.7@{#18} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
V8 Autoroll committedSep 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 13ef268 - Browse repository at this point
Copy the full SHA 13ef268View commit details -
Merged: [torque] Check for prototype before loading it
Revision: bdcc750 BUG=chromium:999310 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected] Tbr: [email protected] Change-Id: I70f3671e9cfa96e14e64ab7d69ac425c17571da0 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1782823 Commit-Queue: Sigurd Schneider <[email protected]> Reviewed-by: Sigurd Schneider <[email protected]> Cr-Commit-Position: refs/branch-heads/7.7@{#19} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
Configuration menu - View commit details
-
Copy full SHA for 4ebefd2 - Browse repository at this point
Copy the full SHA 4ebefd2View commit details -
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I4f05928eaa82e0ebcb8d1823cf704b5937ea93f1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1782731 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7.7@{#20} Cr-Branched-From: 4035531-refs/heads/7.7.299@{#1} Cr-Branched-From: 1320c91-refs/heads/master@{#62881}
V8 Autoroll committedSep 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 8772d17 - Browse repository at this point
Copy the full SHA 8772d17View 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 1e6ebba...8772d17