Changeset 36581 in webkit for trunk/JavaScriptCore/VM/Machine.h


Ignore:
Timestamp:
Sep 17, 2008, 5:36:37 PM (17 years ago)
Author:
[email protected]
Message:

2008-09-17 Gavin Barraclough <[email protected]>

Reviewed by Oliver Hunt.

JIT generation cti_op_construct_verify.


Quarter to half percent progression on v8-tests.
Roughly not change on SunSpider (possible minor progression).

  • VM/CTI.cpp: (JSC::CTI::privateCompileMainPass):
  • VM/Machine.cpp:
  • VM/Machine.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/Machine.h

    r36544 r36581  
    169169        static void* SFX_CALL cti_op_construct_JSConstruct(CTI_ARGS);
    170170        static JSValue* SFX_CALL cti_op_construct_NotJSConstruct(CTI_ARGS);
    171         static void SFX_CALL cti_op_construct_verify(CTI_ARGS);
    172171        static JSValue* SFX_CALL cti_op_get_by_val(CTI_ARGS);
    173172        static JSValue* SFX_CALL cti_op_resolve_func(CTI_ARGS);
Note: See TracChangeset for help on using the changeset viewer.