v8/tools/freebsd-tick-processor
erik.corry@gmail.com 6c6a998e4e * Fix build errors on FreeBSD 8.2
* Fix Crankshaft on FreeBSD.
* Partially fix profiling on FreeBSD.
* Remove bash-isms from tick processor script.
Review URL: http://codereview.chromium.org/6673045

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7200 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-03-16 11:15:43 +00:00

11 lines
256 B
Bash
Executable File

#!/bin/sh
# A wrapper script to call 'linux-tick-processor'.
# Known issues on FreeBSD:
# No ticks from C++ code.
# You must have d8 built and in your path before calling this.
tools_path=`cd $(dirname "$0");pwd`
$tools_path/linux-tick-processor "$@"