Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
LisPi (lispi314@udongein.xyz)'s status on Monday, 03-Mar-2025 08:07:45 JST LisPi
@dalias @hayley @swordgeek @theearthisapringle @alwayscurious Failed to open tbb for the webUI to edit fast enough then...
I also meant to add that JS JIT also discards a *lot* of checks in compiling. This is again something it should do to a much lesser degree if at all.
Basically JS JIT seems to have to goal of turning dynamic interpreted code in to static native code. That's the wrong approach.