Commit
Ř
c075dec trigger ci
bf84fc2 Merge pull request #1215 from reactorlabs/smallRefactoring-interpreter Small...
5303c98 Merge pull request #1214 from reactorlabs/refactorStaticCallContext Context ...
451d1b7 further refactorings
eb86f57 fix
5afb4c7 small refactoring: access to stack cells
915b8d4 StaticCall constructor takes closure version instead of closure We can now m...
f34d8bc context computed for static call handled MissingArg as a special case instead...
ac2fe85 Cleanup (#1205) * update gnur * Cleanup Remove out-of-sync structs and use...
4002968 Fix asserts when dispatch excluded targets with pending compilation (#1211) ...
2678933 nargs() should return promargs length (#1204) * Fix patching the constant po...
82919d3 Fix patching the constant pool (#1210) This should fix the bug where occasio...
aa389ae Ensure compilation in rir tests (#1206) * specify PIR_WARMUP in toos/tests i...
2616d99 ensure iterators don't run out of the bb (#1207)
8b75c23 Don't dispatch to native code that's still being compiled (#1203) * Don't di...
6a40e7e actually, update containers first Otherwise not all benchmarks use the same ...
0d23ec2 fix scheduled jobs
d786449 Arithmetic fixes and refactorings (#1200) * The result of int/int and int^in...
e1a1644 Fix missing arg void (#1199) * Avoid inferring void fom ChkMissing(mkarg(mis...
8e217b2 Merge pull request #1202 from reactorlabs/scopeResFix Scope res fix