| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Use relative paths to OWNERS files R=machenbach@chromium.org Bug: chromium:992584 Change-Id: I301013731a502689f2edd5c90e5e7bf2136198c5 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1745337 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#63159} | 6 年前 | |
[cleanup] Use ToStdString() over ToCString() wherever std::string[_view] is needed Separated from https://chromium-review.googlesource.com/c/v8/v8/+/6628475/1 since it is mostly a cleanup within Intl code. This avoids allocating a new std::string or scanning for a null terminator. I tried to be conservative here; but there might be a benefit to just getting rid of all ToCString() calls and using std::string instead. Bug: 415359720 Change-Id: Ie0c1a8a972fff4b0a983846e5652087595c590a8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6628476 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Manish Goregaokar <manishearth@google.com> Reviewed-by: Jakob Linke <jgruber@chromium.org> Cr-Commit-Position: refs/heads/main@{#100754} | 1 年前 | |
[runtime] Add deopt counter Add a deopt-counter to track deopts for jetstream 2 [1]. Drive-by-fix: - Make run_perf.py a bit more helpful for local running [1] https://crrev.com/i/8338357 Change-Id: Ifb6a10aa5a1d6f1b486ddb141939d64f4e3ccdb3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6632609 Commit-Queue: Camillo Bruni <cbruni@chromium.org> Reviewed-by: Nico Hartmann <nicohartmann@chromium.org> Cr-Commit-Position: refs/heads/main@{#100759} | 1 年前 | |
Report compilation duration to embedder This change adds two new fields on CompilationDetails to represent the time spent in the background and foreground for that compilation. These times are the same as the times captured by existing histograms, except for background deserializaion, where I didn't see an existing histogram so I added a new one. Change-Id: I20cc08d0db2fe79f69d028d139a839e8fe98f506 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5053793 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Seth Brenith <seth.brenith@microsoft.com> Cr-Commit-Position: refs/heads/main@{#91224} | 2 年前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
[sandbox] Move source position tables out of the sandbox This CL turns the BytecodeArray::source_position_table, Code::source_position_table, and Code::bytecode_offset_table fields into TrustedByteArrays and moves them into trusted space. For the most part, this change simply converts "ByteArray" into "TrustedByteArray" in various places throughout the source code. Bug: chormium:40927183 Change-Id: I1c3167190c4b2905f5ae41c897a1f01a837e2e47 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5274749 Reviewed-by: Igor Sheludko <ishell@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Samuel Groß <saelo@chromium.org> Cr-Commit-Position: refs/heads/main@{#92543} | 2 年前 | |
[sandbox] Move source position tables out of the sandbox This CL turns the BytecodeArray::source_position_table, Code::source_position_table, and Code::bytecode_offset_table fields into TrustedByteArrays and moves them into trusted space. For the most part, this change simply converts "ByteArray" into "TrustedByteArray" in various places throughout the source code. Bug: chormium:40927183 Change-Id: I1c3167190c4b2905f5ae41c897a1f01a837e2e47 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5274749 Reviewed-by: Igor Sheludko <ishell@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Samuel Groß <saelo@chromium.org> Cr-Commit-Position: refs/heads/main@{#92543} | 2 年前 | |
[cleanup] Replace some usages of base version with std version This CL includes replacing base::Optional with std::optional, base::nullopt with std::nullopt, and base::make_optional with std::make_optional. It also includes suppressing some cpplint warnings. This CL covers many different folders such as //test, //tools, //src/json, //src/logging, //src/maglev, //src/numbers, etc. Bug: chromium:355676041, chromium:355003178 Change-Id: I4156128d25c5cf01f17fd7866b03e4c6cfc2cd30 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5755047 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Ho Cheung <hocheung@chromium.org> Cr-Commit-Position: refs/heads/main@{#95437} | 1 年前 | |
[cleanup] Replace some usages of base version with std version This CL includes replacing base::Optional with std::optional, base::nullopt with std::nullopt, and base::make_optional with std::make_optional. It also includes suppressing some cpplint warnings. This CL covers many different folders such as //test, //tools, //src/json, //src/logging, //src/maglev, //src/numbers, etc. Bug: chromium:355676041, chromium:355003178 Change-Id: I4156128d25c5cf01f17fd7866b03e4c6cfc2cd30 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5755047 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Ho Cheung <hocheung@chromium.org> Cr-Commit-Position: refs/heads/main@{#95437} | 1 年前 | |
[cleanup] Fix inl header includes We have many inl headers which either do not include their non-inl header, or are including other headers first. Both can lead to compile errors because definitions of inline functions might not be visible in inl headers. This CL adds a script to fix those includes, and runs it over the whole code base. R=leszeks@chromium.org Change-Id: I1b7b04c59e5a5b89308512bfc40729f7ec4afc38 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6387805 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#99453} | 1 年前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
Revert "[logging] Fix tick event timestamps to use sample capture time" This reverts commit 431da21a6429cb5d6f420ff74455c36a5668d730. Reason for revert: Makes a test flake (https://logs.chromium.org/logs/v8/buildbucket/cr-buildbucket/8704196244770447281/+/u/Check/interrupt-worker-with-perf), bisect in http://ci.chromium.org/b/8704197190403199937 Probably this fix is correct and the test needs fixing, but right now this is repeatedly closing our tree. Original change's description: > [logging] Fix tick event timestamps to use sample capture time > > Previously, tick events were logged with the timestamp of when they > were written to the log file rather than when the sample was actually > captured. > > Bug: 443588676 > Change-Id: If5fd46b9b423d6df58d25ff7f6623abc747d8b26 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6923728 > Reviewed-by: Camillo Bruni <cbruni@chromium.org> > Reviewed-by: Leszek Swirski <leszeks@chromium.org> > Commit-Queue: Roman Dvornov <romandvornov@microsoft.com> > Cr-Commit-Position: refs/heads/main@{#102344} Bug: 443588676 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I8c1b88001a4ea46def359e524541ebcd2dd6db9e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6929890 Auto-Submit: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#102358} | 9 个月前 | |
[base] Merge SpinningMutex back into Mutex They are now the same; beyond that we can't do ave THREAD_SAFETY_ANALYSIS on a bunch of previous SpinningMutex cases, so we'll need to propagate this into Mutex. Bug: 384940357 Change-Id: Ifbd4ffc4090738455036f32d9a5cf813b9f15781 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6244422 Commit-Queue: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/main@{#98597} | 1 年前 | |
[metrics] Remove test-only TimedScope The class is only used in tests; remove it, and just set the event's wall clock time directly instead of sleeping in the test. R=jkummerow@chromium.org Change-Id: I97906f0ac37c7746ed93799cb354aa61991a6f2f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7021160 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#103042} | 8 个月前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
[zone-stats] Introduce v8.zone_stats tracing category ... in order to make it possible to collect zone memory usage stats from Chrome. Drive-by-cleanup: move TracingFlags definition to a separate file. Bug: v8:10572 Change-Id: I05fb65e207d573d5c18821067cfff4c37f2d77cd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2226561 Reviewed-by: Peter Marshall <petermarshall@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/master@{#68135} | 5 年前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 3 个月前 | ||
| 9 个月前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 5 年前 | ||
| 3 个月前 |