Changeset 17237 in webkit for trunk/JavaScriptCore/kjs/object.cpp


Ignore:
Timestamp:
Oct 23, 2006, 8:18:50 PM (19 years ago)
Author:
kmccullo
Message:

Reviewed by Maciej.

  • Fixes two regressions on win. Both are stack overflows. For one the number of regressions is capped at 100, and for the other, nested parenthesis pairs are not evaluated (since they would evaluate to whatever is in them anyway).
  • kjs/grammar.y:
  • kjs/object.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/object.cpp

    r15846 r17237  
    3535// maximum global call stack size. Protects against accidental or
    3636// malicious infinite recursions. Define to -1 if you want no limit.
    37 #if PLATFORM(DARWIN)
     37#if PLATFORM(DARWIN) || PLATFORM(WIN_OS)
    3838// Given OS X stack sizes we run out of stack at about 350 levels.
    3939// If we improve our stack usage, we can bump this number.
Note: See TracChangeset for help on using the changeset viewer.