-
Notifications
You must be signed in to change notification settings - Fork 63
Back porting Denis Pravdin changes to CPU Profiling code. #58
Back porting Denis Pravdin changes to CPU Profiling code. #58
Conversation
Make sure tests are passed.
Thanks for the patch. There are some points we need to clarify to proceed:
|
@rakuco, thank you for the feedback. I will try to answer your questions.
mjsunit/mul-exhaustive-part10 |
That's the opposite of our development model (which is also Chromium's): everything lands in trunk/master/bleeding_edge first, and is only backported to more stable branches after it has been minimally tested in master and it has been verified it did not break anything.
OK. In any case, please include a reference to the upstream commit numbers (or code review links if the patches haven't been committed yet) in the PR/commit messages.
Right, please include this information in your pull request and commit messages. |
Ok. Now I think I got it. I am going to discard this PR and first back port the changes in to master branch. If they look OK I back port it from master to crosswalk-9 and crosswalk-10. Is that correct? |
@eleskine that's correct, target master, land it there, roll the DEPS.xwalk, look the bots and the QA reports on the ML, and then backport to crosswalk 9 and 10. |
Thank you @rakuco, @darktears. I will follow the procedure. I am sorry for wasting your time |
It wasn't a waste of time, it's good to clear any misconceptions as early as possible :-) |
Merged ca266e7 [arm] Make CEntryStub's handling of triple return values more robust. BUG=chromium:611885 LOG=N [email protected] Review URL: https://codereview.chromium.org/2010633003 . Cr-Commit-Position: refs/branch-heads/5.1@{#58} Cr-Branched-From: 167dc63-refs/heads/5.1.281@{#1} Cr-Branched-From: 03953f5-refs/heads/master@{#35282}
Cr-Commit-Position: refs/branch-heads/5.9@{crosswalk-project#58} Cr-Branched-From: fe9bb7e-refs/heads/5.9.211@{crosswalk-project#1} Cr-Branched-From: 70ad237-refs/heads/master@{#44591}
Merged: [parser] Fix crash when lazy arrow func params contain destructuring assignments. Revision: bc39a51 Merged: [parser] don't rewrite destructuring assignments in params for lazy top level arrow functions Revision: 5f782db BUG=chromium:704811,chromium:706234,chromium:706761,v8:6182 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true Change-Id: If5c04c3b9f6ac9c6879052b6a34446f895624200 Reviewed-on: https://chromium-review.googlesource.com/474746 Reviewed-by: Michael Achenbach <[email protected]> Cr-Commit-Position: refs/branch-heads/5.8@{crosswalk-project#58} Cr-Branched-From: eda659c-refs/heads/5.8.283@{crosswalk-project#1} Cr-Branched-From: 4310cd0-refs/heads/master@{#43429}
This is a back port of changes that Denis @dp7 are currently pushing to the upstream. This change ensures blink tests are passing as well as crosswalk ones. Also it fixes 24 debug v8 tests currently failing with segfault.
Please note that although almost the same changes are being pushed to the upstream we still need this separate patch because it may take significant amount of time to put the changes into upstream and then back to crosswalk branch.