Created
November 14, 2021 04:43
-
-
Save pr0cf5/334be7c9e62f98f578be90c84c4a82b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git && cd depot_tools && echo "export PATH=\$PATH:`pwd`" >> ~/.bashrc | |
source ~/.bashrc && cd ~ && mkdir v8_turbolizer && cd v8_turbolizer && fetch v8 | |
./v8/build/install-build-deps.sh | |
./v8/tools/dev/gm.py x64.debug d8 | |
cd ./v8/tools/turbolizer/ && npm i && npm run-script build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment