1. 5a0ed2f Use unary static_assert https://bugs.webkit.org/show_bug.cgi?id=238412 by ysuzuki@apple.com · 3 years ago
  2. 600522a Clean up some code around checking the state of Watchpoints by sbarati@apple.com · 3 years, 5 months ago
  3. 108e16c03 [JSC] Validate JSPropertyNameEnumerator via watchpoints by ysuzuki@apple.com · 3 years, 7 months ago
  4. 6c210c1 [JSC] Optimize Object.assign and putDirectInternal by ysuzuki@apple.com · 3 years, 9 months ago
  5. 0ecf35b Reduce use of dmb ish on ARM64 https://bugs.webkit.org/show_bug.cgi?id=225465 by fpizlo@apple.com · 3 years, 11 months ago
  6. d6b9d26 Lazily create m_windowCloseWatchpoints so we don't mistakenly think we have a frame when re-associating a document to a given cached frame by sbarati@apple.com · 4 years, 2 months ago
  7. cfef5c1e [JSC] Cache toString / valueOf / @@toPrimitive for major cases by ysuzuki@apple.com · 4 years, 7 months ago
  8. 8b8befd JSDOMWindowBase m_windowCloseWatchpoints must be Ref<> by ysuzuki@apple.com · 4 years, 11 months ago
  9. 4ddd5ef Fix existing usage of final/override/virtual in JSC and WTF by ross.kirsling@sony.com · 4 years, 11 months ago
  10. 8e3c2ed [clang-tidy] Run modernize-use-override over JSC, then ensure as much as possible is final by ross.kirsling@sony.com · 4 years, 11 months ago
  11. 0e31b41 Unreviewed, reverting r261542. by tsavell@apple.com · 4 years, 11 months ago
  12. e20a22c [clang-tidy] Run modernize-use-override over JSC, then ensure as much as possible is final by ross.kirsling@sony.com · 4 years, 11 months ago
  13. 140b35a TypedArrays should more gracefully handle OOM during slowDownAndWasteMemory by keith_miller@apple.com · 5 years ago
  14. 4642e11 Experiment: create lots of different malloc zones for easier accounting of memory use by ysuzuki@apple.com · 5 years ago
  15. 757c0aa Inline caching is wrong for custom accessors and custom values by sbarati@apple.com · 6 years ago
  16. d27553f Use constexpr instead of const in symbol definitions that are obviously constexpr. by mark.lam@apple.com · 6 years ago
  17. 5001f4f [JSC] InferredValue should not be a JSCell by ysuzuki@apple.com · 6 years ago
  18. dafef97 [JSC] Compress Watchpoint size by using enum type and Packed<> data structure by ysuzuki@apple.com · 6 years ago
  19. 54b4c92 [JSC] LLIntPrototypeLoadAdaptiveStructureWatchpoint does not require Bag<> by ysuzuki@apple.com · 6 years ago
  20. d2cb345 [JSC] Global lexical bindings can shadow global variables if it is `configurable = true` by yusukesuzuki@slowstart.org · 6 years ago
  21. ed2da80 We should support CreateThis in the FTL by fpizlo@apple.com · 7 years ago
  22. 7cb4614 [JSC] Pass VM& to functions more https://bugs.webkit.org/show_bug.cgi?id=186241 by utatane.tea@gmail.com · 7 years ago
  23. 28d187e Loading cnn.com in MiniBrowser hits Structure::dump() under DFG::AdaptiveInferredPropertyValueWatchpoint::handleFire which churns 65KB of memory by keith_miller@apple.com · 7 years ago
  24. 94d4d91 LLInt get_by_id prototype caching doesn't properly handle changes by keith_miller@apple.com · 7 years ago
  25. 0c6581a Replace multiple Watchpoint Set fireAll() methods with templates by msaboff@apple.com · 7 years ago
  26. fbf2bf5 Deferred firing of structure transition watchpoints is racy by msaboff@apple.com · 7 years ago
  27. b066e4a Make pertinent AccessCases watch the poly proto watchpoint by sbarati@apple.com · 7 years ago
  28. 22104f5 Unreviewed, rolling out r206522. by ryanhaddad@apple.com · 9 years ago
  29. c53123e Unreviewed, rolling out r206506. https://bugs.webkit.org/show_bug.cgi?id=162682 by commit-queue@webkit.org · 9 years ago
  30. 71ae5a4 Adopt #pragma once in JavaScriptCore by commit-queue@webkit.org · 9 years ago
  31. 0c3609d some Watchpoints' ::fireInternal method will call operations that might GC where the GC will cause the watchpoint itself to destruct by sbarati@apple.com · 9 years ago
  32. 57aea1c Clean up how we reason about the states of AccessCases by fpizlo@apple.com · 9 years ago
  33. 11ff47c Remove "virtual" from all lines that have both "virtual" and "override". by darin@apple.com · 9 years ago
  34. 1283577 JSC should infer property types https://bugs.webkit.org/show_bug.cgi?id=148610 by fpizlo@apple.com · 10 years ago
  35. b31ad291 baseline JIT should emit better code for UnresolvedProperty in resolve_scope/get_from_scope/put_to_scope by commit-queue@webkit.org · 10 years ago
  36. 8c9b9ba DFG should have some obvious mitigations against watching structures that are unprofitable to watch by fpizlo@apple.com · 10 years ago
  37. d70351b Watchpoints should be removed from their owning WatchpointSet before they are fired by fpizlo@apple.com · 10 years ago
  38. 6b91a10 Watchpoints should be allocated with FastMalloc by fpizlo@apple.com · 10 years ago
  39. 3a2fa4c JSC should detect singleton functions by fpizlo@apple.com · 10 years ago
  40. 58de778 [Win] Resolve some static analysis warnings in JavaScriptCore by bfulgham@apple.com · 10 years ago
  41. 2c4a7e9 Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, r170728, r170729, r170819, r170821, r170836, r170855, r170860, r170890, r170907, r170929, r171052, r171106, r171152, r171153, r171214 from ftlopt. by fpizlo@apple.com · 11 years ago
  42. 9c06c5d JSDOMWindow should have a WatchpointSet to fire on window close by mhahnenberg@apple.com · 11 years ago
  43. 99491a2 Remove atomicIncrement/atomicDecrement by andersca@apple.com · 11 years ago
  44. 0a0bb16 Shrink WatchpointSet. <https://webkit.org/b/126694> by akling@apple.com · 11 years ago
  45. 88fedde Infer constant closure variables https://bugs.webkit.org/show_bug.cgi?id=124630 by fpizlo@apple.com · 11 years ago
  46. a4ea066 Instead of watchpointing activation allocation, we should watchpoint entry into functions that have captured variables by fpizlo@apple.com · 11 years ago
  47. 1a72409 Infer one-time scopes https://bugs.webkit.org/show_bug.cgi?id=124812 by fpizlo@apple.com · 11 years ago
  48. 8646834 Restructure global variable constant inference so that it could work for any kind of symbol table variable by fpizlo@apple.com · 11 years ago
  49. 3396171 Infer constant global variables https://bugs.webkit.org/show_bug.cgi?id=124464 by fpizlo@apple.com · 11 years ago
  50. 4bf14eb Rename WatchpointSet::notifyWrite() should be renamed to WatchpointSet::fireAll() by fpizlo@apple.com · 11 years ago
  51. 09a6af0 Simplify WatchpointSet state tracking by fpizlo@apple.com · 11 years ago
  52. 4917df2 Assertion failure in js/dom/global-constructors-attributes-dedicated-worker.html by fpizlo@apple.com · 11 years ago
  53. c3523f8 Remove spaces between template angle brackets by andersca@apple.com · 11 years ago
  54. 58c8675 fourthTier: Re-worked non-local variable resolution by oliver@apple.com · 12 years ago
  55. 2102d1a fourthTier: It should be possible to use more than one compiler thread by oliver@apple.com · 12 years ago
  56. 9055d14 fourthTier: WatchpointSet should make racy uses easier to reason about by oliver@apple.com · 12 years ago
  57. 9397e00 fourthTier: It should be possible to query WatchpointSets, and add Watchpoints, even if the compiler is running in another thread by oliver@apple.com · 12 years ago
  58. 3b9069c Change behavior of MasqueradesAsUndefined to better accommodate DFG changes by mhahnenberg@apple.com · 13 years ago
  59. 4597406 Unreviewed, rolling out r125687. by commit-queue@webkit.org · 13 years ago
  60. 35d5455 Change behavior of MasqueradesAsUndefined to better accommodate DFG changes by mhahnenberg@apple.com · 13 years ago
  61. 3a264a1 Accidentally used the wrong license (3-clause instead of 2-clause) in some by fpizlo@apple.com · 13 years ago
  62. 3d94915 Watchpoints and jump replacement should be decoupled by fpizlo@apple.com · 13 years ago
  63. 04e4115 DFG should be able to set watchpoints on structure transitions in the by fpizlo@apple.com · 13 years ago
  64. b75911b DFG should be able to set watchpoints on global variables by fpizlo@apple.com · 13 years ago
  65. 88d5373 Unreviewed, rolling out r120172. by zandobersek@gmail.com · 13 years ago
  66. b6c5eeb DFG should be able to set watchpoints on global variables by fpizlo@apple.com · 13 years ago