| commit | 6adb8f5901d1831e0108e917729d6c98273f1fbb | [log] [tgz] | 
|---|---|---|
| author | Samuel Groß <saelo@chromium.org> | Mon Dec 06 15:26:51 2021 | 
| committer | Adam Klein <adamk@chromium.org> | Wed Dec 08 00:25:45 2021 | 
| tree | 047eab59caee355c03c8631cd27895431c51a958 | |
| parent | 4745e98f1c7b142131683e40be41fd79cd6fbbff [diff] | 
[platform] Also use MAP_JIT on Intel-based macOS On Intel chips, MAP_JIT is required when the hardened runtime is enabled, which it is in Chrome. Without MAP_JIT, it is then not possible to allocate executable pages in an address space reservation. Bug: chromium:1276887 Change-Id: I632fdfc9e6cf02bac95e630e6404fea7d8f4c176 Cq-Include-Trybots: luci.v8.try:v8_linux64_heap_sandbox_dbg_ng,v8_linux_arm64_sim_heap_sandbox_dbg_ng Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3310913 Commit-Queue: Samuel Groß <saelo@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/main@{#78255} (cherry picked from commit 32ae91809979ba6fc0fecb67e20da389ef184cd3) Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3321875 Commit-Queue: Srinivas Sista <srinivassista@chromium.org> Reviewed-by: Adam Klein <adamk@chromium.org>
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8 and fetch all of its dependencies. To stay up to date, run
    git pull origin
    gclient sync
For fetching all branches, add the following into your remote configuration in .git/config:
    fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
    fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.