Skip to content

Commit f02c621

Browse files
edgarfgpEdgar Gonzalezpsfinaki
authored
Reusing typecheck result session 2025-03-28 (#281)
* `Reusing typecheck result` session 2025-03-28 * format * Update src/sessions/2025-03-28.md Co-authored-by: Petr <[email protected]> * Update src/sessions/2025-03-28.md Co-authored-by: Petr <[email protected]> * Update src/sessions/2025-03-28.md Co-authored-by: Petr <[email protected]> * Update src/sessions/2025-03-28.md Co-authored-by: Petr <[email protected]> * Update src/sessions/2025-03-28.md Co-authored-by: Petr <[email protected]> * Update src/sessions/2025-03-28.md Co-authored-by: Petr <[email protected]> --------- Co-authored-by: Edgar Gonzalez <[email protected]> Co-authored-by: Petr <[email protected]>
1 parent 1d3067e commit f02c621

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/sessions/2025-03-28.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Data 'pickling' in the F# compiler"
3+
preview: "Data 'pickling' in the F# compiler"
4+
isDraft: true
5+
date: 2025-03-28T14:00:00.000Z
6+
id: "2025/03/28"
7+
champion: "Petr Semkin"
8+
zoomLink: "https://us06web.zoom.us/j/88634727094?pwd=odJCovtHmlrbepkgXgw57MbiE9qPPu.1"
9+
zoomPasscode: "typecheck"
10+
issueLink: "https://github.com/dotnet/fsharp/blob/main/src/Compiler/TypedTree/TypedTreePickle.fs"
11+
company: "Microsoft"
12+
youtubeId: ""
13+
---
14+
15+
## Topic
16+
17+
In this session, we will discuss data serialization (aka 'pickling') in the F# compiler - how F# code is stored on the disc. The talk will also touch on the topic of [reusing typecheck results between compiler runs](https://github.com/dotnet/fsharp/blob/main/docs/reusing-typechecking-results.md), the feature which is supposed to add logic there.
18+
which aims to improve the performance of the F# compiler by reusing the results of typechecking between compiler runs.
19+
20+
## Champion
21+
22+
- [Petr Semkin](https://twitter.com/psfinaki)

0 commit comments

Comments
 (0)