VV8 LUCI CQ[heap] Pass Isolate to metadata accessors
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[maglev] implement support for ppc64 Change-Id: I115896d8cec1506eda0807923b3bc6359ae6c3d3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6732140 Commit-Queue: Junliang Yan <junyan1@ibm.com> Reviewed-by: Milad Farazmand <mfarazma@ibm.com> Reviewed-by: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#101457} | 11 个月前 | |
[wasm] Rename kWasmInstanceOffset frame constants Use kWasmInstanceDataOffset for wasm frames, and kWasmInstanceObjectOffset for interpreter (drumbrake) frames. R=jkummerow@chromium.org Bug: 354408144 Change-Id: I6f0d535439fd88a3dfad80510edf380af5cded10 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5803203 Reviewed-by: Matthias Liedtke <mliedtke@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/main@{#95782} | 1 年前 | |
[heap] Pass Isolate to metadata accessors Removes the implicit Isolate::Current() when looking up page metadata from a HeapObject or address, and either uses an available Isolate* or makes the Isolate::Current() explicit. There is still a MemoryChunk::Metadata() accessor which implicitly calls Isolate: :Current() -- this can be fixed in followup work. Change-Id: Ia64f1a38750f4c9c7279c631480b3ee9aadd8917 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6906859 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#102184} | 10 个月前 | |
PPC/s390: Make Float32Mul and Float32Div deterministic Port c7082da239795fcad6b946ee604c70f272eea7e8 Port a99a56b3e61057906932980de68b74942741fc5c Original Commit Message: Don't fold 0 * inf and inf * 0, and add tests and fuzztest support for float32 multiplication. Division by zero can return NaN or -NaN, so do not constant-fold that. R=clemensb@chromium.org, junyan1@ibm.com BUG= LOG=N Change-Id: I78a0fe2824182df5dfe6792d4690fe5ea59e2b5c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6774065 Commit-Queue: Milad Farazmand <mfarazma@ibm.com> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#101539} | 11 个月前 |