Update d8 preemption mode to support multiple files per line. Each line is run
authorpatrick@chromium.org <patrick@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 Feb 2009 04:26:04 +0000 (04:26 +0000)
committerpatrick@chromium.org <patrick@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 Feb 2009 04:26:04 +0000 (04:26 +0000)
commit1c0ebb7e1ce6fcd12550c5b230183b7542e8d641
tree48f1945c6a9fedda17289f2e08a24fd1047cd88a
parent4cc5c314d1fa1340c55219a64b6920b540b6be2f
Update d8 preemption mode to support multiple files per line.  Each line is run
in its own context.  Files are separated by spaces, and will be run in order,
left to right.

Also add support for comment lines, which start with '#'.
Review URL: http://codereview.chromium.org/20319

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1306 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/d8.cc