Commit
Ř
ab100cf Merge pull request #1171 from reactorlabs/fixEagerFunAnalysis fix detection ...
51d51f8 Merge pull request #1172 from reactorlabs/eagerCalls small fixes in eager_calls
04096ff small fixes in eager_calls * allow removal of superfluous ldfun * ensure the...
0f95c15 does this fix test debug2?
ab4c1c3 fix detection of eager functions
54aa661 Merge pull request #1168 from reactorlabs/renameIr rename src/ir to src/bc
1d457f7 rename src/ir to src/bc Calling this directory "ir" is confusing, since our ...
95210af Merge pull request #1166 from reactorlabs/betterLogging improve compiler deb...
5b4a135 Merge pull request #1169 from reactorlabs/fixDelayedEnvLeak fix another leak...
d289687 fix another leak of delayedEnvs
bd4721d fix early passes avoid them being applied to inlined promises...
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...