Yentl Van Tendeloo
|
76f13745df
Remove some more old JIT functions, which were available in the AL
|
7 年之前 |
Yentl Van Tendeloo
|
63ac447911
Removed a lot of old JIT code that is now deprecated
|
7 年之前 |
Yentl Van Tendeloo
|
923d13fe79
Sort formal parameters in export to resolve non-determinism in order
|
7 年之前 |
Yentl Van Tendeloo
|
f069f80b3d
Optimize for less kwargs accesses
|
7 年之前 |
Yentl Van Tendeloo
|
a701d5f90d
Added easier PW run test
|
7 年之前 |
Yentl Van Tendeloo
|
e9ffcef557
Updated the run_local_modelverse script to include the actual call file, making profiling possible
|
7 年之前 |
Yentl Van Tendeloo
|
ea557cda92
Store glob when entering function
|
7 年之前 |
Yentl Van Tendeloo
|
505814a284
Fix cleanup error in function calls
|
7 年之前 |
Yentl Van Tendeloo
|
42db8c7ba3
Fixes to JIT, seems to work in basic cases
|
7 年之前 |
Yentl Van Tendeloo
|
504af6abc7
Disable GC for now to prevent bugs; fix some minor bugs
|
7 年之前 |
Yentl Van Tendeloo
|
85adaaea25
Disable GC in MvS for now
|
7 年之前 |
Yentl Van Tendeloo
|
2ba3034684
Semi-working JIT
|
7 年之前 |
Yentl Van Tendeloo
|
1e2d7526fa
Minor cleanup
|
7 年之前 |
Yentl Van Tendeloo
|
f16f2c6d9e
Fixed parameter passing
|
7 年之前 |
Yentl Van Tendeloo
|
74087358c1
Fix prev of first instruction
|
7 年之前 |
Yentl Van Tendeloo
|
f0d1edb37a
Fixed return code
|
7 年之前 |
Yentl Van Tendeloo
|
b53a1a5599
Fixed some calling issues
|
7 年之前 |
Yentl Van Tendeloo
|
05bc4c6d3a
Fixed resolving of globals in JIT
|
7 年之前 |
Yentl Van Tendeloo
|
1915ded426
Auto-resolve and assign globals upon use
|
7 年之前 |
Yentl Van Tendeloo
|
e1104cf685
Merge branch 'testing' into new_JIT
|
7 年之前 |
Yentl Van Tendeloo
|
b1f0de9b1d
Update documentation for new activity execution
|
7 年之前 |
Yentl Van Tendeloo
|
a34ad3b5f5
Pass around kwargs as well in the calls by merging dictionaries all the time
|
7 年之前 |
Yentl Van Tendeloo
|
686538111c
Switch to use of CALL_KWARGS instead of usual CALL_ARGS to take into account the additional parameters required by primitive operations
|
7 年之前 |
Yentl Van Tendeloo
|
81ab62cbdf
Patched return in JIT
|
7 年之前 |
Yentl Van Tendeloo
|
250f81efc1
Merge branch 'testing' into new_JIT
|
7 年之前 |
Yentl Van Tendeloo
|
09ea9972de
Strip some unnecessary operations
|
7 年之前 |
Yentl Van Tendeloo
|
a359ed9329
New bootstrapping process: no more exec with initializers in a dictionary, but instead directly invoke the global assignment
|
7 年之前 |
Yentl Van Tendeloo
|
863cf59dc6
Switch in new JIT compiler, which is still severely broken
|
7 年之前 |
Yentl Van Tendeloo
|
6e3a11b5bf
Fixed bug in some constructs
|
7 年之前 |
Yentl Van Tendeloo
|
0e06edaeac
Fix wrong indent with if condition
|
7 年之前 |