Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 1e90379008 LibJS: Introduce "dictionary" mode for object shapes il y a 1 an
  Andreas Kling 8eacb81eba LibJS: Skip redundant marking of Shape property table keys il y a 1 an
  Andreas Kling 3d92c26445 LibJS: Stop making shapes unique il y a 1 an
  Andreas Kling ef86cf4646 LibJS: Mark forward shape transition keys il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Andreas Kling e33145aa4b LibJS: Use OrderedHashMap for the Shape property table il y a 1 an
  Andreas Kling cf6792ec40 LibJS/Bytecode: Invalidate inline caches on unique shape mutation il y a 2 ans
  Matthew Olsson a9d192e882 LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods il y a 2 ans
  Matthew Olsson 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject il y a 2 ans
  Andreas Kling 343d699627 LibJS: Add missing Vector::in_reverse() in ensure_property_table() il y a 3 ans
  Andreas Kling 35fcb028e9 LibJS: Tidy up Shape::ensure_property_table() a little bit il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} il y a 3 ans
  davidot 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option il y a 3 ans
  Andreas Kling 8bdf6441b1 LibJS: Use u32 for the JS::Shape property count il y a 3 ans
  Andreas Kling 4a51165f5f LibJS: Reorganize JS::Shape members a little bit il y a 3 ans
  Andreas Kling 1469057033 LibJS: Make JS::Shape smaller by using OwnPtr<HashMap> for transitions il y a 3 ans
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey il y a 3 ans
  Andreas Kling 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag il y a 3 ans
  Ali Mohammad Pur 36516a4c47 LibJS: Take a pointer in get_or_prune_cached_prototype_transition() il y a 3 ans
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions il y a 3 ans
  Andreas Kling b9eb8d00ca LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes il y a 3 ans
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction il y a 4 ans