|
36 | 36 | "(java-max-input-tree-depth):" \
|
37 | 37 | "(java-max-vla-length):" \
|
38 | 38 | "(java-cp-include-files):" \
|
39 |
| - "(lazy-methods)" \ |
| 39 | + "(lazy-methods)" /* will go away */ \ |
| 40 | + "(no-lazy-methods)" \ |
40 | 41 | "(lazy-methods-extra-entry-point):" \
|
41 | 42 | "(java-load-class):" \
|
42 | 43 | "(java-no-load-class):"
|
|
55 | 56 | " the object\n" /* NOLINT(*) */ \
|
56 | 57 | " --java-max-vla-length limit the length of user-code-created arrays\n" /* NOLINT(*) */ \
|
57 | 58 | " --java-cp-include-files regexp or JSON list of files to load (with '@' prefix)\n" /* NOLINT(*) */ \
|
58 |
| - " --lazy-methods only translate methods that appear to be reachable from\n" /* NOLINT(*) */ \ |
59 |
| - " the --function entry point or main class\n" /* NOLINT(*) */ \ |
| 59 | + " --no-lazy-methods load and translate all methods given on the command line\n" /* NOLINT(*) */ \ |
| 60 | + " and in --classpath\n" /* NOLINT(*) */ \ |
| 61 | + " Default is to load methods that appear to be\n" /* NOLINT(*) */ \ |
| 62 | + " reachable from the --function entry point or main class\n" /* NOLINT(*) */ \ |
60 | 63 | " Note --show-symbol-table/goto-functions/properties output\n"/* NOLINT(*) */ \
|
61 |
| - " will be restricted to loaded methods in this case\n" /* NOLINT(*) */ \ |
| 64 | + " are restricted to loaded methods by default\n" /* NOLINT(*) */ \ |
62 | 65 | " --lazy-methods-extra-entry-point METHODNAME\n" /* NOLINT(*) */ \
|
63 | 66 | " treat METHODNAME as a possible program entry point for\n" /* NOLINT(*) */ \
|
64 | 67 | " the purpose of lazy method loading\n" /* NOLINT(*) */ \
|
|
0 commit comments