1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Commit graph

6 commits

Author SHA1 Message Date
Youssef Victor
d14b50ae21
Fix trailing whitespaces (#40891)
* Trim trailing whitespaces

* Match raw with rendered

* Delete extra asterisks and |

* Update ELT Hooks - tail calls.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2020-08-19 17:29:01 -07:00
nietras
01a08fec29
Update shared-generics.md to use Method<> instead of Func<> (#35181)
To avoid confusion with `Func<>` delegate and object. At least to me it create a bit of unnecessary confusion. Whether this should be `Method` or just `F` can be discussed. However, `Method` makes it clear the discussion is about a generic **method** instantiation.
2020-04-19 14:23:26 -07:00
Jan Kotas
fc2e56c8e8
Revert "Revert "Dynamic generic dictionary expansion feature (#32270) (#33343)
* Revert "Revert "Dynamic generic dictionary expansion feature (#32270)" (#33310)"

This reverts commit dca34293ad.

* Fix race condition in dynamic dictionary resizing
2020-03-09 10:34:36 -07:00
Fadi Hanna
dca34293ad
Revert "Dynamic generic dictionary expansion feature (#32270)" (#33310)
This reverts commit 718255964a.
2020-03-06 17:00:48 -08:00
Dan Moseley
8497763bbf
Fix another 58 URL's (#33003) 2020-02-28 18:54:32 -08:00
Fadi Hanna
718255964a
Dynamic generic dictionary expansion feature (#32270)
* Dynamic dictionary expansion feature

1) Separate dictionary layout expansion from dictionary expansions on types and methods
2) Dictionary expansions on types and methods done on-demand (if needed), after size checks by codegen (uses new JIT feature)
3) Update the R2R dictionary access stubs to perform size checks (and major cleanup there)
4) Add unit test
5) Update documentation
6) Update JIT interface guid
2020-02-24 17:57:39 -08:00