Changeset 50201 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Oct 28, 2009, 12:13:37 AM (16 years ago)
Author:
[email protected]
Message:

Rubber Stamped by Samuel Q. Weinig.

Patch by Gavin Barraclough <[email protected]> on 2009-10-27
Make the asserts protecting the offsets in the JIT more descriptive.

  • jit/JIT.h:
  • jit/JITCall.cpp:

(JSC::JIT::compileOpCall):

  • jit/JITPropertyAccess.cpp:

(JSC::JIT::emit_op_method_check):
(JSC::JIT::compileGetByIdHotPath):
(JSC::JIT::compileGetByIdSlowCase):
(JSC::JIT::emit_op_put_by_id):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r50183 r50201  
     12009-10-27  Gavin Barraclough  <[email protected]>
     2
     3        Rubber Stamped by Samuel Q. Weinig.
     4
     5        Make the asserts protecting the offsets in the JIT more descriptive.
     6
     7        * jit/JIT.h:
     8        * jit/JITCall.cpp:
     9        (JSC::JIT::compileOpCall):
     10        * jit/JITPropertyAccess.cpp:
     11        (JSC::JIT::emit_op_method_check):
     12        (JSC::JIT::compileGetByIdHotPath):
     13        (JSC::JIT::compileGetByIdSlowCase):
     14        (JSC::JIT::emit_op_put_by_id):
     15
    1162009-10-27  Geoffrey Garen  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.