|
Remove FLAG_min_preparse_length.
It originates from the era where we used to run a separate preparse step
before parsing and store the function data. Now the usage of preparser
is something completely different, so this flag doesn't make sense any
more.
In addition, this way we get more test coverage for preparser (for small
scripts).
BUG=
Committed: https://crrev.com/4a5b7e32c4f687bd481fc6d58adf7c2c695d2466
Cr-Commit-Position: refs/heads/master@{#41110}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+44 lines, -88 lines) |
Patch |
|
M |
src/flag-definitions.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/parsing/parse-info.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/parsing/parse-info.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
1
2
3
4
|
4 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-parsing.cc
|
View
|
1
2
3
4
|
11 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
test/message/for-loop-invalid-lhs.js
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/message/for-loop-invalid-lhs.out
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
test/mjsunit/bugs/bug-2728.js
|
View
|
1
2
3
4
5
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/eagerly-parsed-lazily-compiled-functions.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/arrow-rest-params-lazy-parsing.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/block-scoping-top-level.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/block-scoping-top-level-sloppy.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/classes-lazy-parsing.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/destructuring-assignment-lazy.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/regress/regress-4400.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/regress/regress-594084.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/lazy-inner-functions.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/modules-preparse.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/preparse-toplevel-strict-eval.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/regress-3456.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/regress-604044.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/regress/regress-crbug-517592.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/regress/regress-crbug-580934.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/regress/regress-crbug-648740.js
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/regress/regress-crbug-659915a.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/regress/regress-crbug-659915b.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/test262/test262.status
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
test/webkit/fast/js/kde/parse.js
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/webkit/fast/js/kde/parse-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/webkit/fast/js/parser-syntax-check.js
|
View
|
1
2
3
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/webkit/fast/js/parser-syntax-check-expected.txt
|
View
|
1
2
3
|
3 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
tools/parser-shell.cc
|
View
|
1
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
tools/testrunner/local/variants.py
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 28 (23 generated)
|