Changeset 161232 in webkit
- Timestamp:
- Jan 2, 2014, 3:20:26 PM (13 years ago)
- File:
-
- 1 edited
-
branches/jsCStack/Source/JavaScriptCore/ChangeLog (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jsCStack/Source/JavaScriptCore/ChangeLog
r161229 r161232 4 4 https://bugs.webkit.org/show_bug.cgi?id=126405. 5 5 6 Not yet reviewed.6 Reviewed by Michael Saboff. 7 7 8 8 * interpreter/Interpreter.cpp: … … 11 11 to check if an exception was thrown during a call to callToNativeFunction. 12 12 We now check if an exception was thrown, and if so, we set the result to 13 jsNull() the same that JITCode::execute() does.13 jsNull() the same way that JITCode::execute() does. 14 14 15 15 2014-01-02 Filip Pizlo <fpizlo@apple.com> … … 231 231 https://bugs.webkit.org/show_bug.cgi?id=126334. 232 232 233 Not yet reviewed.233 Reviewed by Geoffrey Garen. 234 234 235 235 When we start measuring the stack usage of each VMEntryScope, we'll need … … 282 282 https://bugs.webkit.org/show_bug.cgi?id=126328. 283 283 284 Not yet reviewed.284 Reviewed by Geoffrey Garen. 285 285 286 286 Also removed the now unused JSSTack::topOfStackForCapacityCheck(). … … 295 295 https://bugs.webkit.org/show_bug.cgi?id=126321. 296 296 297 Not yet reviewed.297 Reviewed by Geoffrey Garen. 298 298 299 299 We need an option to limit the JS stack size. Currently, we just change
Note:
See TracChangeset
for help on using the changeset viewer.