diff options
author | Norbert Leser <norbert.leser@nokia.com> | 2009-08-20 09:34:40 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-20 09:34:40 (GMT) |
commit | ac8dccabe25622de2672204e54e7c8610d14bce4 (patch) | |
tree | f06e8b47cca8c073f89ad1d0d2244f5ba5fcb0bf /dist/changes-3.0.7 | |
parent | acb0fdc3769f18e9c4c76abcb96a3a4d60afdb8b (diff) | |
download | Qt-ac8dccabe25622de2672204e54e7c8610d14bce4.zip Qt-ac8dccabe25622de2672204e54e7c8610d14bce4.tar.gz Qt-ac8dccabe25622de2672204e54e7c8610d14bce4.tar.bz2 |
Fix JavaScriptCore build on systems without anonymous mmapping
Use fastMalloc when neither MMAP nor VIRTUALALLOC are enabled
RegisterFile constructor currently throws #error when both
MMAP and VIRTUALALLOC conditions fail.
On any platform that does not provide these features
(for instance, Symbian),
the fallback should be regular malloc (or fastMalloc).
It is functionally equivalent in this case, even though it may
have certain drawbacks such as lack of dynamic pre-allocation.
Taken upstream from https://bugs.webkit.org/show_bug.cgi?id=27051
Reviewed-by: Simon Hausmann
Diffstat (limited to 'dist/changes-3.0.7')
0 files changed, 0 insertions, 0 deletions