qtdeclarative/tests/auto/qml/qv4assembler/data
Ulf Hermann 74d23ca548 V4: Generate function tables on 64bit windows
In order for global exception handlers to be called reliably, the runtime
needs to unwind through JIT-generated code. This can be facilitated by
installing a "function table" for each JITed function that specifies "use
the frame pointer".

Also make sure to generate a function table for JIT'ed regular
expressions. Those were forgotten also in the linux case.

Fixes: QTBUG-50061
Change-Id: Ib0b8ae9356ed80afe1cab017e36efa4ccbe73f90
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-12-03 08:28:36 +00:00
..
crash.qml V4: Generate function tables on 64bit windows 2018-12-03 08:28:36 +00:00