mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
irhydra generator
This commit is contained in:
parent
06f9311a17
commit
bf8c7546f8
2 changed files with 23 additions and 0 deletions
1
tests/perf-irhydra/clean.sh
Normal file
1
tests/perf-irhydra/clean.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
rm -f code-*.asm hydrogen-*.cfg
|
||||
22
tests/perf-irhydra/run.sh
Normal file
22
tests/perf-irhydra/run.sh
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# create files to analyze the emulator with irhydra.
|
||||
# irhydra2 cannot currently load the files, sadly
|
||||
#
|
||||
# Important links:
|
||||
# http://mrale.ph/irhydra/2/
|
||||
# http://mrale.ph/blog/2014/01/28/prerelease-irhydra2.html
|
||||
# http://mrale.ph/blog/2014/02/23/the-black-cat-of-microbenchmarks.html
|
||||
|
||||
CHROME_CANARY=google-chrome-unstable
|
||||
EMULATOR=http://localhost/v86/
|
||||
|
||||
$CHROME_CANARY\
|
||||
--no-sandbox \
|
||||
--js-flags="--trace-hydrogen \
|
||||
--trace-phase=Z \
|
||||
--trace-deopt \
|
||||
--code-comments \
|
||||
--hydrogen-track-positions \
|
||||
--redirect-code-traces" \
|
||||
$EMULATOR
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue