|
|
|
|
|
by PhilipRoman
1152 days ago
|
|
I wish x86 had an easy way to accumulate overflow flags, you could compile entire basic blocks as if they were using native integers, do a single check at the end, and if needed, roll back the computation. The yielding part is harder. You need to have infrastructure in place to dynamically flush certain operations when unexpected yields happen. |
|