Ignore:
Timestamp:
Aug 6, 2009, 12:17:44 PM (16 years ago)
Author:
[email protected]
Message:

2009-08-06 Zoltan Horvath <[email protected]>

Reviewed by Darin Adler.

Allow custom memory allocation control for JavaScriptCore's PolymorphicAccessStructureList struct
https://bugs.webkit.org/show_bug.cgi?id=27877

Inherits PolymorphicAccessStructureList struct from FastAllocBase because it has been instantiated by
'new' in JavaScriptCore/jit/JITStubs.cpp:1229.

  • bytecode/Instruction.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecode/Instruction.h

    r44711 r46854  
    5454
    5555    // Structure used by op_get_by_id_self_list and op_get_by_id_proto_list instruction to hold data off the main opcode stream.
    56     struct PolymorphicAccessStructureList {
     56    struct PolymorphicAccessStructureList : FastAllocBase {
    5757        struct PolymorphicStubInfo {
    5858            bool isChain;
Note: See TracChangeset for help on using the changeset viewer.