Changeset 43273 in webkit for trunk/JavaScriptCore/jit/JITCode.h
- Timestamp:
- May 5, 2009, 8:20:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITCode.h
r43220 r43273 39 39 class JSGlobalData; 40 40 class RegisterFile; 41 42 extern "C" {43 EncodedJSValue ctiTrampoline(44 #if PLATFORM(X86_64)45 // FIXME: (bug #22910) this will force all arguments onto the stack (regparm(0) does not appear to have any effect).46 // We can allow register passing here, and move the writes of these values into the trampoline.47 void*, void*, void*, void*, void*, void*,48 #endif49 void* code, RegisterFile*, CallFrame*, JSValue* exception, Profiler**, JSGlobalData*);50 };51 41 52 42 class JITCode {
Note:
See TracChangeset
for help on using the changeset viewer.