Ignore:
Timestamp:
Apr 23, 2010, 8:38:43 AM (15 years ago)
Author:
[email protected]
Message:

2010-04-23 Gabor Rapcsanyi <[email protected]>

Reviewed by Laszlo Gombos.

Add RVCT support for Linux

Developed in cooperation with Gabor Loki.

  • API/JSStringRef.h:
  • jit/ExecutableAllocator.h:
  • jit/ExecutableAllocatorPosix.cpp: (JSC::ExecutableAllocator::cacheFlush):
  • jit/JITStubs.cpp:
  • wtf/MathExtras.h:
  • wtf/unicode/qt4/UnicodeQt4.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/JITStubs.cpp

    r57955 r58167  
    578578
    579579#elif COMPILER(RVCT) && CPU(ARM_TRADITIONAL)
     580
     581#define THUNK_RETURN_ADDRESS_OFFSET 32
     582#define PRESERVEDR4_OFFSET          36
    580583
    581584__asm EncodedJSValue ctiTrampoline(void*, RegisterFile*, CallFrame*, JSValue*, Profiler**, JSGlobalData*)
Note: See TracChangeset for help on using the changeset viewer.