Ignore:
Timestamp:
Oct 16, 2009, 8:45:38 AM (16 years ago)
Author:
Laszlo Gombos
Message:

2009-10-16 Laszlo Gombos <Laszlo Gombos>

Reviewed by Simon Hausmann.

[Qt] Implement ExecutableAllocator for Symbian
https://bugs.webkit.org/show_bug.cgi?id=29946

Tested with YARR JIT enabled for Symbian;
This patch does not (yet) enable YARR JIT by default.

  • JavaScriptCore.pri:
  • jit/ExecutableAllocator.h:
  • jit/ExecutableAllocatorSymbian.cpp: Added. (JSC::ExecutableAllocator::intializePageSize): (JSC::ExecutablePool::systemAlloc): (JSC::ExecutablePool::systemRelease):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r49238 r49679  
    138138
    139139symbian {
    140     SOURCES += runtime/MarkStackSymbian.cpp
     140    SOURCES += jit/ExecutableAllocatorSymbian.cpp \
     141              runtime/MarkStackSymbian.cpp
    141142} else {
    142143    win32-*|wince* {
Note: See TracChangeset for help on using the changeset viewer.