You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on commit 4c778d7.
For the compilation of execute, the functions are logged in a different orders.
This is because recording creates and preserves SEXPs, thus modifies the R memory.
Also the order of closing footers does not correspond to the order of opening headers.
The text was updated successfully, but these errors were encountered:
When printing the compilations with PrintPirAfterOpt, the order of nested compilations is not consistent.
This can be observed by running the benchmark
-f harness.r --args bounce_nonames_simple 15 35
withand then with
on commit 4c778d7.
For the compilation of
execute
, the functions are logged in a different orders.This is because recording creates and preserves SEXPs, thus modifies the R memory.
Also the order of closing footers does not correspond to the order of opening headers.
The text was updated successfully, but these errors were encountered: