-
Notifications
You must be signed in to change notification settings - Fork 63
Conversation
Testing patch series with elvin-n/v8-crosswalk@fa97d6a as its head.
|
Hi @elvin-nnov , thanks for the PR. Could you please fix the coding style errors reported by the bots first? Thanks. |
Testing patch series with elvin-n/v8-crosswalk@2ea06f7 as its head.
|
Testing patch series with elvin-n/v8-crosswalk@d9595ec as its head.
|
You need to squash all those 3 commits together now. |
I cannot do this. Each time I squash these three commits together 'git status' says If you can help, I would appreciate |
It is fine if your branch diverges, that's exactly what you did with your squashing. |
Testing patch series with elvin-n/v8-crosswalk@ac2caad as its head.
|
Yes, the key '-f' make magic. Danger key... |
ping @huningxin @fenghaitao |
@rakuco just let u know, @fenghaitao no longer work on crosswalk projects. |
right, is there anyone besides Ningxin who should be pinged for V8 reviews now? |
I attended the design review of this feature. I am going to review the patch today. Thanks. |
allocation_tracker_xdk_->CollectFreedObjects(); | ||
OutputStream::WriteResult result = | ||
allocation_tracker_xdk_->SendChunk(stream); | ||
// TODO(amalyshe): it's interesting who can return kAbbort and when and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo kAbbort
?
|
||
|
||
PostCollectedInfo* RuntimeInfo::AddPreCollectionInfo(Address addr, | ||
unsigned size) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
argument indentation.
Testing patch series with elvin-n/v8-crosswalk@3fe152c as its head.
|
Testing patch series with elvin-n/v8-crosswalk@f63800e as its head.
|
Testing patch series with elvin-n/v8-crosswalk@6e58545 as its head.
|
Testing patch series with elvin-n/v8-crosswalk@5db4b09 as its head.
|
Testing patch series with elvin-n/v8-crosswalk@66b6f26 as its head.
|
LGTM. Thanks for the efforts. |
Merging. The next step is to roll the dependency in Crosswalk -- you have to edit |
[email protected] BUG=v8:4909 LOG=n Review URL: https://codereview.chromium.org/1945283002 . Cr-Commit-Position: refs/branch-heads/5.0@{#55} Cr-Branched-From: ad16e6c-refs/heads/5.0.71@{#1} Cr-Branched-From: bd9df50-refs/heads/master@{#34215}
NOTRY=true NOPRESUBMIT=true [email protected] Review-Url: https://codereview.chromium.org/2001043002 Cr-Commit-Position: refs/branch-heads/5.1@{#55} Cr-Branched-From: 167dc63-refs/heads/5.1.281@{#1} Cr-Branched-From: 03953f5-refs/heads/master@{#35282}
Revision: d8792ab NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected], [email protected] BUG= Review-Url: https://codereview.chromium.org/2302003002 Cr-Commit-Position: refs/branch-heads/5.3@{#55} Cr-Branched-From: 820a23a-refs/heads/5.3.332@{#2} Cr-Branched-From: 37538cb-refs/heads/master@{#37308}
Revision: 4dab7b5 BUG=chromium:647887 LOG=N NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected], [email protected] Review URL: https://codereview.chromium.org/2364843002 . Cr-Commit-Position: refs/branch-heads/5.4@{#55} Cr-Branched-From: 5ce2827-refs/heads/5.4.500@{#2} Cr-Branched-From: ad07b49-refs/heads/master@{#38841}
Revision: b056073 NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true [email protected] Bug: Change-Id: Ib1cce0e52d3f0d413109bf0b7293b1c61117e6e8 Reviewed-on: https://chromium-review.googlesource.com/506749 Reviewed-by: Junliang Yan <[email protected]> Commit-Queue: Junliang Yan <[email protected]> Cr-Commit-Position: refs/branch-heads/5.9@{crosswalk-project#55} Cr-Branched-From: fe9bb7e-refs/heads/5.9.211@{crosswalk-project#1} Cr-Branched-From: 70ad237-refs/heads/master@{#44591}
This fixes behavior for HeapNumber {index} arguments passed to AdvanceStringIndex. Previously, we'd blindly treat {index} as a Smi. Passing a HeapNumber instead would result in a Smi addition on the tagged HeapNumber pointer. Backmerge of commit ed5496f. BUG=chromium:709015 NOPRESUBMIT=true NOTRY=true Review-Url: https://codereview.chromium.org/2808033002 Cr-Commit-Position: refs/branch-heads/5.8@{crosswalk-project#55} Cr-Branched-From: eda659c-refs/heads/5.8.283@{crosswalk-project#1} Cr-Branched-From: 4310cd0-refs/heads/master@{#43429}
This is a V8 part of the XDK heap profiler patch