v8/src/parsing
lpy c9c448c305 Revert of [Tracing] Embed V8 runtime call stats into tracing. (patchset #8 id:140001 of https://codereview.chromium.org/2187693002/ )
Reason for revert:
Mac64 ASAN failure. https://build.chromium.org/p/client.v8/builders/V8%20Mac64%20ASAN/builds/7810/steps/Check/logs/Threading4

Original issue's description:
> [Reland][Tracing] Embed V8 runtime call stats into tracing.
>
> Currently we have V8 RuntimeCallStats that is independently from tracing when
> running d8 with flag --runtime_call_stats. This patch embeds V8 runtime call
> stats into tracing, by having a global table of runtime call counters each
> isolate, resetting the table each time we enter a top level trace event, and
> dumping the table for each top level trace event. This will make trace file more
> compat, as well as enable runtime call stats in tracing system.
>
> This patch adds ~5% overhead to V8 when the category is enabled, we measure the
> overhead by running a script when category is enabled.
>
> BUG=v8:5089
>
> Committed: https://crrev.com/d014866173eaa2b548c566217b2c94b1d49385fa
> Committed: https://crrev.com/1ca3b73bba4a7253ca8eeef39321d70e7d414331
> Cr-Original-Commit-Position: refs/heads/master@{#38270}
> Cr-Commit-Position: refs/heads/master@{#38314}

TBR=cbruni@chromium.org,fmeawad@chromium.org,machenbach@chromium.org,bmeurer@chromium.org,adamk@chromium.org,rmcilroy@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:5089

Review-Url: https://codereview.chromium.org/2200373003
Cr-Commit-Position: refs/heads/master@{#38315}
2016-08-03 21:47:10 +00:00
..
expression-classifier.h Remove erroneous DCHECK related to expression classifiers 2016-06-13 12:34:19 +00:00
func-name-inferrer.cc
func-name-inferrer.h Fix FuncNameInferrer usage in ParseAssignmentExpression 2015-12-10 19:19:35 +00:00
OWNERS Add vogelheim to src/parsing/OWNERS 2016-06-09 14:46:34 +00:00
parameter-initializer-rewriter.cc Wrap ClassLiterals in DoExpressions instead of giving them BlockScopes. 2016-07-25 19:21:44 +00:00
parameter-initializer-rewriter.h Rescope arrow-function parameter lists by moving the delta to the parameter scope 2016-07-22 23:30:50 +00:00
parser-base.h Revert of Put Scopes into temporary Zone (patchset #12 id:220001 of https://codereview.chromium.org/2193793002/ ) 2016-08-02 18:16:14 +00:00
parser.cc Revert of [Tracing] Embed V8 runtime call stats into tracing. (patchset #8 id:140001 of https://codereview.chromium.org/2187693002/ ) 2016-08-03 21:47:10 +00:00
parser.h Rename internal ParseLazy to DoParseLazy to match DoParseProgram 2016-08-03 17:30:56 +00:00
pattern-rewriter.cc Rescope arrow-function parameter lists by moving the delta to the parameter scope 2016-07-22 23:30:50 +00:00
preparse-data-format.h
preparse-data.cc Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
preparse-data.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
preparser.cc Allocate block scopes in block states when possible 2016-08-01 09:05:05 +00:00
preparser.h Rescope arrow-function parameter lists by moving the delta to the parameter scope 2016-07-22 23:30:50 +00:00
rewriter.cc Always finalize blocks after parsing, also for do-expressions 2016-08-01 08:30:17 +00:00
rewriter.h Always finalize blocks after parsing, also for do-expressions 2016-08-01 08:30:17 +00:00
scanner-character-streams.cc Implement a character stream for external one byte streams 2016-07-29 06:13:38 +00:00
scanner-character-streams.h Implement a character stream for external one byte streams 2016-07-29 06:13:38 +00:00
scanner.cc Remove --harmony-exponentiation-operator flag 2016-08-02 17:17:35 +00:00
scanner.h Remove --harmony-exponentiation-operator flag 2016-08-02 17:17:35 +00:00
token.cc
token.h [esnext] implement frontend changes for async/await proposal 2016-05-16 23:19:02 +00:00