Commit 437c7b3
committed
Deprecate the USES_DYNAMIC_ALLOC setting
All this setting was doing was setting MALLOC=none so it doesn't seem
like it needs to exist as a separate setting.
I think it used to do more, for example, prior to #12790 it used was
used in some JS library code. Another PR that removed a lot of usage
of this settings was #12057.
Simply removing it simplifies another change I'm working on: #18905.
Also, the docs were incorrect in stating it was ignored except under
MINIMAL_RUNTIME, but we had no testing for it.1 parent 3c5bac9 commit 437c7b3
3 files changed
+4
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2331 | 2331 | | |
2332 | 2332 | | |
2333 | 2333 | | |
2334 | | - | |
2335 | | - | |
2336 | | - | |
2337 | | - | |
2338 | 2334 | | |
2339 | 2335 | | |
2340 | 2336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1851 | 1851 | | |
1852 | 1852 | | |
1853 | 1853 | | |
1854 | | - | |
1855 | | - | |
1856 | | - | |
1857 | | - | |
1858 | | - | |
1859 | | - | |
1860 | | - | |
1861 | 1854 | | |
1862 | 1855 | | |
1863 | 1856 | | |
| |||
2175 | 2168 | | |
2176 | 2169 | | |
2177 | 2170 | | |
| 2171 | + | |
2178 | 2172 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9993 | 9993 | | |
9994 | 9994 | | |
9995 | 9995 | | |
9996 | | - | |
| 9996 | + | |
9997 | 9997 | | |
9998 | | - | |
| 9998 | + | |
9999 | 9999 | | |
10000 | 10000 | | |
10001 | 10001 | | |
10002 | 10002 | | |
10003 | | - | |
| 10003 | + | |
10004 | 10004 | | |
10005 | 10005 | | |
10006 | 10006 | | |
| |||
0 commit comments