Ignore:
Timestamp:
Sep 7, 2012, 4:58:47 PM (13 years ago)
Author:
[email protected]
Message:

Source/JavaScriptCore: Fix a llint C++ interpreter bugs.
https://bugs.webkit.org/show_bug.cgi?id=96127.

Patch by Mark Lam <[email protected]> on 2012-09-07
Reviewed by Filip Pizlo.

  • llint/LowLevelInterpreter.cpp:

(JSC):
(JSC::CLoop::execute):

  • offlineasm/cloop.rb:

Source/WTF: Fixed ASSERT() and ASSERT_AT() macros so that they can be used in
comma expressions.
https://bugs.webkit.org/show_bug.cgi?id=96127.

Patch by Mark Lam <[email protected]> on 2012-09-07
Reviewed by Filip Pizlo.

  • wtf/Assertions.h:

(wtfAssert):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r127930 r127938  
     12012-09-07  Mark Lam  <[email protected]>
     2
     3        Fix a llint C++ interpreter bugs.
     4        https://bugs.webkit.org/show_bug.cgi?id=96127.
     5
     6        Reviewed by Filip Pizlo.
     7
     8        * llint/LowLevelInterpreter.cpp:
     9        (JSC):
     10        (JSC::CLoop::execute):
     11        * offlineasm/cloop.rb:
     12
    1132012-09-07  Gavin Barraclough  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.