Commit 19e6a40
Save / Load type environment without saving / loading dependency keys
Summary:
The dependency keys (which are used for pyre incremental) are too large to be
saved in the shared memory -- each value in a shared memory entry must not
exceed 2 GB.
Since Pysa does not use the dependency keys in any way, we can skip saving them
into the shared memory.
Reviewed By: alexkassil
Differential Revision: D49068488
fbshipit-source-id: 0056099ee969decf2bcae3019b246c5a130d50ea1 parent 61ea349 commit 19e6a40
File tree
3 files changed
+10
-2
lines changed- source
- analysis
- interprocedural_analyses/taint
3 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
241 | 245 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments