Commit 4ec59b2
Schedule compilation for existing functions on JIT startup
Summary:
This is already done when calling `cinderx.jit.auto()`,
`cinderx.jit.compile_after_n_calls()`, `cinderx.jit.append_jit_list()`, or
`cinderx.jit.read_jit_list()`. But it's not run when the JIT is configured to
run automatically through environment variables. Oops.
Reviewed By: DinoV
Differential Revision: D91380488
fbshipit-source-id: e820418f5cd44eb67a7e24cd7d97d03ff66a04431 parent 185236a commit 4ec59b2
1 file changed
Lines changed: 22 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1890 | 1890 | | |
1891 | 1891 | | |
1892 | 1892 | | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
1893 | 1904 | | |
1894 | 1905 | | |
1895 | 1906 | | |
| |||
1921 | 1932 | | |
1922 | 1933 | | |
1923 | 1934 | | |
1924 | | - | |
1925 | | - | |
1926 | | - | |
1927 | | - | |
1928 | | - | |
1929 | | - | |
1930 | | - | |
1931 | | - | |
| 1935 | + | |
1932 | 1936 | | |
1933 | 1937 | | |
1934 | 1938 | | |
| |||
1964 | 1968 | | |
1965 | 1969 | | |
1966 | 1970 | | |
1967 | | - | |
1968 | | - | |
1969 | | - | |
1970 | | - | |
1971 | | - | |
1972 | | - | |
1973 | | - | |
1974 | | - | |
| 1971 | + | |
1975 | 1972 | | |
1976 | 1973 | | |
1977 | 1974 | | |
| |||
3378 | 3375 | | |
3379 | 3376 | | |
3380 | 3377 | | |
| 3378 | + | |
| 3379 | + | |
| 3380 | + | |
| 3381 | + | |
| 3382 | + | |
| 3383 | + | |
| 3384 | + | |
| 3385 | + | |
| 3386 | + | |
3381 | 3387 | | |
3382 | 3388 | | |
3383 | 3389 | | |
| |||
0 commit comments