Skip to content

Commit

Permalink
electron 3 - trace-hydrogen is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Dec 17, 2018
1 parent b32390b commit ac0ead2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/code.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ set ELECTRON_ENABLE_STACK_DUMPING=1

:: Launch Code

:: Use the following to get v8 tracing:
:: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %*

%CODE% . %*
goto end

Expand Down
3 changes: 0 additions & 3 deletions scripts/code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,4 @@ function code() {
exec "$CODE" . "$@"
}

# Use the following to get v8 tracing:
# code --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" "$@"

code "$@"

0 comments on commit ac0ead2

Please sign in to comment.