Ignore:
Timestamp:
Oct 30, 2017, 6:15:08 PM (8 years ago)
Author:
[email protected]
Message:

We need a storeStoreFence before storing to the instruction stream's live variable catch data
https://bugs.webkit.org/show_bug.cgi?id=178649

Reviewed by Keith Miller.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::ensureCatchLivenessIsComputedForBytecodeOffsetSlow):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r224192 r224217  
     12017-10-30  Saam Barati  <[email protected]>
     2
     3        We need a storeStoreFence before storing to the instruction stream's live variable catch data
     4        https://bugs.webkit.org/show_bug.cgi?id=178649
     5
     6        Reviewed by Keith Miller.
     7
     8        * bytecode/CodeBlock.cpp:
     9        (JSC::CodeBlock::ensureCatchLivenessIsComputedForBytecodeOffsetSlow):
     10
    1112017-10-30  Michael Catanzaro  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.