VV8 LUCI CQ[heap] Pass Isolate to metadata accessors
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
S390x: remove support for s390 32-bit, part 1 s390 has been out of support for a long time now. This CL removes the following from v8 codebase: - V8_TARGET_ARCH_S390 - V8_HOST_ARCH_S390 - V8_TARGET_ARCH_S390_LE_SIM - v8_current_cpu == "s390" - arch == s390 Change-Id: I97d4cafe0be65c91c872466b94dd835f695aaeab Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5857023 Commit-Queue: Milad Farazmand <mfarazma@redhat.com> Reviewed-by: Junliang Yan <junyan@redhat.com> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/main@{#96110} | 1 年前 | |
s390x: remove support for s390 32-bit, part 2 s390 has been out of support for a long time now. This CL removes the following from v8 codebase: - V8_TARGET_ARCH_S390 (32-bit) code from codebase - CleanseP and CleanUInt32 - defined(__s390__) || defined(_ARCH_S390) Change-Id: Iedbc2b0e988795e747b9e5862d46248f32bc3c82 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5866312 Reviewed-by: Milad Farazmand <mfarazma@redhat.com> Commit-Queue: Milad Farazmand <mfarazma@redhat.com> Reviewed-by: Junliang Yan <junyan@redhat.com> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#96133} | 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 个月前 | |
s390x[simulator]: Implement FPProcessNaNUnop Needed after http://crrev.com/c/6875272 to handle SNaN inputs. Change-Id: I5662dcab92b6895ce22fcc440a43adcb15feead6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6899712 Commit-Queue: Milad Farazmand <mfarazma@ibm.com> Reviewed-by: Junliang Yan <junyan1@ibm.com> Cr-Commit-Position: refs/heads/main@{#102139} | 10 个月前 |