Yentl Van Tendeloo
|
71d6e56ff6
Fixed new type of return without exceptions and related errors in compiled/primitives
|
7 年 前 |
Yentl Van Tendeloo
|
c91d6b31a0
Update to use RETURN instead of PrimitiveFinished, but broke everything
|
7 年 前 |
Yentl Van Tendeloo
|
3582cc4c35
Minor tweaks
|
7 年 前 |
Yentl Van Tendeloo
|
f33f7bcb4a
Use lambda's for execute_* operations
|
7 年 前 |
Yentl Van Tendeloo
|
98b505e19a
Shift code to the left
|
7 年 前 |
Yentl Van Tendeloo
|
b3487abe8f
Rewrite request_handler from scratch
|
7 年 前 |
Yentl Van Tendeloo
|
ecaece74b9
Cleanup of request handler
|
7 年 前 |
Yentl Van Tendeloo
|
83ab2b3257
Minor optimization of pop_requests
|
7 年 前 |
Yentl Van Tendeloo
|
84f1693146
Minor tweaks in request_handler
|
7 年 前 |
Yentl Van Tendeloo
|
e510659417
Cleanup and add missing file
|
7 年 前 |
Yentl Van Tendeloo
|
fe7fa067be
Cleaned out request_handler before major rewrite
|
7 年 前 |
Yentl Van Tendeloo
|
2371f818ad
Removed even more code: remove all jit specific folders completely
|
7 年 前 |
Yentl Van Tendeloo
|
fa8529a233
Fixed unnecessary long sleep
|
7 年 前 |
Yentl Van Tendeloo
|
08a83250b2
Micro-optimizations to request_handler
|
8 年 前 |
Yentl Van Tendeloo
|
cf33fbed38
Use interruptable_sleep as an option
|
8 年 前 |
Yentl Van Tendeloo
|
bad62e51ec
Fixed sleep with nicer Task statechart
|
8 年 前 |
Yentl Van Tendeloo
|
b698243fcb
WIP on testing: 00e6db4 Add instantiate which immediately fixes the location of the new elements
|
8 年 前 |
Yentl Van Tendeloo
|
1242a84626
Allow multi-function function definitions (not completely tested; backwards-compatible)
|
8 年 前 |
Yentl Van Tendeloo
|
4085829406
Remove the status variable from the MvS
|
8 年 前 |
Yentl Van Tendeloo
|
8856b422a2
Fix previous commit
|
8 年 前 |
Yentl Van Tendeloo
|
d33d188eb1
Minor optimizations in MvK code (only on CPython)
|
8 年 前 |
Yentl Van Tendeloo
|
3e2955d8c7
Further optimized handle_request
|
8 年 前 |
Yentl Van Tendeloo
|
3d5d2f6e11
Various tweaks; particularly optimized dict_eq with compiled function
|
8 年 前 |
jonathanvdc
|
960614f697
Add an attribute that turns request handler stack traces off
|
8 年 前 |
jonathanvdc
|
97e5897a4c
Create stack traces for jitted functions
|
8 年 前 |
jonathanvdc
|
45a6192e8e
Include the function origin in DEBUG_INFO requests
|
8 年 前 |
jonathanvdc
|
89a608135b
Fix some bugs in the request handler
|
8 年 前 |
jonathanvdc
|
9f2fe45fb9
Define a DEBUG_INFO request in the request handler
|
8 年 前 |
jonathanvdc
|
ab2249128f
Refactor request_handler.py to use GeneratorStackEntry objects instead of tuples
|
8 年 前 |
jonathanvdc
|
ce012ab2db
Fix inaccurate comment
|
8 年 前 |