Commit
Ř
854498e update documentation
6980d29 move early opt passes to where they were
153666d fixes
9a0710b log messages of passes must go into main log file Otherwise they pollute the...
f6a04b2 improve compiler debugging * Print each pass into separate files if output i...
9ef48e6 Merge pull request #1167 from reactorlabs/fixExecTime time based recompilati...
eaa3225 missing initialization
201c267 Fix [[ for objects (#1165) * fix [[ for objects * add test
6318526 Merge pull request #1161 from reactorlabs/timeBasedHeuristic2 Time based (re...
fa0d3ab Time based (re-)compilation heuristic use rdtsc to trigger compilation after...
3a3dfbd Merge pull request #1163 from reactorlabs/functionFlags move all flags and c...
5d8ba06 refine caller env leak in scope analysis only mark the environment if any of...
4811d5c slightly lower limit
20b0d0f details
2fb657a limit the number of sub-analysis in scope resolution
0d85acf abort scope resolution early if all envs are tainted
116f76b fix non-termination in scope resolution
cf18eb0 mark envs leaked while being captured in a promise during interprocedural an...
de5c86b change this into a warning
0c453ad limit recursion now that recursive scope analysis for promises actually work...