12019-01-08 Dominik Infuehr <dinfuehr@igalia.com>
2
3 Enable DFG on ARM/Linux again
4 https://bugs.webkit.org/show_bug.cgi?id=192496
5
6 Reviewed by NOBODY (OOPS!).
7
8 After changing the bytecode format DFG was disabled on all 32-bit
9 architectures. Enable DFG now again on ARM/Linux. Disable tests that
10 run out of executable memory with LLInt disabled.
11
12 * js/script-tests/dfg-float32array.js:
13 * js/script-tests/dfg-float64array.js:
14 * js/script-tests/dfg-int16array.js:
15 * js/script-tests/dfg-int32array-overflow-values.js:
16 * js/script-tests/dfg-int32array.js:
17 * js/script-tests/dfg-int8array.js:
18 * js/script-tests/dfg-uint16array.js:
19 * js/script-tests/dfg-uint32array.js:
20 * js/script-tests/dfg-uint8array.js:
21