Ignore:
Timestamp:
Sep 18, 2013, 9:51:07 AM (12 years ago)
Author:
[email protected]
Message:

REGRESSION(r155771): js/stack-overflow-arrity-catch.html is crashing on non-Mac platforms
https://bugs.webkit.org/show_bug.cgi?id=121376

Reviewed by Oliver Hunt.

Fix stack grow() call for stack growing down. This should catch running out of stack space before
we try to move the frame down due to arity mismatch.

  • runtime/CommonSlowPaths.h:

(JSC::CommonSlowPaths::arityCheckFor):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r156043 r156046  
     12013-09-17  Michael Saboff  <[email protected]>
     2
     3        REGRESSION(r155771): js/stack-overflow-arrity-catch.html is crashing on non-Mac platforms
     4        https://bugs.webkit.org/show_bug.cgi?id=121376
     5
     6        Reviewed by Oliver Hunt.
     7
     8        Fix stack grow() call for stack growing down.  This should catch running out of stack space before
     9        we try to move the frame down due to arity mismatch.
     10
     11        * runtime/CommonSlowPaths.h:
     12        (JSC::CommonSlowPaths::arityCheckFor):
     13
    1142013-09-18  Andreas Kling  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.